From c65f406cbd94329dd747909b63c0bab325d735fb Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Mon, 1 Oct 2018 00:18:57 +0200 Subject: [PATCH] * [ADD] Added tracks management. * [MOD] Code refactoring. * [MOD] Updated translations. Signed-off-by: nuxsmin --- app/config/actions.xml | 30 + app/config/strings.js.inc | 3 +- app/locales/da/LC_MESSAGES/messages.mo | Bin 118612 -> 117158 bytes app/locales/da/LC_MESSAGES/messages.po | 506 +- app/locales/de_DE/LC_MESSAGES/messages.mo | Bin 70420 -> 121175 bytes app/locales/de_DE/LC_MESSAGES/messages.po | 12219 ++++++++------- app/locales/en_GB/LC_MESSAGES/messages.mo | Bin 103825 -> 104622 bytes app/locales/en_GB/LC_MESSAGES/messages.po | 670 +- app/locales/en_US/LC_MESSAGES/messages.mo | Bin 103825 -> 104618 bytes app/locales/en_US/LC_MESSAGES/messages.po | 677 +- app/locales/fr_FR/LC_MESSAGES/messages.mo | Bin 67345 -> 118011 bytes app/locales/fr_FR/LC_MESSAGES/messages.po | 12738 +++++++++------- app/locales/it_IT/LC_MESSAGES/messages.mo | Bin 112635 -> 103813 bytes app/locales/it_IT/LC_MESSAGES/messages.po | 426 +- app/locales/nl_NL/LC_MESSAGES/messages.mo | Bin 59484 -> 59035 bytes app/locales/nl_NL/LC_MESSAGES/messages.po | 496 +- app/locales/pl_PL/LC_MESSAGES/messages.mo | Bin 0 -> 59386 bytes app/locales/pl_PL/LC_MESSAGES/messages.po | 7010 +++++++++ app/locales/po_PO/LC_MESSAGES/messages.mo | Bin 76606 -> 0 bytes app/locales/po_PO/LC_MESSAGES/messages.po | 6198 -------- app/locales/pt_BR/LC_MESSAGES/messages.mo | Bin 94114 -> 116444 bytes app/locales/pt_BR/LC_MESSAGES/messages.po | 8721 +++++++---- app/locales/ru_RU/LC_MESSAGES/messages.mo | Bin 97415 -> 70343 bytes app/locales/ru_RU/LC_MESSAGES/messages.po | 12121 ++++++++------- .../Controllers/AccessManagerController.php | 17 +- .../web/Controllers/CategoryController.php | 5 + .../Controllers/ConfigManagerController.php | 4 +- .../web/Controllers/EventlogController.php | 9 + .../Controllers/Helpers/Grid/AccountGrid.php | 2 +- .../Helpers/Grid/AccountHistoryGrid.php | 2 +- .../Helpers/Grid/AuthTokenGrid.php | 2 +- .../Controllers/Helpers/Grid/CategoryGrid.php | 2 +- .../Controllers/Helpers/Grid/ClientGrid.php | 2 +- .../Helpers/Grid/CustomFieldGrid.php | 2 +- .../Controllers/Helpers/Grid/EventlogGrid.php | 31 +- .../web/Controllers/Helpers/Grid/FileGrid.php | 2 +- .../Helpers/Grid/ItemPresetGrid.php | 2 +- .../Helpers/Grid/NotificationGrid.php | 2 +- .../Controllers/Helpers/Grid/PluginGrid.php | 2 +- .../Helpers/Grid/PublicLinkGrid.php | 2 +- .../web/Controllers/Helpers/Grid/TagGrid.php | 2 +- .../Controllers/Helpers/Grid/TrackGrid.php | 203 + .../web/Controllers/Helpers/Grid/UserGrid.php | 5 +- .../Helpers/Grid/UserGroupGrid.php | 2 +- .../Helpers/Grid/UserProfileGrid.php | 2 +- .../web/Controllers/Helpers/LayoutHelper.php | 24 +- .../Controllers/SecurityManagerController.php | 144 + app/modules/web/Controllers/TagController.php | 5 + .../web/Controllers/TrackController.php | 154 + .../web/themes/material-blue/inc/Icons.php | 4 +- .../views/_partials/fixed-header.inc | 2 +- lib/SP/Core/Acl/Acl.php | 2 + lib/SP/Core/Acl/ActionsInterface.php | 5 + .../Core/Acl/UnauthorizedActionException.php | 48 + lib/SP/DataModel/TrackData.php | 20 + lib/SP/Html/DataGrid/DataGridActionBase.php | 94 +- lib/SP/Providers/Log/DatabaseLogHandler.php | 30 +- lib/SP/Providers/Log/FileLogHandler.php | 8 +- lib/SP/Providers/Log/LogInterface.php | 61 + lib/SP/Providers/Log/RemoteSyslogHandler.php | 28 +- lib/SP/Providers/Log/SyslogHandler.php | 28 +- lib/SP/Repositories/Track/TrackRepository.php | 84 +- lib/SP/Services/Install/Installer.php | 2 +- lib/SP/Services/Track/TrackService.php | 39 +- .../Upgrade/UpgradeDatabaseService.php | 3 +- public/js/app-actions.js | 87 +- public/js/app-actions.min.js | 53 +- schemas/30018093001.sql | 6 + schemas/dbstructure.sql | 13 +- tests/SP/Core/Acl/AclTest.php | 13 +- 70 files changed, 35263 insertions(+), 27811 deletions(-) create mode 100644 app/locales/pl_PL/LC_MESSAGES/messages.mo create mode 100644 app/locales/pl_PL/LC_MESSAGES/messages.po delete mode 100644 app/locales/po_PO/LC_MESSAGES/messages.mo delete mode 100644 app/locales/po_PO/LC_MESSAGES/messages.po create mode 100644 app/modules/web/Controllers/Helpers/Grid/TrackGrid.php create mode 100644 app/modules/web/Controllers/SecurityManagerController.php create mode 100644 app/modules/web/Controllers/TrackController.php create mode 100644 lib/SP/Core/Acl/UnauthorizedActionException.php create mode 100644 lib/SP/Providers/Log/LogInterface.php create mode 100644 schemas/30018093001.sql diff --git a/app/config/actions.xml b/app/config/actions.xml index cc6b81e4..7190063f 100644 --- a/app/config/actions.xml +++ b/app/config/actions.xml @@ -103,6 +103,12 @@ Usuarios y Accesos accessManager/index + + 5003 + SECURITY_MANAGE + Seguridad y Auditoría + securityManager/index + 701 USER @@ -865,4 +871,28 @@ Eliminar Valor itemPreset/delete + + 1901 + TRACK + Gestión de Tracks + track/index + + + 1902 + TRACK_SEARCH + Buscar Track + track/search + + + 1903 + TRACK_UNLOCK + Desbloquear track + track/unlock + + + 1904 + TRACK_CLEAR + Vaciar tracks + track/clear + \ No newline at end of file diff --git a/app/config/strings.js.inc b/app/config/strings.js.inc index 53fa7f27..75b30168 100644 --- a/app/config/strings.js.inc +++ b/app/config/strings.js.inc @@ -92,5 +92,6 @@ return [ 67 => __('Hay una versión más reciente del plugin {0} ({1})'), 68 => __('Actualizado'), 69 => __('Error al comprobar actualizaciones'), - 70 => __('Avisos de sysPass') + 70 => __('Avisos de sysPass'), + 71 => __('Vaciar los tracks?') ]; \ No newline at end of file diff --git a/app/locales/da/LC_MESSAGES/messages.mo b/app/locales/da/LC_MESSAGES/messages.mo index 52623f8b49ea14a41eade18594ad2f2c3471c50a..b011b90b82f47d823a2c29bc2ac9738bed845190 100644 GIT binary patch delta 33502 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 GV*fw5Ldit{ delta 34698 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 delta 23981 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\n" "Language-Team: language@syspass.org\n" "Language: de_DE\n" @@ -22,179 +22,349 @@ msgstr "" "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 "Erforderliche PHP-Version >= %s <= %s" +#: ../../../modules/web/Forms/AccountForm.php:161 +msgid "Es necesario un usuario" +msgstr "Ein Benutzername wird benötigt" -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Aktuell:%s - Benötigt: 750" +#: ../../../modules/web/Forms/AccountForm.php:150 +msgid "Es necesaria una clave" +msgstr "Ein Schlüssel wird benötigt" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Interner Fehler" +#: ../../../modules/web/Forms/AccountForm.php:172 +msgid "Es necesario una categoría" +msgstr "Eine Kategorie wird benötigt" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "Kryptographie-Modul konnte nicht geladen werden" +#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:114 +msgid "Acción Inválida" +msgstr "Ungültige Aktion" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error al generar datos cifrados" -msgstr "Fehler beim Erzeugen der verschlüsselten Daten" +#: ../../../modules/web/Controllers/ConfigBackupController.php:86 +#: ../../../modules/web/Controllers/UserPassResetController.php:173 +#: ../../../modules/web/Forms/AccountForm.php:154 +#: ../../../modules/web/Forms/UserForm.php:161 +msgid "Las claves no coinciden" +msgstr "Die Passwörter stimmen nicht überein" -#: ../../../../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 "Fehler beim Ermitteln der Vorlage \"%s\" : %s" +#: ../../../modules/api/Controllers/AccountController.php:187 +#: ../../../modules/api/Controllers/AccountController.php:193 +#: ../../../modules/web/Controllers/AccountController.php:708 +#: ../../../modules/web/Controllers/AccountController.php:719 +msgid "Cuenta creada" +msgstr "Konto hinzugefügt" -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "Ungültige IP" +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error al crear la cuenta" +msgstr "Fehler beim Anlegen des Kontos" -#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 -#, php-format -msgid "Es necesaria una clave con al menos %d caracteres" -msgstr "Password needs to be %d characters long" +#: ../../../modules/web/Controllers/ConfigLdapController.php:95 +#: ../../../modules/web/Controllers/ConfigMailController.php:102 +#: ../../../config/strings.js.inc:80 +msgid "Sin cambios" +msgstr "Keine Änderungen" -#: ../../../../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 "Variable \"%s\" konnte nicht gefunden werden" +#: ../../../modules/api/Controllers/AccountController.php:236 +#: ../../../modules/api/Controllers/AccountController.php:242 +#: ../../../modules/web/Controllers/AccountController.php:753 +#: ../../../modules/web/Controllers/AccountController.php:764 +msgid "Cuenta actualizada" +msgstr "Konto aktualisiert" -#: ../../../../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 "Variable \"%s\" konnte nicht entfernt werden" +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:385 +msgid "Error al modificar la cuenta" +msgstr "Fehler beim Ändern des Kontos" -#: ../../../../lib/SP/Plugin/PluginManager.php:113 -#: ../../../../lib/SP/Plugin/PluginManager.php:256 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Fehler beim Laden des Plugins \"%s\"" +#: ../../../modules/api/Controllers/AccountController.php:309 +#: ../../../modules/api/Controllers/AccountController.php:315 +#: ../../../modules/web/Controllers/AccountController.php:883 +#: ../../../modules/web/Controllers/AccountController.php:888 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:110 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:115 +#: ../../../modules/web/Controllers/AccountManagerController.php:113 +#: ../../../modules/web/Controllers/AccountManagerController.php:118 +msgid "Cuenta eliminada" +msgstr "Konto entfernt" -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Durchgeführt von: %s (%s)" +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:323 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error al eliminar la cuenta" +msgstr "Fehler beim Entfernen des Kontos" -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 -#, php-format -msgid "Dirección IP: %s" -msgstr "IP-Adresse: %s" +#: ../../../modules/api/Controllers/AccountController.php:138 +#: ../../../modules/api/Controllers/AccountController.php:144 +#: ../../../modules/web/Controllers/AccountController.php:794 +#: ../../../modules/web/Controllers/AccountController.php:805 +#: ../../../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" +msgstr "Passwort aktualisiert" -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Anfragen" +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:413 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:235 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:260 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:219 +msgid "Error al actualizar la clave" +msgstr "Fehler beim Ändern des Passworts" + +#: ../../../modules/web/Controllers/AccountController.php:833 +#: ../../../modules/web/Controllers/AccountController.php:844 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:145 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:150 +msgid "Cuenta restaurada" +msgstr "Konto wiederhergestellt" + +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:303 +#: ../../../../lib/SP/Services/Account/AccountService.php:549 +msgid "Error al restaurar cuenta" +msgstr "Fehler bei der Wiederherstellung des Kontos" #. (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:86 -#: ../../../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" +#: ../../../modules/web/Controllers/UserController.php:439 +#: ../../../config/actions.xml:565 +msgid "Ver Usuario" +msgstr "Benutzer anzeigen" -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -msgid "Notificación" -msgstr "Benachrichtigung" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 +#: ../../../modules/web/Controllers/UserController.php:190 +#: ../../../config/actions.xml:577 +msgid "Editar Usuario" +msgstr "Benutzer ändern" -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 -msgid "Actualizar Clave Maestra" -msgstr "Masterpasswort ändern" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 +#: ../../../modules/web/Controllers/UserController.php:105 +#: ../../../config/actions.xml:571 +msgid "Nuevo Usuario" +msgstr "Neuer Benutzer" -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 -#, php-format -msgid "Cuentas actualizadas: %d / %d" -msgstr "Aktualisierte Konten: %d /%d" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 +#: ../../../modules/web/Controllers/UserGroupController.php:319 +#: ../../../config/actions.xml:601 +msgid "Ver Grupo" +msgstr "Gruppe anzeigen" -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 -#, php-format -msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" -msgstr "" -"Konten aktualisiert: %d / %d - %d%% - voraussichtliche Verfügbarkeit: %ds " -"(%.2f/s)" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 +#: ../../../modules/web/Controllers/UserGroupController.php:171 +#: ../../../config/actions.xml:613 +msgid "Editar Grupo" +msgstr "Gruppe ändern" -#: ../../../../lib/SP/Services/Auth/LoginService.php:589 -msgid "N/D" -msgstr "N/A" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 +#: ../../../modules/web/Controllers/UserGroupController.php:106 +#: ../../../config/actions.xml:607 +msgid "Nuevo Grupo" +msgstr "Neue Gruppe" -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:135 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Backup-Verzeichnis (\"%s\") kann nicht erstellt werden" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserProfileController.php:307 +#: ../../../config/actions.xml:631 +msgid "Ver Perfil" +msgstr "Profil anzeigen" -#: ../../../../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 "Die Erweiterung '%s' ist nicht verfügbar" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 +#: ../../../modules/web/Controllers/UserProfileController.php:166 +#: ../../../config/actions.xml:643 +msgid "Editar Perfil" +msgstr "Profil ändern" -#: ../../../../lib/SP/Services/Config/ConfigService.php:68 -#: ../../../../lib/SP/Services/Config/ConfigService.php:153 -#, php-format -msgid "Parámetro no encontrado (%s)" -msgstr "Parameter nicht gefunden (%s)" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 +#: ../../../modules/web/Controllers/UserProfileController.php:100 +#: ../../../config/actions.xml:637 +msgid "Nuevo Perfil" +msgstr "Neues Profil" -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 -#, php-format -msgid "Clave Maestra %s" -msgstr "Masterpasswort %s" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:307 +#: ../../../config/actions.xml:331 +msgid "Ver Cliente" +msgstr "Kunde anzeigen" -#: ../../../../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 "" -"Ein neues sysPass Masterpasswort wurde generiert, welches bei der nächsten " -"Anmeldung angefordert wird." +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 +#: ../../../config/actions.xml:343 +msgid "Editar Cliente" +msgstr "Kunde ändern" -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 -#, php-format -msgid "La nueva clave es: %s" -msgstr "Neues Masterpasswort ist: %s" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:337 +msgid "Nuevo Cliente" +msgstr "Neuer Kunde" -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "Das Passwort ist gültig bis: %s" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 +msgid "Ver Categoría" +msgstr "Kategorie anzeigen" -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:219 -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "" -"Bitte vergessen Sie nicht, sich so schnell wie möglich anzumelden, um die " -"Änderungen zu speichern." +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 +#: ../../../config/actions.xml:313 +msgid "Editar Categoría" +msgstr "Kategorie ändern" -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Aktualisiere verschlüsselte Daten" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 +#: ../../../config/actions.xml:307 +msgid "Nueva Categoría" +msgstr "Neue Kategorie" -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 -msgid "Categorías" -msgstr "Kategorien" +#: ../../../modules/web/Controllers/AuthTokenController.php:322 +msgid "Ver Autorización" +msgstr "Authentifizierung anzeigen" -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 -msgid "Clientes" -msgstr "Kunden" +#: ../../../modules/web/Controllers/AuthTokenController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:151 +msgid "Nueva Autorización" +msgstr "Neue Authentifizierung" + +#: ../../../modules/web/Controllers/AuthTokenController.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:186 +msgid "Editar Autorización" +msgstr "Authentifizierung bearbeiten" + +#: ../../../modules/web/Controllers/CustomFieldController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:154 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 +msgid "Nuevo Campo" +msgstr "Neues Feld" + +#: ../../../modules/web/Controllers/CustomFieldController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 +msgid "Editar Campo" +msgstr "Feld bearbeiten" + +#: ../../../modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "Es necesario un nombre de usuario" +msgstr "Ein Benutzername wird benötigt" + +#: ../../../modules/web/Forms/UserForm.php:115 +msgid "Es necesario un login" +msgstr "Ein Login wird benötigt" + +#: ../../../modules/web/Forms/UserForm.php:119 +msgid "Es necesario un perfil" +msgstr "Ein Profil wird benötigt" + +#: ../../../modules/web/Forms/UserForm.php:123 +msgid "Es necesario un grupo" +msgstr "Eine Gruppe wird benötigt" + +#: ../../../modules/web/Forms/UserForm.php:127 +msgid "Es necesario un email" +msgstr "Eine E-Mail-Adresse wird benötigt" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:53 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:92 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:151 +#: ../../../modules/web/Controllers/ConfigImportController.php:56 +#: ../../../modules/web/Controllers/ConfigLdapController.php:218 +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:55 +#: ../../../modules/web/Forms/UserForm.php:131 +#: ../../../modules/web/Forms/UserForm.php:153 +#: ../../../modules/web/Forms/UserForm.php:171 +msgid "Ey, esto es una DEMO!!" +msgstr "Hey, dies ist eine DEMO!!" + +#: ../../../modules/web/Controllers/UserPassResetController.php:169 +#: ../../../modules/web/Forms/AuthTokenForm.php:101 +#: ../../../modules/web/Forms/UserForm.php:157 +msgid "La clave no puede estar en blanco" +msgstr "Passwort darf nicht leer sein" + +#: ../../../modules/web/Controllers/UserController.php:311 +#: ../../../modules/web/Controllers/UserController.php:317 +msgid "Usuario creado" +msgstr "Benutzer hinzugefügt" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:471 +msgid "Error al crear el usuario" +msgstr "Fehler beim Anlegen des Benutzers" + +#: ../../../modules/web/Controllers/UserController.php:372 +#: ../../../modules/web/Controllers/UserController.php:378 +msgid "Usuario actualizado" +msgstr "Benutzer aktualisiert" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:100 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:674 +#: ../../../../lib/SP/Services/User/UserService.php:310 +msgid "Error al actualizar el usuario" +msgstr "Fehler beim Ändern des Benutzers" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:165 +#: ../../../../lib/SP/Services/User/UserService.php:331 +msgid "Error al modificar la clave" +msgstr "Fehler beim Ändern des Passworts" + +#: ../../../modules/web/Forms/UserForm.php:179 +msgid "No es posible eliminar, usuario en uso" +msgstr "Der Benutzer kann nicht entfernt werden, da er noch verwendet wird" + +#: ../../../modules/web/Controllers/UserController.php:277 +#: ../../../modules/web/Controllers/UserController.php:281 +msgid "Usuario eliminado" +msgstr "Benutzer entfernt" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error al eliminar el usuario" +msgstr "Fehler beim Entfernen des Benutzers" + +#: ../../../modules/web/Forms/UserGroupForm.php:84 +msgid "Es necesario un nombre de grupo" +msgstr "Ein Gruppenname wird benötigt" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:305 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:350 +msgid "Nombre de grupo duplicado" +msgstr "Duplizierter Gruppenname" + +#: ../../../modules/web/Controllers/UserGroupController.php:253 +#: ../../../modules/web/Controllers/UserGroupController.php:257 +msgid "Grupo creado" +msgstr "Gruppe hinzugefügt" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:314 +msgid "Error al crear el grupo" +msgstr "Fehler beim Anlegen der Gruppe" + +#: ../../../modules/web/Controllers/UserGroupController.php:292 +#: ../../../modules/web/Controllers/UserGroupController.php:296 +msgid "Grupo actualizado" +msgstr "Gruppe aktualisiert" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:360 +msgid "Error al actualizar el grupo" +msgstr "Fehler beim Ändern der Gruppe" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:99 @@ -207,295 +377,371 @@ msgstr "Kunden" msgid "Usuarios" msgstr "Benutzer" -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 -msgid "Grupos" -msgstr "Gruppen" +#. (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/ConfigBackupController.php:120 +#: ../../../modules/web/Controllers/ConfigManagerController.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 +#: ../../../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" -#: ../../../../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 "Fehler beim Erzeugen des Verzeichnisses (%s)" +#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:115 +msgid "No es posible eliminar" +msgstr "Kann nicht gelöscht werden" -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Format erkannt: %s" +#: ../../../modules/web/Controllers/UserGroupController.php:219 +#: ../../../modules/web/Controllers/UserGroupController.php:223 +msgid "Grupo eliminado" +msgstr "Gruppe entfernt" -#: ../../../../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 "Falsche Anzahl an Feldern (%d)" +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error al eliminar el grupo" +msgstr "Fehler beim Entfernen der Gruppe" -#: ../../../../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 "Bitte die CSV-Datei in Zeile %s überprüfen" +#: ../../../modules/web/Forms/UserProfileForm.php:116 +msgid "Es necesario un nombre de perfil" +msgstr "Ein Profilname wird benötigt" -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime-Typ (\"%s\") wird nicht unterstützt" +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:229 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:274 +msgid "Nombre de perfil duplicado" +msgstr "Duplizierter Profilname" -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, php-format -msgid "El nodo \"%s\" no existe" -msgstr "Knoten \"% s\" existiert nicht" +#: ../../../modules/web/Controllers/UserProfileController.php:248 +msgid "Perfil creado" +msgstr "Profil hinzugefügt" -#: ../../../../lib/SP/Services/Install/MySQL.php:135 -#, php-format -msgid "No es posible comprobar el usuario de sysPass (%s)" -msgstr "Der sysPass Benutzer konnte nicht überprüft werden (%s)" +#: ../../../modules/web/Controllers/UserProfileController.php:284 +msgid "Perfil actualizado" +msgstr "Profil aktualisiert" -#: ../../../../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 "Fehler beim Anlegen der Datenbank ('%s')" +#: ../../../modules/web/Controllers/UserProfileController.php:215 +#: ../../../modules/web/Controllers/UserProfileController.php:219 +msgid "Perfil eliminado" +msgstr "Profil entfernt" -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Fehler beim Konfigurieren der Datenbank ('%s')" +#: ../../../../lib/SP/Services/Import/KeepassImport.php:77 +#: ../../../modules/api/Controllers/ClientController.php:93 +#: ../../../modules/api/Controllers/ClientController.php:98 +#: ../../../modules/web/Controllers/ClientController.php:244 +#: ../../../modules/web/Controllers/ClientController.php:248 +msgid "Cliente creado" +msgstr "Kunde hinzugefügt" -#: ../../../../lib/SP/Services/Install/MySQL.php:309 -#, php-format -msgid "Error al seleccionar la BBDD '%s' (%s)" -msgstr "Fehler beim Auswählen der Datenbank '%s' (%s)" +#: ../../../modules/api/Controllers/ClientController.php:124 +#: ../../../modules/api/Controllers/ClientController.php:129 +#: ../../../modules/web/Controllers/ClientController.php:280 +#: ../../../modules/web/Controllers/ClientController.php:284 +msgid "Cliente actualizado" +msgstr "Kunde aktualisiert" -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 -msgid "Importado desde LDAP" -msgstr "Aus LDAP importiert" +#: ../../../modules/api/Controllers/ClientController.php:153 +#: ../../../modules/api/Controllers/ClientController.php:158 +#: ../../../modules/web/Controllers/ClientController.php:212 +#: ../../../modules/web/Controllers/ClientController.php:216 +msgid "Cliente eliminado" +msgstr "Kunde entfernt" -#: ../../../../lib/SP/Services/Task/TaskService.php:81 -msgid "No es posible crear archivo de bloqueo" -msgstr "Fehler beim Erzeugen der lock-Datei" +#: ../../../modules/web/Forms/CategoryForm.php:83 +msgid "Es necesario un nombre de categoría" +msgstr "Ein Kategoriename wird benötigt" -#: ../../../../lib/SP/Services/Task/TaskService.php:184 -msgid "Esperando actualización de progreso ..." -msgstr "Warte auf Update-Fortschritt ..." +#: ../../../modules/api/Controllers/CategoryController.php:90 +#: ../../../modules/api/Controllers/CategoryController.php:95 +#: ../../../modules/web/Controllers/CategoryController.php:253 +#: ../../../modules/web/Controllers/CategoryController.php:257 +msgid "Categoría creada" +msgstr "Kategorie hinzugefügt" -#: ../../../../lib/SP/Services/Track/TrackService.php:137 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Versuche überschritten (%d/%d)" +#: ../../../modules/api/Controllers/CategoryController.php:120 +#: ../../../modules/api/Controllers/CategoryController.php:125 +#: ../../../modules/web/Controllers/CategoryController.php:293 +#: ../../../modules/web/Controllers/CategoryController.php:297 +msgid "Categoría actualizada" +msgstr "Kategorie aktualisiert" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:151 -msgid "El archivo de actualización no contiene datos" -msgstr "Die Update-Datei enthält keinerlei Daten" +#: ../../../modules/api/Controllers/CategoryController.php:149 +#: ../../../modules/api/Controllers/CategoryController.php:154 +#: ../../../modules/web/Controllers/CategoryController.php:219 +#: ../../../modules/web/Controllers/CategoryController.php:223 +msgid "Categoría eliminada" +msgstr "Kategorie entfernt" -#: ../../../../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 "Passwortänderung" +#: ../../../modules/web/Controllers/AuthTokenController.php:250 +msgid "Autorización creada" +msgstr "Authentifizierung hinzugefügt" -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "Eine Anfrage zum Ändern ihres Benutzerpassworts wurde verschickt." +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +#: ../../../modules/web/Controllers/AuthTokenController.php:283 +#: ../../../modules/web/Controllers/AuthTokenController.php:292 +#: ../../../modules/web/Controllers/AuthTokenController.php:299 +msgid "Autorización actualizada" +msgstr "Authentifizierung aktualisiert" -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "Zum Abschluss des Vorgangs folgen Sie bitte diesem URL-Link:" +#: ../../../modules/web/Controllers/AuthTokenController.php:217 +#: ../../../modules/web/Controllers/AuthTokenController.php:221 +msgid "Autorización eliminada" +msgstr "Authentifizierung entfernt" -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "" -"Wenn Sie diese Aktion nicht ausgelöst haben, dann ignorieren Sie bitte diese " -"Meldung." +#: ../../../modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Nombre del campo no indicado" +msgstr "Feldname nicht gesetzt" -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 -#, php-format -msgid "Error al descomprimir datos del archivo (%s)" -msgstr "Fehler beim Dekomprimieren der Dateidaten (%s)" +#: ../../../modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Tipo del campo no indicado" +msgstr "Feldtyp nicht gesetzt" -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 -msgid "Error al obtener los datos" -msgstr "Fehler beim Abrufen der Daten" +#: ../../../modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Módulo del campo no indicado" +msgstr "Feldmodul nicht gesetzt" -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:99 -#, php-format -msgid "Error al comprimir datos del archivo (%s)" -msgstr "Fehler beim Komprimieren der Dateidaten (%s)" +#: ../../../modules/web/Controllers/CustomFieldController.php:234 +#: ../../../modules/web/Controllers/CustomFieldController.php:238 +msgid "Campo creado" +msgstr "Feld hinzugefügt" -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 -msgid "Datos no cargados" -msgstr "Daten nicht geladen" +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +#: ../../../modules/web/Controllers/CustomFieldController.php:271 +#: ../../../modules/web/Controllers/CustomFieldController.php:275 +msgid "Campo actualizado" +msgstr "Feld aktualisiert" -#: ../../../../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 "Fehler beim Lesen/Schreiben der Datei (%s)" +#: ../../../modules/web/Controllers/CustomFieldController.php:206 +msgid "Campo eliminado" +msgstr "Feld entfernt" -#: ../../../../lib/SP/Storage/File/FileHandler.php:86 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Fehler beim Öffnen der Datei (%s)" +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:96 +msgid "Realizar Backup" +msgstr "Backup erstellen" -#: ../../../../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 "Lesen von Datei (%s) nicht möglich" +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:114 +msgid "Error al realizar el backup" +msgstr "Fehler beim Ausführen des Backups" -#: ../../../../lib/SP/Storage/File/FileHandler.php:170 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Fehler biem Schließen der Datei (%s)" +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:116 +#: ../../../../lib/SP/Services/Export/XmlExportService.php:167 +#: ../../../modules/web/Controllers/ConfigImportController.php:80 +#: ../../../modules/web/Controllers/ConfigImportController.php:83 +msgid "Revise el registro de eventos para más detalles" +msgstr "Mehr Details in den Log-Dateien" -#: ../../../../lib/SP/Storage/File/FileHandler.php:185 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Schreiben in Datei (%s) nicht möglich" +#: ../../../modules/api/Controllers/ConfigController.php:57 +#: ../../../modules/web/Controllers/ConfigBackupController.php:64 +msgid "Copia de la aplicación y base de datos realizada correctamente" +msgstr "Sicherung der Anwendung und der Datenbank erfolgreich durchgeführt" -#: ../../../../lib/SP/Storage/File/FileHandler.php:200 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "Datei (%s) nicht gefunden" +#: ../../../modules/api/Controllers/ConfigController.php:61 +#: ../../../modules/web/Controllers/ConfigBackupController.php:67 +msgid "Proceso de backup finalizado" +msgstr "Sicherung fertiggestellt" -#: ../../../../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 "Fehler beim Lesen/Schreiben der Datei (%s)" +#: ../../../../inc/SP/Core/XmlExport.class.php:146 +msgid "Error al realizar la exportación de cuentas" +msgstr "Fehler beim Exportieren der Konten" -#: ../../../../lib/SP/Storage/File/FileHandler.php:252 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Entfernen von Datei (%s) nicht möglich" +#: ../../../../lib/SP/Services/Export/XmlExportService.php:165 +msgid "Error al realizar la exportación" +msgstr "Fehler beim Exportieren" -#: ../../../../lib/SP/Util/ErrorUtil.php:128 -msgid "Opción no disponible" -msgstr "Option nicht verfügbar" +#: ../../../../inc/SP/Core/XmlExport.class.php:155 +msgid "Exportación de cuentas realizada correctamente" +msgstr "Export erfolgreich abgeschlossen" -#: ../../../../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 "Bitte kontaktieren Sie den Administrator" +#: ../../../modules/api/Controllers/ConfigController.php:91 +#: ../../../modules/api/Controllers/ConfigController.php:94 +#: ../../../modules/web/Controllers/ConfigBackupController.php:102 +#: ../../../modules/web/Controllers/ConfigBackupController.php:127 +msgid "Proceso de exportación finalizado" +msgstr "Export abgeschlossen" -#: ../../../../lib/SP/Util/ErrorUtil.php:132 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Sie sind nicht berechtigt, auf dieses Konto zuzugreifen" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +msgid "Los parámetros de LDAP no están configurados" +msgstr "LDAP Parameter sind nicht gesetzt" -#: ../../../../lib/SP/Util/ErrorUtil.php:136 -msgid "No tiene permisos para acceder a esta página" -msgstr "Sie haben keine Erlaubnis, auf diese Seite zuzugreifen" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +#: ../../../modules/web/Controllers/ConfigLdapController.php:154 +#: ../../../modules/web/Controllers/ConfigLdapController.php:197 +msgid "Conexión a LDAP correcta" +msgstr "LDAP-Verbindung ist OK" -#: ../../../../lib/SP/Util/ErrorUtil.php:140 -msgid "No tiene permisos para realizar esta operación" -msgstr "Sie haben keine Erlaubnis für diese Aktion" +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:109 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objetos encontrados" +msgstr "Objekte gefunden" +#: ../../../../inc/SP/Controller/ConfigActionController.class.php:257 +msgid "Modificar Configuración" +msgstr "Konfiguration ändern" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:70 +msgid "El tamaño máximo por archivo es de 16MB" +msgstr "Die maximale Dateigröße beträgt 16 MB" + +#: ../../../config/strings.js.inc:45 +msgid "Extensión no permitida" +msgstr "Dateiendung nicht erlaubt" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:115 +msgid "Faltan parámetros de Proxy" +msgstr "Proxy Parameter fehlen" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:129 +msgid "Proxy habiltado" +msgstr "Proxy aktiviert" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:134 +msgid "Proxy deshabilitado" +msgstr "Proxy deaktiviert" + +#: ../../../../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 "Sektion" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 +msgid "General" +msgstr "Allgemein" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:59 +msgid "Faltan parámetros de Wiki" +msgstr "Fehlender Wiki Parameter" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:69 +msgid "Wiki habiltada" +msgstr "Wiki aktiviert" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:74 +msgid "Wiki deshabilitada" +msgstr "Wiki deaktiviert" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 +#: ../../../config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:69 +#: ../../../modules/web/Controllers/ConfigLdapController.php:139 +#: ../../../modules/web/Controllers/ConfigLdapController.php:175 +msgid "Faltan parámetros de LDAP" +msgstr "Fehlender LDAP Parameter" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:88 +msgid "LDAP habiltado" +msgstr "LDAP aktiviert" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:93 +msgid "LDAP deshabilitado" +msgstr "LDAP deaktiviert" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 +msgid "LDAP" +msgstr "LDAP" + +#: ../../../modules/web/Controllers/ConfigMailController.php:68 +#: ../../../modules/web/Controllers/ConfigMailController.php:125 +msgid "Faltan parámetros de Correo" +msgstr "Fehlende E-Mail Parameter" + +#: ../../../modules/web/Controllers/ConfigMailController.php:93 +msgid "Correo habiltado" +msgstr "E-Mail aktiviert" + +#: ../../../modules/web/Controllers/ConfigMailController.php:100 +msgid "Correo deshabilitado" +msgstr "E-Mail deaktiviert" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 +msgid "Correo" +msgstr "E-Mail" + +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuración actualizada" +msgstr "Konfiguration aktualisiert" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:291 +#: ../../../../lib/SP/Services/Auth/LoginService.php:310 +#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:144 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:68 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:142 #: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 msgid "Clave maestra actualizada" msgstr "Masterpasswort aktualisiert" +#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:145 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:68 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:142 #: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 msgid "Reinicie la sesión para cambiarla" msgstr "Bitte starte die Sitzung neu, um sie zu aktualisieren" -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -#: ../../../../lib/SP/Util/ErrorUtil.php:155 -msgid "Se ha producido una excepción" -msgstr "Ein Ausnahmefehler ist aufgetreten" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:72 +msgid "Clave maestra no indicada" +msgstr "Masterpasswort notwendig" -#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 -msgid "Fallo de autentificación" -msgstr "Authentifizierungsfehler" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:76 +msgid "Se ha de confirmar el cambio de clave" +msgstr "Passwort muss bestätigt werden" -#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 -msgid "Error al realizar la consulta" -msgstr "Fehler beim Ausführen der Anfrage" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:80 +msgid "Las claves son idénticas" +msgstr "Passwörter sind identisch" -#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 -msgid "URL de conexión no establecida" -msgstr "Verbindungs-URL nicht konfiguriert" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:84 +msgid "Las claves maestras no coinciden" +msgstr "Masterpasswort inkorrekt" -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" -msgstr "Passwort aktualisiert" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:88 +msgid "La clave maestra actual no coincide" +msgstr "Aktuelles Masterpasswort inkorrekt" -#: ../../../modules/api/Controllers/AccountController.php:193 -msgid "Cuenta creada" -msgstr "Konto hinzugefügt" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Errores al actualizar las claves de las cuentas" +msgstr "Fehler beim Aktualisieren der Passwörter" -#: ../../../modules/api/Controllers/AccountController.php:242 -msgid "Cuenta actualizada" -msgstr "Konto aktualisiert" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:233 +msgid "Errores al actualizar las claves de las cuentas del histórico" +msgstr "Fehler beim Aktualisieren der Kontopasswörter im Verlauf" -#: ../../../modules/api/Controllers/AccountController.php:315 -msgid "Cuenta eliminada" -msgstr "Konto entfernt" +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Errores al actualizar datos de campos personalizados" +msgstr "Fehler beim Aktualisieren der Benutzerfelder" -#: ../../../modules/api/Controllers/CategoryController.php:95 -msgid "Categoría creada" -msgstr "Kategorie hinzugefügt" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:71 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:77 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:67 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:75 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:108 +msgid "Actualizar Clave Maestra" +msgstr "Masterpasswort ändern" -#: ../../../modules/api/Controllers/CategoryController.php:125 -msgid "Categoría actualizada" -msgstr "Kategorie aktualisiert" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:138 +msgid "Error al guardar el hash de la clave maestra" +msgstr "Fehler beim Speichern des Hashwerts für das Masterpasswort" -#: ../../../modules/api/Controllers/CategoryController.php:154 -msgid "Categoría eliminada" -msgstr "Kategorie entfernt" - -#: ../../../modules/api/Controllers/ClientController.php:98 -msgid "Cliente creado" -msgstr "Kunde hinzugefügt" - -#: ../../../modules/api/Controllers/ClientController.php:129 -msgid "Cliente actualizado" -msgstr "Kunde aktualisiert" - -#: ../../../modules/api/Controllers/ClientController.php:158 -msgid "Cliente eliminado" -msgstr "Kunde entfernt" - -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" -msgstr "Sicherung fertiggestellt" - -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" -msgstr "Export abgeschlossen" - -#: ../../../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 "Konto ID" - -#: ../../../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-Passwort" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" -msgstr "Senden Sie Details mit der Rückantwort" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:102 +msgid "Generar Clave Temporal" +msgstr "Temporäres Passwort erstellen" #: ../../../modules/api/Controllers/Help/AccountHelp.php:69 #: ../../../modules/api/Controllers/Help/AccountHelp.php:85 @@ -529,576 +775,95 @@ msgstr "Senden Sie Details mit der Rückantwort" msgid "Clave" msgstr "Passwort" -#: ../../../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:83 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:85 -msgid "Fecha Caducidad Clave" -msgstr "Passwortablaufdatum" - -#: ../../../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 "Kontoname" - -#: ../../../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 "Kategorie-ID" - -#: ../../../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 -msgid "Id de cliente" -msgstr "Kunden-ID" - -#: ../../../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 "Benutzer für Zugriff" - -#: ../../../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 "Auf URL/IP zugreifen" - -#: ../../../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 "Bemerkungen zum Konto" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:194 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:19 -msgid "Cuenta Privada" -msgstr "Privates Konto" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:211 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:38 -msgid "Cuenta Privada Grupo" -msgstr "Privates Konto für die Gruppe" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:236 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:8 -msgid "Cuenta Vinculada" -msgstr "Verknüpftes Konto" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -msgid "Array con Ids de etiquetas" -msgstr "Liste mit Tag-IDs" - -#: ../../../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 "Suchbegriff" - -#: ../../../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 "Anzuzeigende Anzahl an Ergebnissen" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -msgid "Id de categoría a filtrar" -msgstr "Kategorie-ID zum Filtern" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -msgid "Id de cliente a filtrar" -msgstr "Kunden-ID zum Filtern" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Array con Ids de etiquetas a filtrar" -msgstr "Liste mit Tag-IDs zum Filtern" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Operador de filtrado" -msgstr "Filter 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 "Kategoriename" - -#: ../../../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 "Beschreibung der Kategorie" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 -msgid "Nombre del cliente" -msgstr "Kundenname" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 -msgid "Descripción del cliente" -msgstr "Beschreibung des Kunden" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 -#: ../../../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 "Pfad" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:43 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -msgid "Id de etiqueta" -msgstr "Tag-ID" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 -msgid "Nombre de la etiqueta" -msgstr "Tag-Name" - -#: ../../../modules/api/Controllers/TagController.php:92 -msgid "Etiqueta creada" -msgstr "Tag hinzugefügt" - -#: ../../../modules/api/Controllers/TagController.php:121 -msgid "Etiqueta actualizada" -msgstr "Tag aktualisiert" - -#: ../../../modules/api/Controllers/TagController.php:149 -msgid "Etiqueta eliminada" -msgstr "Tag entfernt" - -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:476 -#: ../../../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 "Kontodetails" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:256 -#: ../../../modules/web/Controllers/AccountController.php:300 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 -#: ../../../config/actions.xml:151 -msgid "Nueva Cuenta" -msgstr "Neues Konto" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:344 -#: ../../../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 "Konto ändern" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:389 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:145 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 -#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 -#: ../../../config/actions.xml:781 -msgid "Eliminar Cuenta" -msgstr "Konto entfernen" - -#: ../../../modules/web/Controllers/AccountController.php:432 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" -msgstr "Kontopasswort ändern" - -#: ../../../modules/web/Controllers/AccountFileController.php:186 -#, php-format -msgid "Extensión: %s" -msgstr "Dateierweiterung:%s" - -#: ../../../modules/web/Controllers/AccountFileController.php:370 -msgid "Gestión de archivos deshabilitada" -msgstr "Dateiverwaltung gesperrt" - -#: ../../../modules/web/Controllers/AccountFileController.php:387 -msgid "No hay archivos asociados a la cuenta" -msgstr "Für das Konto existieren keine verknüpften Dateien" - -#: ../../../modules/web/Controllers/AuthTokenController.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:151 -msgid "Nueva Autorización" -msgstr "Neue Authentifizierung" - -#: ../../../modules/web/Controllers/AuthTokenController.php:165 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:186 -msgid "Editar Autorización" -msgstr "Authentifizierung bearbeiten" - -#: ../../../modules/web/Controllers/AuthTokenController.php:322 -msgid "Ver Autorización" -msgstr "Authentifizierung anzeigen" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:99 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 -#: ../../../config/actions.xml:301 -msgid "Nueva Categoría" -msgstr "Neue Kategorie" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:162 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 -#: ../../../config/actions.xml:307 -msgid "Editar Categoría" -msgstr "Kategorie ändern" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:315 -#: ../../../config/actions.xml:295 -msgid "Ver Categoría" -msgstr "Kategorie anzeigen" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:100 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 -#: ../../../config/actions.xml:331 -msgid "Nuevo Cliente" -msgstr "Neuer Kunde" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:163 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 -#: ../../../config/actions.xml:337 -msgid "Editar Cliente" -msgstr "Kunde ändern" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:307 -#: ../../../config/actions.xml:325 -msgid "Ver Cliente" -msgstr "Kunde anzeigen" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:149 -#: ../../../modules/web/Controllers/ConfigLdapController.php:191 -msgid "Resultados" -msgstr "Ergebnisse" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:155 -#: ../../../modules/web/Controllers/ConfigLdapController.php:198 -#, php-format -msgid "Objetos encontrados: %d" -msgstr "Objekte gefunden: %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:271 -#, php-format -msgid "Usuarios importados: %d / %d" -msgstr "Importierte Benutzer: %d / %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:272 -#, php-format -msgid "Errores: %d" -msgstr "Fehler: %d" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:157 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 -msgid "General" -msgstr "Allgemein" - -#. (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 "E-Mail" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:268 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 -msgid "Encriptación" -msgstr "Verschlüsselung" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 -msgid "Último backup" -msgstr "Letztes Backup" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 -msgid "No se encontraron backups" -msgstr "Keine Backups vorhanden" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:320 -msgid "Última exportación" -msgstr "Letzter Export" - -#: ../../../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: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:339 -msgid "Importar Cuentas" -msgstr "Importiere Konten" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:357 -msgid "No instalado" -msgstr "Nicht installiert" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:361 -msgid "Información" -msgstr "Information" - -#: ../../../modules/web/Controllers/CustomFieldController.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:154 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 -msgid "Nuevo Campo" -msgstr "Neues Feld" - -#: ../../../modules/web/Controllers/CustomFieldController.php:162 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:172 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 -msgid "Editar Campo" -msgstr "Feld bearbeiten" - -#: ../../../modules/web/Controllers/CustomFieldController.php:298 -msgid "Ver Campo" -msgstr "Feld anzeigen" - -#: ../../../modules/web/Controllers/ErrorController.php:107 -msgid "Aplicación en mantenimiento" -msgstr "Anwendung befindet sich im Wartungsmodus" - -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" -msgstr "Wird in Kürze gestartet" - -#: ../../../modules/web/Controllers/ErrorController.php:123 -msgid "Error en la verificación de la base de datos" -msgstr "Fehler bei der Datenbanküberprüfung" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" -msgstr "Ansehen" - -#: ../../../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:292 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:437 -#: ../../../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 "Zurück" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" -msgstr "Änderung anfragen" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" -msgstr "Kontowiederherstellung von diesem Punkt" - -#: ../../../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 "Speichern" - -#. (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 "Öffentlichen Link aktualisieren" - -#. (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 "Öffentlichen Link erstellen" - -#. (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 "Passwort anzeigen" - -#: ../../../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 "Passwort in die Zwischenablage kopieren" - -#. (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 "Konto kopieren" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:67 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" -msgstr "Kontopasswort" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 -msgid "Más Acciones" -msgstr "Weitere Aktionen" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:99 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:100 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:104 -#: ../../../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 -msgid "Cliente" -msgstr "Kunde" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 -msgid "Ordenar por Cliente" -msgstr "Nach Kunde sortieren" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:98 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:99 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:100 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:102 -#: ../../../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/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:528 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:16 -msgid "Nombre" -msgstr "Name" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 -msgid "Ordenar por Nombre" -msgstr "Nach Name sortieren" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 -#: ../../../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 "Kategorie" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 -msgid "Ordenar por Categoría" -msgstr "Nach Kategorie sortieren" - +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:190 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:196 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:200 +msgid "Clave Temporal Generada" +msgstr "Temporäres Passwort erstellt" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:109 +msgid "Error al generar clave temporal" +msgstr "Fehler beim Erstellen des temporären Passwortes" + +#: ../../../../inc/SP/Controller/LoginController.class.php:124 +msgid "Usuario/Clave no introducidos" +msgstr "Kein Benutzername/Passwort eingegeben" + +#: ../../../../inc/SP/Controller/LoginController.class.php:108 +msgid "Inicio sesión" +msgstr "Anmelden" + +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:114 +msgid "Error al guardar los datos de LDAP" +msgstr "Fehler beim Speichern der LDAP-Benutzerdaten" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:243 +#: ../../../../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:226 +#: ../../../../lib/SP/Services/Account/AccountService.php:231 +#: ../../../../lib/SP/Services/Api/ApiService.php:129 +#: ../../../../lib/SP/Services/Api/ApiService.php:227 +#: ../../../../lib/SP/Services/Api/ApiService.php:235 +#: ../../../../lib/SP/Services/Auth/LoginService.php:187 +#: ../../../../lib/SP/Services/Auth/LoginService.php:340 +#: ../../../../lib/SP/Services/Auth/LoginService.php:489 +#: ../../../../lib/SP/Services/Auth/LoginService.php:494 +#: ../../../../lib/SP/Services/Auth/LoginService.php:526 +#: ../../../../lib/SP/Services/Auth/LoginService.php:633 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:306 +#: ../../../../lib/SP/Services/CustomField/CustomFieldService.php:203 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:108 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:79 +#: ../../../../lib/SP/Services/User/UserPassService.php:229 +#: ../../../modules/web/Controllers/Traits/ItemTrait.php:122 +#: ../../../modules/web/Controllers/Traits/ItemTrait.php:177 +msgid "Error interno" +msgstr "Interner Fehler" + +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:224 +msgid "Error al actualizar la clave del usuario en la BBDD" +msgstr "Fehler beim Ändern des Benutzer-Passworts in der Datenbank" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:157 +#: ../../../../lib/SP/Services/Auth/LoginService.php:445 +#: ../../../../lib/SP/Services/Auth/LoginService.php:452 +#: ../../../../lib/SP/Services/Auth/LoginService.php:560 +#: ../../../../lib/SP/Services/Auth/LoginService.php:565 +#: ../../../../lib/SP/Services/Auth/LoginService.php:604 +#: ../../../../lib/SP/Services/Auth/LoginService.php:609 +msgid "Login incorrecto" +msgstr "Falscher Login" + +#: ../../../../lib/SP/Core/Acl/Acl.php:296 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:112 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:110 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:142 +#: ../../../../lib/SP/Services/Auth/LoginService.php:217 +#: ../../../../lib/SP/Services/Auth/LoginService.php:235 +#: ../../../../lib/SP/Services/Auth/LoginService.php:375 +#: ../../../../lib/SP/Services/Auth/LoginService.php:442 +#: ../../../../lib/SP/Services/Auth/LoginService.php:550 +#: ../../../../lib/SP/Services/Auth/LoginService.php:593 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:238 #: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: ../../../modules/web/Controllers/LoginController.php:102 +#: ../../../modules/web/Controllers/UserController.php:278 +#: ../../../modules/web/Controllers/UserController.php:312 +#: ../../../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 #: ../../../modules/web/themes/material-blue/views/account/account-history.inc:91 @@ -1131,313 +896,62 @@ msgstr "Nach Kategorie sortieren" msgid "Usuario" msgstr "Benutzer" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 -msgid "Ordenar por Usuario" -msgstr "Nach Benutzername sortieren" +#: ../../../../lib/SP/Services/Auth/LoginService.php:460 +#: ../../../../lib/SP/Services/Auth/LoginService.php:465 +msgid "Cuenta expirada" +msgstr "Konto abgelaufen" -#: ../../../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" +#: ../../../../lib/SP/Services/Auth/LoginService.php:473 +#: ../../../../lib/SP/Services/Auth/LoginService.php:478 +msgid "El usuario no tiene grupos asociados" +msgstr "Der Benutzer besitzt keine zugewiesene Gruppe" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 -msgid "Ordenar por URL / IP" -msgstr "Nach URL/IP sortieren" +#: ../../../../lib/SP/Services/Auth/LoginService.php:594 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 +msgid "Autentificación" +msgstr "Authentifizierung" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:67 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:68 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:69 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:69 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:71 -msgid "Eliminar Seleccionados" -msgstr "Ausgewählte entfernen" +#: ../../../../lib/SP/Services/Auth/LoginService.php:216 +#: ../../../../lib/SP/Services/Auth/LoginService.php:223 +msgid "Usuario deshabilitado" +msgstr "Benutzer gesperrt" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 -#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 -msgid "Buscar Cuenta" -msgstr "Konto suchen" +#: ../../../../inc/SP/Controller/LoginController.class.php:246 +msgid "Error al obtener los datos del usuario de la BBDD" +msgstr "Fehler beim Abrufen der Daten des Benutzers der Datenbank" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:87 -msgid "Cuentas (H)" -msgstr "Konten (H)" +#: ../../../../lib/SP/Services/Auth/LoginService.php:328 +msgid "La clave maestra no ha sido guardada o es incorrecta" +msgstr "Masterpasswort ist nicht sicher oder ist nicht korrekt" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 -#: ../../../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" +#: ../../../../lib/SP/Services/Auth/LoginService.php:277 +#: ../../../../lib/SP/Services/Auth/LoginService.php:283 +#: ../../../../lib/SP/Services/Auth/LoginService.php:296 +#: ../../../../lib/SP/Services/Auth/LoginService.php:302 +msgid "Clave maestra incorrecta" +msgstr "Ungültiges Masterpasswort" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 -msgid "Estado" -msgstr "Status" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:124 -msgid "Modificada" -msgstr "Geändert" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:125 -msgid "Eliminada" -msgstr "Entfernt" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 -#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 -msgid "Restaurar Cuenta" -msgstr "Kontowiederherstellung" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 -msgid "Autorizaciones API" -msgstr "API Berechtigungen" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:135 -msgid "Buscar Token" -msgstr "Token suchen" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:169 -msgid "Ver token de Autorización" -msgstr "Zeige Berechtigungstoken" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:202 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:203 -msgid "Eliminar Autorización" -msgstr "Autorisierung entfernen" - -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 -#: ../../../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 "Beschreibung" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 -#: ../../../config/actions.xml:319 -msgid "Buscar Categoría" -msgstr "Suche nach Kategorie" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 -#: ../../../config/actions.xml:313 -msgid "Eliminar Categoría" -msgstr "Kategorie entfernen" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 -#: ../../../config/strings.js.inc:66 -msgid "SI" -msgstr "Ja" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 -#: ../../../config/strings.js.inc:67 -msgid "NO" -msgstr "Nein" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 -#: ../../../config/actions.xml:349 -msgid "Buscar Cliente" -msgstr "Suche nach Kunde" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 -#: ../../../config/actions.xml:343 -msgid "Eliminar Cliente" -msgstr "Kunde entfernen" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:90 -#: ../../../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 "Benutzerfelder" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 -#: ../../../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:104 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:117 -#: ../../../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 "Typ" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 -msgid "Propiedades" -msgstr "Eigenschaften" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:123 -#: ../../../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 "Verschlüsselt" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:139 -msgid "Buscar Campo" -msgstr "Feld suchen" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 -msgid "Eliminar Campo" -msgstr "Feld entfernen" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:88 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:318 -#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 -#: ../../../config/actions.xml:127 -msgid "Registro de Eventos" -msgstr "Ereignisprotokoll" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:94 -msgid "ID" -msgstr "ID" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Fecha / Hora" -msgstr "Datum/Zeit" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Nivel" -msgstr "Ebene" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -msgid "Evento" -msgstr "Ereignis" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 -msgid "Login" -msgstr "Anmeldung" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -msgid "IP" -msgstr "IP" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:167 -msgid "Buscar Evento" -msgstr "Suche nach Ereignis" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 -msgid "Refrescar" -msgstr "Aktualisieren" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 -msgid "Vaciar registro de eventos" -msgstr "Ereignisprotokoll leeren" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 -#: ../../../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 "Dateien" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:103 -#: ../../../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 "Konto" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 -msgid "Tamaño" -msgstr "Größe" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 -#: ../../../config/actions.xml:469 -msgid "Buscar Archivo" -msgstr "Suchen nach Datei" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:445 -msgid "Ver Archivo" -msgstr "Datei ansehen" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 -#: ../../../config/actions.xml:211 ../../../config/actions.xml:451 -msgid "Descargar Archivo" -msgstr "Datei herunterladen" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Eliminar Archivo" -msgstr "Datei entfernen" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:94 -msgid "Valores Predeterminados" -msgstr "Preset Values" +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:113 +#: ../../../modules/web/Controllers/UserProfileController.php:216 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Profil" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:120 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:113 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:146 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:156 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:111 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:143 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:140 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:108 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:114 +#: ../../../modules/web/Controllers/UserGroupController.php:220 #: ../../../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 @@ -1452,435 +966,1422 @@ msgstr "Preset Values" msgid "Grupo" msgstr "Gruppe" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:60 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../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/ItemPresetGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:78 -msgid "Prioridad" -msgstr "Priorität" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:115 -msgid "Forzado" -msgstr "Erzwungen" +#: ../../../modules/web/Controllers/AccountFileController.php:370 +msgid "Gestión de archivos deshabilitada" +msgstr "Dateiverwaltung gesperrt" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 -#: ../../../config/actions.xml:841 -msgid "Buscar Valor" -msgstr "Search for Value" +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 +msgid "Subir Archivo" +msgstr "Datei hochladen" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" -msgstr "Permission Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:167 +msgid "No hay extensiones permitidas" +msgstr "Dateiendungen sind nicht erlaubt" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:161 -msgid "Nuevo Valor de Permiso" -msgstr "New Permission Preset" +#: ../../../../lib/SP/Services/Import/FileImport.php:100 +#: ../../../modules/web/Controllers/AccountFileController.php:184 +msgid "Tipo de archivo no soportado" +msgstr "Dateityp nicht erlaubt" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:184 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" -msgstr "Private Account Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:191 +msgid "Archivo inválido" +msgstr "Ungültige Datei" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:185 -msgid "Nuevo Valor de Cuenta Privada" -msgstr "New Private Account Preset" +#: ../../../../lib/SP/Services/Import/FileImport.php:116 +#: ../../../modules/web/Controllers/AccountFileController.php:199 +#: ../../../modules/web/Controllers/AccountFileController.php:219 +msgid "Error interno al leer el archivo" +msgstr "Interner Fehler beim Lesen der Datei" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:208 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" -msgstr "Session Timeout Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:231 +#: ../../../modules/web/Controllers/AccountFileController.php:240 +msgid "Archivo guardado" +msgstr "Datei gespeichert" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:209 -msgid "Nuevo Valor de Timeout de Sesión" -msgstr "New Session Timeout Preset" +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "No se pudo guardar el archivo" +msgstr "Fehler beim Speichern der Datei" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:232 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" -msgstr "Account Password Preset" +#: ../../../../ajax/ajax_filesMgmt.php:154 +#: ../../../../ajax/ajax_filesMgmt.php:198 +msgid "No es un ID de archivo válido" +msgstr "Ungültige Datei-ID" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:233 -msgid "Nuevo Valor de Clave de Cuentas" -msgstr "New Account Password Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:70 +#: ../../../modules/web/Controllers/AccountFileController.php:122 +msgid "El archivo no existe" +msgstr "Diese Datei existiert nicht" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 -#: ../../../modules/web/Controllers/ItemPresetController.php:225 -#: ../../../config/actions.xml:859 -msgid "Editar Valor" -msgstr "Edit Value" +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +msgid "Descargar Archivo" +msgstr "Datei herunterladen" + +#: ../../../modules/api/Controllers/AccountController.php:73 +#: ../../../modules/api/Controllers/AccountController.php:105 +#: ../../../modules/api/Controllers/AccountController.php:141 +#: ../../../modules/api/Controllers/AccountController.php:190 +#: ../../../modules/api/Controllers/AccountController.php:239 +#: ../../../modules/api/Controllers/AccountController.php:312 +#: ../../../modules/api/Controllers/CategoryController.php:92 +#: ../../../modules/api/Controllers/CategoryController.php:122 +#: ../../../modules/api/Controllers/CategoryController.php:151 +#: ../../../modules/api/Controllers/ClientController.php:65 +#: ../../../modules/api/Controllers/ClientController.php:95 +#: ../../../modules/api/Controllers/ClientController.php:126 +#: ../../../modules/api/Controllers/ClientController.php:155 +#: ../../../modules/api/Controllers/TagController.php:118 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: ../../../modules/web/Controllers/ItemPresetController.php:274 +#: ../../../modules/web/Controllers/ItemPresetController.php:307 +#: ../../../modules/web/Controllers/ItemPresetController.php:346 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:94 +msgid "ID" +msgstr "ID" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: ../../../modules/web/Controllers/AccountFileController.php:84 +#: ../../../modules/web/Controllers/AccountFileController.php:97 +#: ../../../modules/web/Controllers/AccountFileController.php:137 +#: ../../../modules/web/Controllers/AccountFileController.php:232 +#: ../../../modules/web/Controllers/AccountFileController.php:329 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 +msgid "Archivo" +msgstr "Datei" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:440 +#: ../../../../lib/SP/Services/Auth/LoginService.php:503 +#: ../../../../lib/SP/Services/Auth/LoginService.php:549 +#: ../../../../lib/SP/Services/Auth/LoginService.php:592 +#: ../../../modules/web/Controllers/AccountFileController.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:117 +#: ../../../modules/web/Controllers/ItemPresetController.php:306 +#: ../../../modules/web/Controllers/ItemPresetController.php:345 +#: ../../../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 "Typ" + +#: ../../../modules/web/Controllers/AccountFileController.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 +msgid "Tamaño" +msgstr "Größe" + +#: ../../../modules/web/Controllers/AccountFileController.php:328 +msgid "Archivo eliminado" +msgstr "Datei entfernt" + +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error al eliminar el archivo" +msgstr "Fehler beim Entfernen der Datei" + +#: ../../../../lib/SP/Services/Api/ApiService.php:152 +msgid "Parámetros incorrectos" +msgstr "Fehlerhafte Parameter" + +#: ../../../modules/web/Controllers/UserPassResetController.php:101 +msgid "Recuperación de Clave" +msgstr "Wiederherstellung des Passworts" + +#: ../../../modules/web/Controllers/UserPassResetController.php:102 +msgid "Solicitado para" +msgstr "Anfrage für" + +#: ../../../modules/web/Controllers/UserPassResetController.php:107 +msgid "Solicitud enviada" +msgstr "Anfrage wurde abgeschickt" + +#: ../../../modules/web/Controllers/UserPassResetController.php:107 +msgid "En breve recibirá un correo para completar la solicitud." +msgstr "Sie bekommen in Kürze eine E-Mail, um die Anfrage zu vervollständigen." + +#: ../../../../ajax/ajax_passReset.php:86 +#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:329 +msgid "Modificar Clave Usuario" +msgstr "Passwort ändern" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 +msgid "Login" +msgstr "Anmeldung" + +#: ../../../../ajax/ajax_passReset.php:107 +msgid "La clave es incorrecta o no coincide" +msgstr "Falsches oder nicht übereinstimmendes Passwort" + +#: ../../../modules/web/Controllers/AccountController.php:909 +#: ../../../modules/web/Forms/NotificationForm.php:100 +msgid "Es necesaria una descripción" +msgstr "Eine Beschreibung ist notwendig" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:1173 +msgid "Solicitud de Modificación de Cuenta" +msgstr "Kontoänderung anfragen" + +#: ../../../modules/web/Controllers/AccountController.php:917 +msgid "Solicitante" +msgstr "Anforderer" + +#: ../../../modules/api/Controllers/AccountController.php:71 +#: ../../../modules/api/Controllers/AccountController.php:103 +#: ../../../modules/api/Controllers/AccountController.php:139 +#: ../../../modules/api/Controllers/AccountController.php:188 +#: ../../../modules/api/Controllers/AccountController.php:237 +#: ../../../modules/api/Controllers/AccountController.php:310 +#: ../../../modules/web/Controllers/AccountController.php:224 +#: ../../../modules/web/Controllers/AccountController.php:557 +#: ../../../modules/web/Controllers/AccountController.php:611 +#: ../../../modules/web/Controllers/AccountController.php:645 +#: ../../../modules/web/Controllers/AccountController.php:674 +#: ../../../modules/web/Controllers/AccountController.php:709 +#: ../../../modules/web/Controllers/AccountController.php:754 +#: ../../../modules/web/Controllers/AccountController.php:795 +#: ../../../modules/web/Controllers/AccountController.php:834 +#: ../../../modules/web/Controllers/AccountController.php:884 +#: ../../../modules/web/Controllers/AccountController.php:918 +#: ../../../modules/web/Controllers/AccountFileController.php:233 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:111 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:146 +#: ../../../modules/web/Controllers/AccountManagerController.php:114 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:103 +#: ../../../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 "Konto" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:159 +#: ../../../modules/api/Controllers/AccountController.php:72 +#: ../../../modules/api/Controllers/AccountController.php:104 +#: ../../../modules/api/Controllers/AccountController.php:140 +#: ../../../modules/api/Controllers/AccountController.php:189 +#: ../../../modules/api/Controllers/AccountController.php:238 +#: ../../../modules/api/Controllers/AccountController.php:311 +#: ../../../modules/api/Controllers/ClientController.php:64 +#: ../../../modules/api/Controllers/ClientController.php:94 +#: ../../../modules/api/Controllers/ClientController.php:125 +#: ../../../modules/api/Controllers/ClientController.php:154 +#: ../../../modules/web/Controllers/AccountController.php:225 +#: ../../../modules/web/Controllers/AccountController.php:710 +#: ../../../modules/web/Controllers/AccountController.php:755 +#: ../../../modules/web/Controllers/AccountController.php:796 +#: ../../../modules/web/Controllers/AccountController.php:835 +#: ../../../modules/web/Controllers/AccountController.php:885 +#: ../../../modules/web/Controllers/AccountController.php:919 +#: ../../../modules/web/Controllers/AccountFileController.php:234 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:112 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:147 +#: ../../../modules/web/Controllers/AccountManagerController.php:115 +#: ../../../modules/web/Controllers/ClientController.php:213 +#: ../../../modules/web/Controllers/ClientController.php:245 +#: ../../../modules/web/Controllers/ClientController.php:281 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:104 +#: ../../../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 +msgid "Cliente" +msgstr "Kunde" + +#: ../../../modules/web/Controllers/AccountController.php:920 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 +#: ../../../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 "Beschreibung" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:694 +msgid "Error al actualizar preferencias" +msgstr "Fehler beim Aktualisieren der Einstellungen" + +#: ../../../modules/web/Controllers/UserSettingsGeneralController.php:70 +msgid "Preferencias actualizadas" +msgstr "Einstellungen aktualisiert" + +#: ../../../../inc/SP/Controller/ItemShowController.class.php:509 +msgid "La clave maestra no coincide" +msgstr "Master-Passwort stimmt nicht" + +#: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Util/ErrorUtil.php:132 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +msgid "No tiene permisos para acceder a esta cuenta" +msgstr "Sie sind nicht berechtigt, auf dieses Konto zuzugreifen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 -#: ../../../config/actions.xml:865 -msgid "Eliminar Valor" -msgstr "Delete Value" +#: ../../../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/inc/Icons.php:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 +#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 +msgid "Ver Clave" +msgstr "Passwort anzeigen" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:67 +#: ../../../config/strings.js.inc:72 +msgid "Clave de Cuenta" +msgstr "Kontopasswort" + +#: ../../../../inc/SP/Http/Request.class.php:55 +msgid "No es posible acceder directamente a este archivo" +msgstr "Es ist nicht möglich, direkt auf diese Datei zuzugreifen" + +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error al actualizar el historial" +msgstr "Fehler beim Ändern der Historie" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:941 +#: ../../../../inc/SP/Controller/ItemActionController.class.php:950 +msgid "Actualizar Cuenta" +msgstr "Konto ändern" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:158 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:215 +msgid "Error al actualizar los grupos secundarios" +msgstr "Fehler beim Ändern der Gruppe" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:96 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:160 +msgid "Error al actualizar los usuarios de la cuenta" +msgstr "Fehler beim Aktualisieren der Kontobenutzer" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 -#: ../../../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 "Benachrichtigungen" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 +msgid "Restaurar Cuenta" +msgstr "Kontowiederherstellung" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -msgid "Componente" -msgstr "Komponente" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:140 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:104 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:108 -msgid "Leída" -msgstr "Lesen" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:141 -msgid "Sólo Admins" -msgstr "Nur Administratoren" +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:405 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:571 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:75 +msgid "No se pudieron obtener los datos de la cuenta" +msgstr "Fehler beim Laden der Kontodaten" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 -#: ../../../config/actions.xml:829 -msgid "Buscar Notificación" -msgstr "Benachrichtigung suchen" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:174 -#: ../../../modules/web/Controllers/NotificationController.php:179 -msgid "Nueva Notificación" -msgstr "Neue Benachrichtigung" +#: ../../../modules/web/Controllers/AccountController.php:256 +#: ../../../modules/web/Controllers/AccountController.php:300 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 +#: ../../../config/actions.xml:157 +msgid "Nueva Cuenta" +msgstr "Neues Konto" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 -#: ../../../modules/web/Controllers/NotificationController.php:103 -#: ../../../config/actions.xml:799 -msgid "Ver Notificación" -msgstr "Benachrichtigung anzeigen" +#: ../../../modules/web/Controllers/AccountController.php:389 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 +msgid "Eliminar Cuenta" +msgstr "Konto entfernen" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:137 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:194 +msgid "Error al eliminar grupos asociados a la cuenta" +msgstr "Fehler beim Entfernen der Gruppen eines Kontos" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:73 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:137 +msgid "Error al eliminar usuarios asociados a la cuenta" +msgstr "Fehler beim Entfernen der Benutzer eines Kontos" + +#: ../../../../inc/SP/Mgmt/Files/FileUtil.class.php:102 +msgid "Error al eliminar archivos asociados a la cuenta" +msgstr "Fehler beim Löschen der Dateien eines Kontos" + +#: ../../../../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" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:81 +msgid "Error en el módulo de encriptación" +msgstr "Fehler im Verschlüsselungsmodul" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error al obtener las claves de las cuentas" +msgstr "Fehler beim Laden der Kontopasswörter" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:183 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Fallo al actualizar la clave de la cuenta" +msgstr "Fehler beim Ändern des Kontopassworts" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Cuentas actualizadas" +msgstr "Konten wurden aktualisiert" + +#: ../../../../inc/SP/Account/AccountUtil.class.php:132 +msgid "No se pudieron obtener los datos de las cuentas" +msgstr "Es war nicht möglich, die Konten zu laden" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:212 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Actualizar Clave Maestra (H)" +msgstr "Masterpasswort (H) ändern" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:158 +msgid "La clave maestra del registro no coincide" +msgstr "Masterpasswort stimmt nicht" + +#: ../../../../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 "Fehler beim Ändern des Master-Passworts in der Historie" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Registros actualizados" +msgstr "Datensätze aktualisiert" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 -#: ../../../config/actions.xml:823 -msgid "Marcar Notificación" -msgstr "Benachrichtigung überprüfen" +#: ../../../config/actions.xml:7 +msgid "Buscar Cuentas" +msgstr "Konten suchen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 -#: ../../../modules/web/Controllers/NotificationController.php:210 -#: ../../../config/actions.xml:811 -msgid "Editar Notificación" -msgstr "Benachrichtigung bearbeiten" +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 +msgid "Ver Cuenta" +msgstr "Benutzer ansehen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 -#: ../../../config/actions.xml:817 -msgid "Eliminar Notificación" -msgstr "Benachrichtigung entfernen" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:332 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 -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 "Nicht verfügbar" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: ../../../config/actions.xml:193 +msgid "Copiar Cuenta" +msgstr "Konto kopieren" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 -#: ../../../config/actions.xml:535 -msgid "Buscar Plugin" -msgstr "Plugin suchen" +#: ../../../modules/web/Controllers/AccountController.php:344 +#: ../../../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:163 +msgid "Editar Cuenta" +msgstr "Konto ändern" #. (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 anzeigen" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:166 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:167 -msgid "Habilitar" -msgstr "Aktivieren" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:186 -msgid "Deshabilitar" -msgstr "Deaktivieren" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:204 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:205 -msgid "Restablecer Datos" -msgstr "Daten zurücksetzen" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:91 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 -msgid "Enlaces" -msgstr "Links" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 -#: ../../../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:106 -#: ../../../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 "Ablaufdatum" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../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 "Besuche" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:144 -msgid "Buscar Enlace" -msgstr "Link suchen" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:160 -msgid "Nuevo Enlace" -msgstr "Neuer link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:178 -#: ../../../modules/web/Controllers/PublicLinkController.php:336 -msgid "Ver Enlace" -msgstr "Link anzeigen" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:193 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:194 -msgid "Renovar Enlace" -msgstr "Link erneuern" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:210 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:211 -msgid "Eliminar Enlace" -msgstr "Link entfernen" - -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:89 -#: ../../../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" +#: ../../../config/actions.xml:181 +msgid "Editar Clave de Cuenta" +msgstr "Benutzerpasswort ändern" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 -#: ../../../config/actions.xml:517 -msgid "Buscar Etiqueta" -msgstr "Tag suchen" +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 +#: ../../../config/actions.xml:259 +msgid "Ver Historial" +msgstr "Verlauf anzeigen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 -#: ../../../modules/web/Controllers/TagController.php:98 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:217 -#: ../../../config/actions.xml:493 -msgid "Nueva Etiqueta" -msgstr "Tag hinzufügen" +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 +#: ../../../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 "Dateien" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 -#: ../../../modules/web/Controllers/TagController.php:157 -#: ../../../config/actions.xml:505 -msgid "Editar Etiqueta" -msgstr "Tag bearbeiten" +#: ../../../config/actions.xml:25 +msgid "Peticiones" +msgstr "Anfragen" + +#: ../../../../inc/SP/Core/Acl.class.php:196 +msgid "Gestión Aplicación" +msgstr "Anwendungsverwaltung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 -#: ../../../config/actions.xml:511 -msgid "Eliminar Etiqueta" -msgstr "Tag entfernen" +#: ../../../config/actions.xml:49 +msgid "Gestión Categorías" +msgstr "Kategorienverwaltung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 -#: ../../../config/actions.xml:589 -msgid "Buscar Usuario" -msgstr "Suche nach Benutzer" +#: ../../../config/actions.xml:55 +#, fuzzy +msgid "Gestión Clientes" +msgstr "Kundenverwaltung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 -#: ../../../modules/web/Controllers/UserController.php:105 -#: ../../../config/actions.xml:565 -msgid "Nuevo Usuario" -msgstr "Neuer Benutzer" +#: ../../../config/actions.xml:67 +msgid "Gestión Campos Personalizados" +msgstr "Verwaltung benutzerdefinierter Felder" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 -#: ../../../modules/web/Controllers/UserController.php:190 -#: ../../../config/actions.xml:571 -msgid "Editar Usuario" -msgstr "Benutzer ändern" +#: ../../../config/actions.xml:61 +msgid "Gestión Autorizaciones API" +msgstr "Verwaltung der API-Genehmigung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 -#: ../../../config/actions.xml:577 -msgid "Eliminar Usuario" -msgstr "Benutzer entfernen" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:218 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:219 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:457 -msgid "Importar usuarios de LDAP" -msgstr "Benutzer aus LDAP importieren" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:234 -msgid "Ver Detalles de Usuario" -msgstr "Benutzerdetails anzeigen" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:250 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:251 -#: ../../../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 "Benutzerpasswort wechseln" +#: ../../../config/actions.xml:115 +msgid "Gestión Usuarios" +msgstr "Benutzerverwaltung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 -#: ../../../config/actions.xml:619 -msgid "Buscar Grupo" -msgstr "Suche nach Gruppe" +#: ../../../config/actions.xml:121 +msgid "Gestión Grupos" +msgstr "Gruppenverwaltung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 -#: ../../../modules/web/Controllers/UserGroupController.php:106 -#: ../../../config/actions.xml:601 -msgid "Nuevo Grupo" -msgstr "Neue Gruppe" +#: ../../../config/actions.xml:127 +msgid "Gestión Perfiles" +msgstr "Profilverwaltung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 -#: ../../../modules/web/Controllers/UserGroupController.php:319 -#: ../../../config/actions.xml:595 -msgid "Ver Grupo" -msgstr "Gruppe anzeigen" +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:61 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 +#: ../../../config/actions.xml:679 +msgid "Configuración" +msgstr "Konfiguration" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 -#: ../../../modules/web/Controllers/UserGroupController.php:171 -#: ../../../config/actions.xml:607 -msgid "Editar Grupo" -msgstr "Gruppe ändern" +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 +#: ../../../config/actions.xml:685 +msgid "Configuración General" +msgstr "Allgemeine Einstellungen" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 +msgid "Encriptación" +msgstr "Verschlüsselung" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:323 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 +#: ../../../config/actions.xml:727 +msgid "Copia de Seguridad" +msgstr "Sicherung" + +#: ../../../../inc/SP/Core/Acl.class.php:220 +msgid "Exportar" +msgstr "Exportieren" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:489 +msgid "Importar" +msgstr "Importieren" + +#: ../../../../lib/SP/Services/Api/ApiService.php:186 +#: ../../../modules/api/Controllers/ControllerBase.php:146 +msgid "Acceso no permitido" +msgstr "Unerlaubter Zugriff" + +#: ../../../../lib/SP/Http/Json.php:179 +msgid "Error de codificación" +msgstr "Verschlüsselungsfehler" + +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:220 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:308 +msgid "La autorización ya existe" +msgstr "Die Autorisierung existiert bereits" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:636 +msgid "Actualizar Autorización" +msgstr "Autorisierung aktualisieren" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:202 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:203 +msgid "Eliminar Autorización" +msgstr "Autorisierung entfernen" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +msgid "Usuario no pertenece al grupo" +msgstr "Der Benutzer gehört nicht zur Gruppe" + +#: ../../../../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 "Passwortänderung" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "Se ha solicitado el cambio de su clave de usuario." +msgstr "Eine Anfrage zum Ändern ihres Benutzerpassworts wurde verschickt." + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" +msgstr "Zum Abschluss des Vorgangs folgen Sie bitte diesem URL-Link:" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "Si no ha solicitado esta acción, ignore este mensaje." +msgstr "" +"Wenn Sie diese Aktion nicht ausgelöst haben, dann ignorieren Sie bitte diese " +"Meldung." + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:335 +msgid "Esta operación sólo es posible en entornos Linux" +msgstr "Diese Funktion ist nur in einer Linux-Umgebung verfügbar" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:103 +msgid "Error al realizar backup en modo compatibilidad" +msgstr "Fehler während der Durchführung der Sicherung im Kompatibilitätsmodus" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:140 +msgid "Compruebe los permisos del directorio de backups" +msgstr "Bitte überprüfen Sie die Zugriffsrechte des Backup-Verzeichnisses" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Nombre de categoría duplicado" +msgstr "Kategoriename dupliziert" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error al crear la categoría" +msgstr "Fehler beim Anlegen der Kategorie" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:104 +#: ../../../modules/api/Controllers/CategoryController.php:63 +#: ../../../modules/api/Controllers/CategoryController.php:91 +#: ../../../modules/api/Controllers/CategoryController.php:121 +#: ../../../modules/api/Controllers/CategoryController.php:150 +#: ../../../modules/web/Controllers/CategoryController.php:220 +#: ../../../modules/web/Controllers/CategoryController.php:254 +#: ../../../modules/web/Controllers/CategoryController.php:294 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 +#: ../../../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 "Kategorie" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error al eliminar la categoría" +msgstr "Fehler beim Entfernen einer Kategorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 +#: ../../../config/actions.xml:319 +msgid "Eliminar Categoría" +msgstr "Kategorie entfernen" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error al actualizar la categoría" +msgstr "Fehler beim Ändern der Kategorie" + +#: ../../../../inc/SP/Config/ConfigDB.class.php:108 +#: ../../../../inc/SP/Config/ConfigDB.class.php:148 +msgid "Modificar configuración" +msgstr "Konfiguration ändern" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parámetro" +msgstr "Parameter" + +#: ../../../../inc/SP/Config/ConfigDB.class.php:152 +msgid "Valor" +msgstr "Wert" + +#: ../../../../lib/SP/Util/ErrorUtil.php:128 +msgid "Opción no disponible" +msgstr "Option nicht verfügbar" + +#: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: ../../../../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/Controllers/UserPassResetController.php:94 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Consulte con el administrador" +msgstr "Bitte kontaktieren Sie den Administrator" + +#: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: ../../../../lib/SP/Util/ErrorUtil.php:136 +msgid "No tiene permisos para acceder a esta página" +msgstr "Sie haben keine Erlaubnis, auf diese Seite zuzugreifen" + +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Util/ErrorUtil.php:140 +#: ../../../modules/web/Controllers/AccountFileController.php:261 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 +#: ../../../modules/web/Controllers/AccountManagerController.php:57 +#: ../../../modules/web/Controllers/AuthTokenController.php:65 +#: ../../../modules/web/Controllers/AuthTokenController.php:97 +#: ../../../modules/web/Controllers/AuthTokenController.php:162 +#: ../../../modules/web/Controllers/AuthTokenController.php:192 +#: ../../../modules/web/Controllers/AuthTokenController.php:235 +#: ../../../modules/web/Controllers/AuthTokenController.php:270 +#: ../../../modules/web/Controllers/AuthTokenController.php:319 +#: ../../../modules/web/Controllers/CategoryController.php:66 +#: ../../../modules/web/Controllers/CategoryController.php:100 +#: ../../../modules/web/Controllers/CategoryController.php:164 +#: ../../../modules/web/Controllers/CategoryController.php:194 +#: ../../../modules/web/Controllers/CategoryController.php:237 +#: ../../../modules/web/Controllers/CategoryController.php:277 +#: ../../../modules/web/Controllers/CategoryController.php:317 +#: ../../../modules/web/Controllers/ClientController.php:64 +#: ../../../modules/web/Controllers/ClientController.php:96 +#: ../../../modules/web/Controllers/ClientController.php:160 +#: ../../../modules/web/Controllers/ClientController.php:190 +#: ../../../modules/web/Controllers/ClientController.php:230 +#: ../../../modules/web/Controllers/ClientController.php:268 +#: ../../../modules/web/Controllers/ClientController.php:304 +#: ../../../modules/web/Controllers/CustomFieldController.php:65 +#: ../../../modules/web/Controllers/CustomFieldController.php:97 +#: ../../../modules/web/Controllers/CustomFieldController.php:159 +#: ../../../modules/web/Controllers/CustomFieldController.php:189 +#: ../../../modules/web/Controllers/CustomFieldController.php:221 +#: ../../../modules/web/Controllers/CustomFieldController.php:258 +#: ../../../modules/web/Controllers/CustomFieldController.php:295 +#: ../../../modules/web/Controllers/EventlogController.php:101 +#: ../../../modules/web/Controllers/ItemPresetController.php:67 +#: ../../../modules/web/Controllers/ItemPresetController.php:149 +#: ../../../modules/web/Controllers/ItemPresetController.php:184 +#: ../../../modules/web/Controllers/ItemPresetController.php:222 +#: ../../../modules/web/Controllers/ItemPresetController.php:252 +#: ../../../modules/web/Controllers/ItemPresetController.php:291 +#: ../../../modules/web/Controllers/ItemPresetController.php:330 +#: ../../../modules/web/Controllers/NotificationController.php:100 +#: ../../../modules/web/Controllers/NotificationController.php:160 +#: ../../../modules/web/Controllers/NotificationController.php:175 +#: ../../../modules/web/Controllers/NotificationController.php:206 +#: ../../../modules/web/Controllers/NotificationController.php:237 +#: ../../../modules/web/Controllers/NotificationController.php:288 +#: ../../../modules/web/Controllers/NotificationController.php:315 +#: ../../../modules/web/Controllers/NotificationController.php:348 +#: ../../../modules/web/Controllers/PluginController.php:98 +#: ../../../modules/web/Controllers/PluginController.php:117 +#: ../../../modules/web/Controllers/PublicLinkController.php:68 +#: ../../../modules/web/Controllers/PublicLinkController.php:100 +#: ../../../modules/web/Controllers/PublicLinkController.php:162 +#: ../../../modules/web/Controllers/PublicLinkController.php:188 +#: ../../../modules/web/Controllers/PublicLinkController.php:218 +#: ../../../modules/web/Controllers/PublicLinkController.php:259 +#: ../../../modules/web/Controllers/PublicLinkController.php:291 +#: ../../../modules/web/Controllers/PublicLinkController.php:333 +#: ../../../modules/web/Controllers/TagController.php:65 +#: ../../../modules/web/Controllers/TagController.php:99 +#: ../../../modules/web/Controllers/TagController.php:159 +#: ../../../modules/web/Controllers/TagController.php:189 +#: ../../../modules/web/Controllers/TagController.php:223 +#: ../../../modules/web/Controllers/TagController.php:254 +#: ../../../modules/web/Controllers/TagController.php:285 +#: ../../../modules/web/Controllers/UserController.php:69 +#: ../../../modules/web/Controllers/UserController.php:101 +#: ../../../modules/web/Controllers/UserController.php:186 +#: ../../../modules/web/Controllers/UserController.php:218 +#: ../../../modules/web/Controllers/UserController.php:254 +#: ../../../modules/web/Controllers/UserController.php:296 +#: ../../../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 +#: ../../../modules/web/Controllers/UserGroupController.php:198 +#: ../../../modules/web/Controllers/UserGroupController.php:238 +#: ../../../modules/web/Controllers/UserGroupController.php:277 +#: ../../../modules/web/Controllers/UserGroupController.php:316 +#: ../../../modules/web/Controllers/UserProfileController.php:64 +#: ../../../modules/web/Controllers/UserProfileController.php:96 +#: ../../../modules/web/Controllers/UserProfileController.php:163 +#: ../../../modules/web/Controllers/UserProfileController.php:193 +#: ../../../modules/web/Controllers/UserProfileController.php:233 +#: ../../../modules/web/Controllers/UserProfileController.php:268 +#: ../../../modules/web/Controllers/UserProfileController.php:304 +msgid "No tiene permisos para realizar esta operación" +msgstr "Sie haben keine Erlaubnis für diese Aktion" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:56 +#: ../../../config/strings.js.inc:85 +msgid "Aviso" +msgstr "Warnung" + +#: ../../../../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 "" +"Das Master-Password HASH wurde generiert. Es sind keine weiteren Aktionen " +"nötig." + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +msgid "No se puede usar el módulo de encriptación" +msgstr "Kryptographie-Modul konnte nicht geladen werden" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +msgid "Error al generar datos cifrados" +msgstr "Fehler beim Erzeugen der verschlüsselten Daten" + +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:102 +msgid "No es posible generar las claves RSA" +msgstr "RSA-Schlüssel konnte nicht erstellt werden" + +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:135 +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:168 +msgid "El archivo de clave no existe" +msgstr "Die Schlüsseldatei existiert nicht" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 +msgid "El número de campos es incorrecto (%d)" +msgstr "Falsche Anzahl an Feldern (%d)" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 +msgid "Compruebe el formato del archivo CSV en línea %s" +msgstr "Bitte die CSV-Datei in Zeile %s überprüfen" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 +msgid "Importar Cuentas" +msgstr "Importiere Konten" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error importando cuenta" +msgstr "Fehler beim Importieren des Kontos" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:90 +#: ../../../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 "Benutzerfelder" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Actualizando datos encriptados" +msgstr "Aktualisiere verschlüsselte Daten" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Registros no actualizados" +msgstr "Datensätze nicht aktualisiert" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:8 +msgid "Texto" +msgstr "Text" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: ../../../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" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 +msgid "Número" +msgstr "Nummer" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 +msgid "Email" +msgstr "E-Mail" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 +msgid "Teléfono" +msgstr "Telefon" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 +msgid "Color" +msgstr "Farbe" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: ../../../modules/web/Controllers/ConfigBackupController.php:122 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:89 +#: ../../../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/ConfigBackupController.php:121 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 +msgid "Clientes" +msgstr "Kunden" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 +msgid "Grupos" +msgstr "Gruppen" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:62 +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:116 +msgid "Cliente duplicado" +msgstr "Kunde bereits vorhanden" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:80 +msgid "Error al crear el cliente" +msgstr "Fehler beim Anlegen des Kunden" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:136 +msgid "Error al actualizar el cliente" +msgstr "Fehler beim Ändern des Kunden" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:503 +msgid "Actualizar Cliente" +msgstr "Kunde ändern" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:283 +msgid "Error al eliminar el cliente" +msgstr "Fehler beim Entfernen des Kunden" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 +#: ../../../config/actions.xml:349 +msgid "Eliminar Cliente" +msgstr "Kunde entfernen" + +#: ../../../../lib/SP/Services/Install/MySQL.php:99 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:97 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:117 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:164 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:176 +msgid "No es posible conectar con la BD" +msgstr "Verbindung zum Datenbank-Server kann nicht hergestellt werden" + +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:99 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Compruebe los datos de conexión" +msgstr "Bitte überprüfen Sie Ihre Verbindungseinstellungen" + +#. Not available +#: ../../../../lib/SP/Core/Acl/Acl.php:289 +#: ../../../../lib/SP/Services/Auth/LoginService.php:589 +msgid "N/D" +msgstr "N/A" + +#: ../../../../lib/SP/Core/Acl/Acl.php:295 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 +#: ../../../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" + +#: ../../../../inc/SP/Log/Email.class.php:64 +msgid "Realizado por" +msgstr "Ausgeführt durch" + +#: ../../../../inc/SP/Log/Email.class.php:76 +#: ../../../../inc/SP/Log/Email.class.php:191 +msgid "Enviar Email" +msgstr "E-Mail senden" + +#: ../../../../lib/SP/Services/Mail/MailService.php:145 +#: ../../../modules/web/Controllers/ConfigMailController.php:138 +#: ../../../modules/web/Controllers/ConfigMailController.php:144 +msgid "Correo enviado" +msgstr "E-Mail gesendet" + +#: ../../../../lib/SP/Services/Mail/MailService.php:85 +#: ../../../../lib/SP/Services/Mail/MailService.php:155 +msgid "Error al enviar correo" +msgstr "Fehler beim Senden der E-Mail" + +#: ../../../../lib/SP/Services/Mail/MailService.php:146 +#: ../../../modules/web/Controllers/ConfigMailController.php:139 +msgid "Destinatario" +msgstr "Empfänger" + +#: ../../../../inc/SP/Log/Email.class.php:85 +msgid "CC" +msgstr "CC" + +#: ../../../../lib/SP/Services/Import/FileImport.php:67 +#: ../../../../lib/SP/Services/Import/FileImport.php:88 +msgid "Archivo no subido correctamente" +msgstr "Datei erfolgreich hochgeladen" + +#: ../../../../lib/SP/Services/Import/FileImport.php:69 +#: ../../../../lib/SP/Services/Import/FileImport.php:90 +msgid "Verifique los permisos del usuario del servidor web" +msgstr "Bitte überprüfen Sie die Zugriffsberechtigungen des Web-Servers" + +#: ../../../../lib/SP/Services/Import/FileImport.php:102 +msgid "Compruebe la extensión del archivo" +msgstr "Bitte überprüfen Sie die Dateierweiterung" + +#: ../../../../lib/SP/Services/Import/FileImport.php:118 +msgid "Compruebe la configuración de PHP para subir archivos" +msgstr "Bitte überprüfen Sie die PHP-Konfiguration zum Hochladen von Dateien" + +#: ../../../../lib/SP/Services/Import/FileImport.php:157 +#: ../../../../lib/SP/Services/Import/FileImport.php:183 +msgid "Compruebe los permisos del directorio temporal" +msgstr "Bitte überprüfen Sie die Zugriffsrechte des temporären Verzeichnisses" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 +msgid "Eliminar Archivo" +msgstr "Datei entfernen" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 -#: ../../../config/actions.xml:613 +#: ../../../config/actions.xml:619 msgid "Eliminar Grupo" msgstr "Gruppe entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 -msgid "Perfiles" -msgstr "Profile" +#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error al eliminar los usuarios del grupo" +msgstr "Fehler beim Entfernen von Gruppennutzern" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 -#: ../../../config/actions.xml:649 -msgid "Buscar Perfil" -msgstr "Suche nach Profil" +#: ../../../../lib/SP/Services/Import/ImportService.php:91 +msgid "Compruebe el formato del archivo" +msgstr "Bitte überprüfe das Dateiformat" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 -#: ../../../modules/web/Controllers/UserProfileController.php:100 -#: ../../../config/actions.xml:631 -msgid "Nuevo Perfil" -msgstr "Neues Profil" +#: ../../../modules/web/Controllers/ConfigImportController.php:80 +#: ../../../modules/web/Controllers/ConfigLdapController.php:260 +msgid "Importación finalizada" +msgstr "Import beendet" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:165 -msgid "Ver Detalles de Perfil" -msgstr "Zeige Benutzerdetails" +#: ../../../modules/web/Controllers/ErrorController.php:123 +msgid "Error en la verificación de la base de datos" +msgstr "Fehler bei der Datenbanküberprüfung" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 -#: ../../../modules/web/Controllers/UserProfileController.php:166 -#: ../../../config/actions.xml:637 -msgid "Editar Perfil" -msgstr "Profil ändern" +#: ../../../../lib/SP/Core/Context/SessionContext.php:547 +msgid "La sesión no puede ser inicializada" +msgstr "Sitzung konnte nicht initialisiert werden" + +#: ../../../../lib/SP/Config/ConfigUtil.php:94 +msgid "El directorio \"/config\" no existe" +msgstr "Das \" Verzeichnis \"config\" existiert nicht" + +#: ../../../../lib/SP/Config/ConfigUtil.php:100 +msgid "No es posible escribir en el directorio \"config\"" +msgstr "In das Verzeichnis \"config\" kann nicht geschrieben werden" + +#: ../../../../lib/SP/Config/ConfigUtil.php:109 +msgid "Los permisos del directorio \"/config\" son incorrectos" +msgstr "Die Zugriffsrechte des \"config\"-Verzeichnisses sind falsch" + +#: ../../../modules/web/Controllers/ErrorController.php:107 +msgid "Aplicación en mantenimiento" +msgstr "Anwendung befindet sich im Wartungsmodus" + +#: ../../../modules/web/Controllers/ErrorController.php:108 +msgid "En breve estará operativa" +msgstr "Wird in Kürze gestartet" + +#: ../../../modules/web/Controllers/LoginController.php:101 +msgid "Finalizar sesión" +msgstr "Aus Sitzung ausloggen" + +#: ../../../modules/web/Controllers/LoginController.php:103 +msgid "Tiempo inactivo" +msgstr "Zeit ohne Aktivität" + +#: ../../../modules/web/Controllers/LoginController.php:104 +msgid "Tiempo total" +msgstr "Gesamtzeit" + +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "La aplicación necesita actualizarse" +msgstr "Die Anwendung muss aktualisiert werden" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:43 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:174 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Actualizar" +msgstr "Aktualisierung" + +#: ../../../../lib/SP/Controller/MainActionController.php:91 +#: ../../../../lib/SP/Controller/MainActionController.php:148 +msgid "Actualización" +msgstr "Aktualisierung" + +#: ../../../../lib/SP/Controller/MainActionController.php:149 +msgid "Actualización de versión realizada." +msgstr "Version aktualisiert" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:229 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:161 +#: ../../../modules/web/Controllers/ConfigBackupController.php:118 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:40 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:28 +msgid "Versión" +msgstr "Version" + +#: ../../../../lib/SP/Services/Install/Installer.php:106 +msgid "Indicar nombre de usuario admin" +msgstr "Benutzernamen des Administrators eingeben" + +#: ../../../../lib/SP/Services/Install/Installer.php:108 +msgid "Usuario admin para acceso a la aplicación" +msgstr "Anwendungsadministrator" + +#: ../../../../lib/SP/Services/Install/Installer.php:113 +msgid "Indicar la clave de admin" +msgstr "Administratorpasswort eingeben" + +#: ../../../../lib/SP/Services/Install/Installer.php:115 +msgid "Clave del usuario admin de la aplicación" +msgstr "Administratorpasswort für die Anwendung" + +#: ../../../../lib/SP/Services/Install/Installer.php:120 +msgid "Indicar la clave maestra" +msgstr "Bitte das Masterpasswort eingeben" + +#: ../../../../lib/SP/Services/Install/Installer.php:122 +msgid "Clave maestra para encriptar las claves" +msgstr "Masterpasswort zum Verschlüsseln der Passwörter" + +#: ../../../../lib/SP/Services/Install/Installer.php:127 +msgid "Clave maestra muy corta" +msgstr "Masterpasswort zu kurz" + +#: ../../../../lib/SP/Services/Install/Installer.php:129 +msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" +msgstr "Masterpasswort muss mindestens 11 Zeichen lang sein" + +#: ../../../../lib/SP/Services/Install/Installer.php:134 +msgid "Indicar el usuario de la BBDD" +msgstr "Geben Sie den Datenbankbenutzer an" + +#: ../../../../lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "Usuario con permisos de administrador de la Base de Datos" +msgstr "Ein Benutzer mit administrativen Rechten in der Datenbank" + +#: ../../../../lib/SP/Services/Install/Installer.php:148 +msgid "Indicar el nombre de la BBDD" +msgstr "Datenbankname eingeben" + +#: ../../../../lib/SP/Services/Install/Installer.php:150 +msgid "Nombre para la BBDD de la aplicación pej. syspass" +msgstr "Datenbankname der Anwendung, z.B. syspass" + +#: ../../../../lib/SP/Services/Install/Installer.php:155 +msgid "El nombre de la BBDD no puede contener \".\"" +msgstr "Name der Datenbank darf keine \".\" enthalten" + +#: ../../../../lib/SP/Services/Install/Installer.php:157 +msgid "Elimine los puntos del nombre de la Base de Datos" +msgstr "Bitte entfernen Sie die Punkte aus dem Datenbanknamen" + +#: ../../../../lib/SP/Services/Install/Installer.php:162 +msgid "Indicar el servidor de la BBDD" +msgstr "Geben Sie den Datenbank-Server an" + +#: ../../../../lib/SP/Services/Install/Installer.php:164 +msgid "Servidor donde se instalará la Base de Datos" +msgstr "Server, auf dem die Datenbank installiert wird" + +#: ../../../../inc/SP/Core/Installer.class.php:238 +msgid "No es posible comprobar el usuario de sysPass" +msgstr "Überprüfung des sysPass Nutzers nicht möglich" + +#: ../../../../lib/SP/Services/Install/MySQL.php:137 +msgid "Compruebe los permisos del usuario de conexión a la BD" +msgstr "" +"Bitte die Berechtigungen des Benutzers der Datenbankverbindung überprüfen" + +#: ../../../../lib/SP/Services/Install/MySQL.php:201 +msgid "La BBDD ya existe" +msgstr "Datenbank existiert bereits" + +#: ../../../../lib/SP/Services/Install/MySQL.php:203 +msgid "Indique una nueva Base de Datos o elimine la existente" +msgstr "" +"Bitte neuen Datenbanknamen eingeben oder die bestehende Datenbank entfernen" + +#: ../../../../inc/SP/Core/Installer.class.php:316 +#: ../../../../inc/SP/Core/Installer.class.php:419 +msgid "Error al crear la BBDD" +msgstr "Fehler beim Erstellen der Datenbank" + +#: ../../../../lib/SP/Services/Install/MySQL.php:215 +#: ../../../../lib/SP/Services/Install/MySQL.php:239 +msgid "Verifique los permisos del usuario de la Base de Datos" +msgstr "Bitte überprüfen Sie die Datenbank-Zugriffsberechtigungen" + +#: ../../../../lib/SP/Services/Install/MySQL.php:305 +msgid "El archivo de estructura de la BBDD no existe" +msgstr "Datei mit Datenbank-Schema existiert nicht" + +#: ../../../../lib/SP/Services/Install/MySQL.php:307 +msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." +msgstr "" +"Anwendungsdatenbank kann nicht angelegt werden. Bitte erneut herunterladen" + +#: ../../../../lib/SP/Services/Install/MySQL.php:290 +msgid "Error al seleccionar la BBDD" +msgstr "Fehler bei der Auswahl der Datenbank" + +#: ../../../../lib/SP/Services/Install/MySQL.php:311 +msgid "" +"No es posible usar la Base de Datos para crear la estructura. Compruebe los " +"permisos y que no exista." +msgstr "Datenbank kann nicht gefunden werden. Überprüfen Sie die Berechtigung." + +#: ../../../../lib/SP/Services/Install/MySQL.php:331 +msgid "Error al crear la estructura de la Base de Datos." +msgstr "Fehler beim Anlegen der Datenbankstruktur" + +#: ../../../../lib/SP/Services/Install/Installer.php:318 +#: ../../../../lib/SP/Services/Install/Installer.php:369 +msgid "Informe al desarrollador" +msgstr "Fehlermeldung an Entwickler senden" + +#: ../../../../inc/SP/Core/Installer.class.php:484 +msgid "Error al actualizar la clave maestra del usuario \"admin\"" +msgstr "Fehler beim Ändern des Master-Passworts des Benutzers \"admin\"" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:141 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:188 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:193 +msgid "No es posible conectar con el servidor de LDAP" +msgstr "Verbindung zum LDAP-Server kann nicht hergestellt werden" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Error al conectar (BIND)" +msgstr "LDAP-Verbindungsfehler (BIND)" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:249 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:254 +msgid "Error al buscar objetos en DN base" +msgstr "Fehler beim Suchen nach Objekten in der Base-DN" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:125 +msgid "Error al buscar RDN de grupo" +msgstr "Fehler beim Suchen nach Gruppen-RDN" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:200 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:204 +msgid "Error al localizar el usuario en LDAP" +msgstr "Fehler beim Suchen des Benutzers in LDAP" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:139 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:113 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:120 +msgid "Error al buscar el grupo de usuarios" +msgstr "Fehler beim Suchen nach Benutzergruppe" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:111 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:154 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:109 +msgid "Usuario verificado en grupo" +msgstr "Benutzer in Gruppe verifiziert" + +#: ../../../../inc/SP/Controller/EventlogController.class.php:102 +msgid "Vaciar Eventos" +msgstr "Ereignisse löschen" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 +#, fuzzy +msgid "Vaciar registro de eventos" +msgstr "Ereignisprotokoll leeren" + +#: ../../../../lib/SP/Services/Client/ClientService.php:76 +#: ../../../../lib/SP/Services/Client/ClientService.php:95 +#: ../../../../lib/SP/Services/Client/ClientService.php:110 +msgid "Cliente no encontrado" +msgstr "Kunde nicht gefunden" + +#: ../../../../inc/SP/Mgmt/Users/User.class.php:246 +msgid "Error al obtener los usuarios" +msgstr "Fehler beim Laden der Benutzer" + +#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:52 +msgid "Migrar Perfiles" +msgstr "Profile migrieren" + +#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:82 +msgid "Error al obtener perfiles" +msgstr "Fehler beim Abrufen von Profilen" + +#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:144 +msgid "Operación realizada correctamente" +msgstr "Operation erfolgreich ausgeführt" + +#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:149 +msgid "Fallo al realizar la operación" +msgstr "Fehler beim Durchführen der Operation" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:198 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 -#: ../../../config/actions.xml:643 +#: ../../../config/actions.xml:649 msgid "Eliminar Perfil" msgstr "Profil entfernen" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:263 -msgid "Buscar" -msgstr "Suchen" +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:119 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Formato de XML inválido" +msgstr "Falsches XML-Format" + +#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:306 +#: ../../../../lib/SP/Mvc/View/Template.php:122 +msgid "No es posible obtener la plantilla \"%s\" : %s" +msgstr "Fehler beim Ermitteln der Vorlage \"%s\" : %s" + +#: ../../../../lib/SP/Mvc/View/Template.php:274 +#: ../../../../lib/SP/Mvc/View/Template.php:276 +msgid "No es posible obtener la variable \"%s\"" +msgstr "Variable \"%s\" konnte nicht gefunden werden" + +#: ../../../../lib/SP/Mvc/View/Template.php:322 +#: ../../../../lib/SP/Mvc/View/Template.php:324 +msgid "No es posible destruir la variable \"%s\"" +msgstr "Variable \"%s\" konnte nicht entfernt werden" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:104 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:175 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:179 +msgid "Error al aplicar la actualización de la Base de Datos" +msgstr "Fehler beim Aktualisieren der Datenbank" + +#. corrected translation +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:72 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +msgid "Compruebe el registro de eventos para más detalles" +msgstr "Bitte schauen Sie in das Protokoll für weitere Details" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:63 +msgid "Acceder" +msgstr "Anmeldung" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:96 +msgid "Error al aplicar la actualización auxiliar" +msgstr "Ein Fehler ist beim Update aufgetreten" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:89 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:120 +msgid "Actualizar BBDD" +msgstr "Datenbank aktualisieren" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:155 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:159 +msgid "No es necesario actualizar la Base de Datos." +msgstr "Es ist nicht notwendig, die Datenbank zu aktualisieren." + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 +msgid "Actualización de la Base de Datos realizada correctamente." +msgstr "Die Aktualisierung der Datenbank war erfolgreich." + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:202 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:228 +msgid "Actualizar Configuración" +msgstr "Konfiguration aktualisieren" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:240 +msgid "No se pudo realizar la petición de cambio de clave." +msgstr "Die Passwortänderung Anfrage konnte nicht ausgeführt werden." #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:290 -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" -msgstr "Benutzer und Zugriffe" +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 +#: ../../../config/actions.xml:583 +msgid "Eliminar Usuario" +msgstr "Benutzer entfernen" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:304 -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" -msgstr "Objekte und Anpassungen" +#: ../../../modules/web/themes/material-blue/inc/Icons.php:40 +msgid "Usuario de LDAP" +msgstr "LDAP-Benutzer" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 -#: ../../../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 "Konfiguration" +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:122 +msgid "Activación Cuenta" +msgstr "Kontoaktivierung" + +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:123 +msgid "Su cuenta está pendiente de activación." +msgstr "Ihre Kontoaktivierung steht noch aus." + +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:124 +msgid "En breve recibirá un email de confirmación." +msgstr "Sie bekommen in Kürze eine Bestätigungs-Mail." + +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:131 +msgid "Nuevo usuario de LDAP" +msgstr "Neuer LDAP Benutzer" + +#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:152 +msgid "Error al migrar grupo del usuario" +msgstr "Migrieren der Nutzergruppen ist fehlgeschlagen" + +#: ../../../modules/web/Controllers/InstallController.php:62 +msgid "Versión de PHP requerida >= " +msgstr "Benötige PHP Version >=" + +#: ../../../../lib/SP/Bootstrap.php:267 +msgid "" +"Actualice la versión de PHP para que la aplicación funcione correctamente" +msgstr "" +"Bitte aktualisieren Sie ihre PHP-Version, damit sysPass korrekt " +"funktionieren kann." #: ../../../modules/web/Controllers/InstallController.php:59 msgid "Módulo no disponible" @@ -1890,48 +2391,30 @@ msgstr "Modul nicht verfügbar" msgid "Sin este módulo la aplicación puede no funcionar correctamente." msgstr "Ohne dieses Modul wird die Anwendung nicht korrekt funktionieren." -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:70 -#: ../../../config/actions.xml:847 -msgid "Ver Valor" -msgstr "Display Value" +#: ../../../../inc/SP/Core/XmlExport.class.php:133 +msgid "Exportar XML" +msgstr "XML Export" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:195 -#: ../../../config/actions.xml:853 -msgid "Nuevo Valor" -msgstr "New Value" +#: ../../../../lib/SP/Services/Export/XmlExportService.php:545 +msgid "Error al crear el archivo XML" +msgstr "Fehler beim Erstellen der XML-Datei" -#: ../../../modules/web/Controllers/PublicLinkController.php:104 -msgid "Nuevo Enlace Público" -msgstr "Neuer öffentlicher Link" +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:110 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:81 +msgid "No es posible procesar el archivo XML" +msgstr "XML-Datei kann nicht verarbeitet werden" -#: ../../../modules/web/Controllers/PublicLinkController.php:191 -msgid "Editar Enlace Público" -msgstr "Öffentlichen Link bearbeiten" +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:105 +msgid "Archivo XML no soportado" +msgstr "XML-Datei wird nicht unterstützt" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:283 -#: ../../../config/actions.xml:499 -msgid "Ver Etiqueta" -msgstr "Tag anzeigen" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:439 -#: ../../../config/actions.xml:559 -msgid "Ver Usuario" -msgstr "Benutzer anzeigen" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:307 -#: ../../../config/actions.xml:625 -msgid "Ver Perfil" -msgstr "Profil anzeigen" - -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 -msgid "Preferencias" -msgstr "Einstellungen" +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:107 +msgid "No es posible detectar la aplicación que exportó los datos" +msgstr "" +"Die Anwendung, von der die Daten exportiert wurden, kann nicht festgestellt " +"werden" +#: ../../../../lib/SP/Storage/Database/QueryData.php:354 #: ../../../config/strings.js.inc:26 msgid "Error en la consulta" msgstr "Fehler bei der Abfrage" @@ -1990,6 +2473,7 @@ msgstr "Element entfernen?" msgid "Página no encontrada" msgstr "Seite nicht gefunden" +#: ../../../modules/web/Controllers/AccountFileController.php:108 #: ../../../config/strings.js.inc:40 msgid "Archivo no soportado para visualizar" msgstr "Die Vorschau der Datei ist nicht möglich" @@ -2010,11 +2494,9 @@ msgstr "Zu viele Dateien" msgid "Tamaño de archivo no permitido" msgstr "Datei ist zu groß" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" -msgstr "Dateiendung nicht erlaubt" - +#. corrected translation #: ../../../config/strings.js.inc:46 +#, fuzzy msgid "Vaciar el registro de eventos?" msgstr "Ereignisprotokoll leeren?" @@ -2095,14 +2577,14 @@ msgstr "Benutzername kopieren" #. (itstool) path: action/text #: ../../../config/strings.js.inc:60 #: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:36 -#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 msgid "Copiar Clave" msgstr "Passwort kopieren" #: ../../../config/strings.js.inc:61 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:74 msgid "Incluir Números" -msgstr "Ziffern verwenden" +msgstr "Ziffern einschließen" #: ../../../config/strings.js.inc:62 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:116 @@ -2111,8 +2593,9 @@ msgstr "Großbuchstaben verwenden" #: ../../../config/strings.js.inc:63 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:102 +#, fuzzy msgid "Incluir Símbolos" -msgstr "Symbole verwenden" +msgstr "Sonderzeichen einschließen" #: ../../../config/strings.js.inc:64 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:6 @@ -2125,6 +2608,16 @@ msgstr "Länge" msgid "Seleccionar Acción" msgstr "Aktion auswählen" +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "Ja" + +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "Nein" + #: ../../../config/strings.js.inc:68 msgid "Aceptar" msgstr "OK" @@ -2141,176 +2634,268 @@ msgstr "Passwort in die Zwischenablage kopiert" msgid "Error al copiar al portapapeles" msgstr "Fehler beim Kopieren in die Zwischenablage" -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" -msgstr "Benachrichtigungen erhalten?" +#: ../../../modules/web/Controllers/AccountController.php:149 +#: ../../../modules/web/Controllers/AccountController.php:204 +#: ../../../modules/web/Controllers/AccountController.php:476 +#: ../../../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 "Kontodetails" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 -msgid "Marcar Favorito" -msgstr "Als Favorit markieren" +#: ../../../modules/web/Controllers/AccountController.php:432 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +msgid "Modificar Clave de Cuenta" +msgstr "Kontopasswort ändern" + +#: ../../../../lib/SP/Plugin/PluginManager.php:246 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:98 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:111 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:102 +#: ../../../modules/web/Controllers/UserGroupController.php:254 +#: ../../../modules/web/Controllers/UserGroupController.php:293 +#: ../../../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/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:528 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:16 +msgid "Nombre" +msgstr "Name" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 +#: ../../../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:189 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 +msgid "Eliminar Campo" +msgstr "Feld entfernen" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 +msgid "Último backup" +msgstr "Letztes Backup" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 +msgid "No se encontraron backups" +msgstr "Keine Backups vorhanden" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 +msgid "Última exportación" +msgstr "Letzter Export" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 +msgid "No se encontró archivo de exportación" +msgstr "Keine Exportdatei gefunden" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Información" +msgstr "Information" + +#. corrected translation +#: ../../../modules/web/Controllers/EventlogController.php:119 +#: ../../../modules/web/Controllers/EventlogController.php:122 +msgid "Registro de eventos vaciado" +msgstr "Ereignisprotokoll entfernt" + +#. corrected translation +#: ../../../../lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error al vaciar el registro de eventos" +msgstr "Fehler beim Entfernen des Ereignisprotokolls" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 +msgid "Admin Aplicación" +msgstr "Anwendungsadministrator" + +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:263 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Buscar" +msgstr "Suchen" #. (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 "Favorit entfernen" +#: ../../../config/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Benutzer und Zugriffe" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" -msgstr "Auswahl aufheben" +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Objekte und Anpassungen" -#: ../../../config/strings.js.inc:77 -msgid "Mostrar Favoritos" -msgstr "Favoriten anzeigen" +#. corrected translation +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: ../../../config/actions.xml:133 +msgid "Registro de Eventos" +msgstr "Ereignisprotokoll" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 -msgid "Mostrar Todos" -msgstr "Alle anzeigen" +#: ../../../modules/web/Controllers/InstallController.php:82 +msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" +msgstr "Die PHP-Version ist verwundbar für 'NULL Byte attack (CVE-2006-7243)'" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Hilfe" +#: ../../../modules/web/Controllers/InstallController.php:83 +msgid "Actualice la versión de PHP para usar sysPass de forma segura" +msgstr "" +"Bitte aktualisieren Sie ihre PHP Installation, um sysPass sicher betreiben " +"zu können." -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Keine Änderungen" +#: ../../../modules/web/Controllers/InstallController.php:89 +msgid "No se encuentra el generador de números aleatorios." +msgstr "Zufallszahlengenerator konnte nicht gefunden werden" -#: ../../../config/strings.js.inc:81 -msgid "Ahora" -msgstr "Jetzt" - -#: ../../../config/strings.js.inc:82 +#: ../../../modules/web/Controllers/InstallController.php:90 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"Sin esta función un atacante puede utilizar su cuenta al resetear la clave" msgstr "" -"Der Vorgang wird die ermittelten LDAP-Benutzer importieren. Möchten Sie " -"fortfahren?" +"Ohne diese Funktion könnte an Angreifer Ihren Zugang oder Ihr Passwort " +"zurücksetzen." -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "" -"Diese Aktion wird alle Plugin-Daten zurücksetzen. Möchten Sie fortfahren?" +#: ../../../modules/web/Controllers/InstallController.php:89 +msgid "Instalación finalizada" +msgstr "Installation beendet" -#: ../../../config/strings.js.inc:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -msgstr "Dieser Vorgang könnte länger dauern. Möchten Sie fortfahren?" - -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Warnung" - -#: ../../../config/strings.js.inc:87 -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." -msgstr "Führe Aufgabe aus. Bitte das Browserfenster/Tab nicht schließen." - -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:88 -msgid "Incluir Letras" -msgstr "Buchstaben einschließen" - -#: ../../../config/strings.js.inc:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -msgstr "" -"Cookies sind deaktiviert, weshalb die Anwendung nicht ordnungsgemäß " -"funktionieren kann." - -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." -msgstr "Zwischenablage wird nicht vom Browser unterstützt." - -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" -msgstr "Führe Auto-Login aus" - -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" -msgstr "Es gibt eine neuere Version des Plugins {0} ({1})" - -#: ../../../config/strings.js.inc:93 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 -msgid "Actualizado" -msgstr "Aktualisiert" - -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:27 -msgid "Error al comprobar actualizaciones" -msgstr "Fehler bei der Updateprüfung" +#: ../../../../inc/SP/Controller/MainController.class.php:492 +msgid "Descargar nueva versión" +msgstr "Neu Version herunterladen" #: ../../../config/strings.js.inc:95 msgid "Avisos de sysPass" msgstr "sysPass Neuigkeiten" -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "JavaScript muss aktiviert sein" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 +msgid "Ordenar por Cliente" +msgstr "Nach Kunde sortieren" -#: ../../../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 "Zurück" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 +msgid "Ordenar por Nombre" +msgstr "Nach Name sortieren" -#: ../../../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 "Es gibt %d ungelesene Benachrichtigungen" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 +msgid "Ordenar por Categoría" +msgstr "Nach Kategorie sortieren" -#: ../../../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 "Keine neuen Benachrichtigungen" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 +msgid "Ordenar por Usuario" +msgstr "Nach Benutzername sortieren" -#: ../../../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 "Benutzereinstellungen" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 +msgid "Ordenar por URL / IP" +msgstr "Nach URL/IP sortieren" -#: ../../../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 "Abmelden" +#: ../../../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/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/Controllers/Helpers/Grid/CustomFieldGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 +msgid "Propiedades" +msgstr "Eigenschaften" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 -msgid "Indica si la conexión utiliza HTTPS." -msgstr "Zeigt, ob die Verbindung über HTTPS aufgebaut wurde." +#: ../../../modules/web/themes/material-blue/inc/Icons.php:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 +msgid "Admin Cuentas" +msgstr "Kontoadministrator" -#: ../../../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 "" -"Die aus dem Formular gesendeten Passwörter werden verschlüsselt, andere " -"Daten nicht." +#: ../../../modules/web/themes/material-blue/inc/Icons.php:41 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 +msgid "Deshabilitado" +msgstr "Inaktiv" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "Hilfe :: FAQ :: Changelog" +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 +msgid "Ver Detalles de Usuario" +msgstr "Benutzerdetails anzeigen" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:60 -msgid "Un proyecto de cygnux.org" -msgstr "Ein cygnux.org Projekt" +#: ../../../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 "Benutzerpasswort wechseln" -#: ../../../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 "Keine Datensätze gefunden" +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:164 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:165 +msgid "Ver Detalles de Perfil" +msgstr "Zeige Benutzerdetails" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:169 +msgid "Ver token de Autorización" +msgstr "Zeige Berechtigungstoken" + +#: ../../../../inc/SP/Controller/ItemShowController.class.php:409 +msgid "Token de autorización visualizado" +msgstr "Berechtigungstoken angesehen" + +#: ../../../../inc/SP/Controller/ItemShowController.class.php:407 +msgid "Autorizaciones" +msgstr "Berechtigungen" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:133 +msgid "Seguridad" +msgstr "Sicherheit" + +#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 +msgid "Preferencias" +msgstr "Einstellungen" + +#: ../../../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 "Kontoname" + +#: ../../../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 "Auf URL/IP zugreifen" + +#: ../../../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 "Benutzer für Zugriff" #: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:77 #: ../../../modules/web/themes/material-blue/views/account/account.inc:160 @@ -2324,21 +2909,6 @@ msgstr "Keine Datensätze gefunden" msgid "Clave (repetir)" msgstr "Passwort (Wiederholung)" -#: ../../../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 "Datum auswählen" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:9 -msgid "Histórico" -msgstr "Vergangenheit" - -#: ../../../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 @@ -2347,6 +2917,40 @@ msgstr "Details" msgid "Notas" msgstr "Bemerkungen" +#: ../../../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 "Bemerkungen zum Konto" + +#: ../../../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 "Berechtigungen" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:28 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:53 +msgid "Hablitar edición" +msgstr "Erlaube Änderungen" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:174 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:45 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:47 +msgid "Grupo Principal" +msgstr "Primärgruppe" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +msgstr "Dateien hier fallen lassen (max. 5) oder zum selektieren anklicken" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:325 +msgid "Tamaño máximo de archivo" +msgstr "Maximale Dateigröße" + +#. corrected translation #: ../../../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:253 @@ -2368,40 +2972,19 @@ msgstr "Datum auswählen" msgid "Última Modificación" msgstr "Letzte Änderung" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:28 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 -msgid "Seleccionar Usuarios" -msgstr "Benutzer auswählen" +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: ../../../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 "Besuche" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:102 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:8 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:47 -#: ../../../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:64 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:138 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:63 -#: ../../../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:92 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:124 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:51 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:67 -msgid "Seleccionar Grupos" -msgstr "Gruppen auswählen" +#: ../../../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 hinzugefügt" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:157 #: ../../../modules/web/themes/material-blue/views/account/details.inc:37 @@ -2409,70 +2992,16 @@ msgstr "Gruppen auswählen" msgid "Creador" msgstr "Ersteller" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:174 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:47 -msgid "Grupo Principal" -msgstr "Primärgruppe" +#. corrected translation +#: ../../../modules/web/themes/material-blue/views/account/details.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:57 +msgid "Usuarios Secundarios" +msgstr "Sekundäre Benutzer" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:200 -#: ../../../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:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 -msgid "Privada Grupo" -msgstr "Privat für Gruppe" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:9 -msgid "Solicitar Modificación de Cuenta" -msgstr "Kontoänderungsanfrage versenden" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:40 -msgid "Petición" -msgstr "Anfrage" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Descripción de la petición" -msgstr "Beschreibung der Anfrage" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -msgid "Enviar" -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/user_profile.inc:209 -msgid "Permisos" -msgstr "Berechtigungen" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 -msgid "Seleccionar Etiquetas" -msgstr "Tags auswählen" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:246 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -msgid "Seleccionar Cuenta" -msgstr "Konto auswählen" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:279 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:281 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 -msgid "Enlace Público" -msgstr "Öffentlicher Link" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:292 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:294 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:297 -msgid "Enlace Directo" -msgstr "Direktlink" - -#: ../../../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 hinzugefügt" +#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Grupos Secundarios" +msgstr "Sekundärgruppe" #: ../../../modules/web/themes/material-blue/views/account/details.inc:55 #: ../../../modules/web/themes/material-blue/views/account/details.inc:57 @@ -2484,349 +3013,50 @@ msgstr "Änderungsdatum" msgid "Editor" msgstr "Bearbeiter" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:75 -msgid "Fecha de Clave" -msgstr "Erstelldatum Passwort" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Dateien hier fallen lassen (max. 5) oder zum selektieren anklicken" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 -#, php-format -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Maximale Dateigröße: %d MB" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:24 -msgid "Buscar en Wiki" -msgstr "Im Wiki suchen" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:71 -#, php-format -msgid "Abrir enlace a: %s" -msgstr "Öffnen Sie den Link zu: %s" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:98 -msgid "Clave Caducada" -msgstr "Passwort abgelaufen" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:112 -msgid "Cuenta Privada (Grupo)" -msgstr "Privates Konto (Gruppe)" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:155 -msgid "Notes" -msgstr "Notizen" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:169 -msgid "Archivos adjuntos" -msgstr "Anhänge" - -#: ../../../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 zum Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:199 -msgid "Ver en Wiki" -msgstr "Siehe 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 "Spezialparameter" - -#: ../../../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 "" -"Es ist möglich, einen oder mehrere spezielle Parameter zu verwenden, die " -"durch Leerzeichen getrennt sind" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Suche nach Konten, für die 'login' Rechte besitzt" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:35 -msgid "Devolver las cuentas en las que 'login' es propietario" -msgstr "Hole Konten, in denen der Benutzer mit Login \"Login\" Eigentümer ist" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "Suche nach Konten, für die 'group_name' Rechte besitzt" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 -msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "" -"Konten anzeigen, welche die Primärgruppe mit dem Namen 'group_name' haben" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "" -"Suche nach Konten, welche eine Datei enthalten mit dem Dateinamen 'file_name'" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:39 -msgid "Devolver la cuenta con ID" -msgstr "Gibt den Account für die angebene ID zurück" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:40 -msgid "Buscar cuentas con la clave caducada" -msgstr "Suche Konten mit abgelaufenem Passwort" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:41 -msgid "Devolver las cuentas privadas del usuario actual" -msgstr "Hole dir die privaten Konten für den aktuellen Benutzer" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:42 -msgid "Operador para los parámetros especiales" -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/user_profile.inc:225 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:226 -msgid "Búsqueda global" -msgstr "Globale Suche" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:86 -msgid "Filtrar Favoritos" -msgstr "Favoriten filtern" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" -msgstr "Konten pro Seite" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:106 -msgid "Más Filtros" -msgstr "Mehr Filter" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:111 -msgid "Seleccionar Etiqueta" -msgstr "Tag auswählen" - -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:18 -msgid "Los datos serán encriptados al guardar" -msgstr "Daten werden nach dem Speichern verschlüsselt" - -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:23 -msgid "Los datos serán desencriptados al guardar" -msgstr "Daten werden nach dem Speichern entschlüsselt" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:13 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" -msgstr "Diese Erweiterung ist notwendig, um Passwörter als Bilder anzuzeigen" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:27 -msgid "Búsqueda" -msgstr "Suchen" - -#: ../../../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 "Treffer pro Seite" - -#: ../../../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 "Anzahl der Suchresultate pro Seite." - -#: ../../../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 "Ergebnisse pro Seite" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:20 -msgid "Caducidad clave cuentas" -msgstr "Ablauf des Kontopassworts" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:68 -msgid "Habilita la caducidad de la clave de cuentas." -msgstr "Aktiviere Ablaufdatum für Kontopasswörter" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:76 -msgid "Tiempo caducidad clave" -msgstr "Passwortablaufzeit" - -#: ../../../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 "Anzahl der Tage bis zum Ablauf des Kontos" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:91 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:28 -msgid "Tiempo caducidad (días)" -msgstr "Ablaufzeit (Tage)" - -#: ../../../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 "Kontoname 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 "Kontonamen als Link zu Kontodetails anzeigen." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 -msgid "Búsquedas globales" -msgstr "Globale Suchen" - -#: ../../../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 "" -"Ermöglicht Benutzern über alle Konten zu suchen, auch wenn sie keine Rechte " -"haben. Die Kontodetails können sie jedoch nicht sehen." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:144 -msgid "Imagen para mostrar clave" -msgstr "Bild zur Anzeige des Passworts" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:146 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Bild mit dem Text des Kontopassworts generieren." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:145 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:148 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "" -"Nützlich für Umgebungen, in denen das Kopieren eines Passworts in die " -"Zwischenablage ein Sicherheitsrisiko darstellt." - -#: ../../../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 "Suchergebnisse als Karten" - -#: ../../../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 "Zeigt die Ergebnisse der Kontensuche im Visitenkartenformat an." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:179 -msgid "Acceso Grupos Secundarios" -msgstr "Sekundärgruppen-Zugriff" - -#: ../../../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 "Gibt Benutzern der Sekundärgruppe Zugriffsrechte." - -#: ../../../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 "" -"Standardmäßig erhält der Benutzer einer Sekundärgruppe Zugriffsrechte, wenn " -"die Primärgruppe des Benutzers die Sekundärgruppe ist." - -#. (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 "Öffentliche Links" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:212 -msgid "Habilitar Enlaces Públicos" -msgstr "Öffentliche Links aktivieren" - -#: ../../../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 "" -"Ermöglicht die Erstellung öffentlicher Links, um Kontoinformationen " -"anzuzeigen" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:216 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "" -"Die verknüpften Konten werden für alle sichtbar sein, die im Besitz des " -"Links sind" - -#: ../../../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 "" -"Um öffentliche Links erstellen zu können, muss die Option im Benutzerprofil " -"aktiviert sein." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:234 -msgid "Usar imagen para clave" -msgstr "Verwende ein Bild für das Passwort" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:236 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "Das Kontopasswort wird als Bild angezeigt." - -#: ../../../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 "Ablaufzeit" - -#: ../../../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 Abrufanzahl" - -#: ../../../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 "Dateiverwaltung" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:296 -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "Aktiviert das Hoch-und Herunterladen von Dateien für Konten." - -#: ../../../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 "Erlaubte Dateiendungen" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:309 -msgid "Extensiones permitidas para la subida de archivos." -msgstr "Erlaubte Dateierweiterungen für Dateiupload." - -#: ../../../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 "" -"Erweiterung eingeben und Enter zum Hinzufügen drücken. Speichern nicht " -"vergessen." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:325 -msgid "Tamaño máximo de archivo" -msgstr "Maximale Dateigröße" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:330 -msgid "Establece el tamaño máximo para subir archivos." -msgstr "Maximale Dateigröße beim Hochladen." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 -msgid "El máximo absuluto es de 16MB." -msgstr "Das absolute Maximum ist 16 MB." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:345 -msgid "Tamaño máximo de archivo en kilobytes" -msgstr "Max. Dateigröße in Kilobytes" - -#: ../../../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 "" -"Diese Erweiterung ist notwendig, um Backup-Dateien der Anwendung zu erstellen" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restaurar cuenta desde este punto" +msgstr "Kontowiederherstellung von diesem Punkt" + +#: ../../../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 "Passwort in die Zwischenablage kopieren" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "Ver Actual" +msgstr "Ansehen" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:49 +#: ../../../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 "Zurück" + +#: ../../../../inc/themes/material-blue/views/account/actions.inc:146 +msgid "Modificar Cuenta" +msgstr "Konto ändern" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Solicitar Modificación" +msgstr "Änderung anfragen" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:51 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:121 +msgid "Guardar" +msgstr "Speichern" #: ../../../modules/web/themes/material-blue/views/config/backup.inc:23 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:26 @@ -2842,18 +3072,15 @@ msgstr "Ergebnis" msgid "Descargar Actual" msgstr "Herunterladen" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 -msgid "Copia BBDD" -msgstr "Datenbanksicherung" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 -msgid "Copia sysPass" -msgstr "sysPass Sicherung" - #: ../../../modules/web/themes/material-blue/views/config/backup.inc:53 msgid "No hay backups para descargar" msgstr "Es sind keine Backups zum Herunterladen vorhanden" +#: ../../../modules/web/themes/material-blue/inc/Icons.php:52 +#: ../../../config/strings.js.inc:79 +msgid "Ayuda" +msgstr "Hilfe" + #: ../../../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 " @@ -2898,10 +3125,6 @@ msgstr "" "Das Exportieren der Konten ermöglicht das Speichern der Konten und ihren " "Daten im XML-Format, um sie in einer anderen sysPass Instanz zu importieren." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." -msgstr "Die exportierten Elemente sind Konten, Kunden, Kategorien und Tags." - #: ../../../modules/web/themes/material-blue/views/config/backup.inc:184 msgid "" "Las claves de las cuentas son exportadas de forma encriptada para mayor " @@ -2916,301 +3139,19 @@ msgstr "" "Es ist möglich, ein Exportpasswort anzugeben, um alle Daten in der XML-Datei " "zu verschlüsseln." -#: ../../../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 "Masterpasswort" +#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 +msgid "Javascript es necesario para el correcto funcionamiento" +msgstr "JavaScript muss aktiviert sein" -#: ../../../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 -msgid "Último cambio" -msgstr "Letzte Änderung" +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:23 +msgid "Nombre de la categoría" +msgstr "Kategoriename" -#: ../../../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 "Aktuelles Masterpasswort" - -#: ../../../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 "Neues Masterpasswort" - -#: ../../../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 "Neues Masterpasswort (Wiederholung)" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:77 -msgid "Guarde la nueva clave en un lugar seguro." -msgstr "Sie sollten das neue Passwort an einem sicheren Ort aufbewahren." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:81 -msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "Alle Passwörter der Konten werden neu verschlüsselt." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:85 -msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "" -"Alle Benutzer müssen danach ein neues temporäres Masterpasswort eingeben." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:89 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:120 -#, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." -msgstr "Es werden %s Konten aktualisiert. Dies kann etwas dauern." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 -msgid "No modificar cuentas" -msgstr "Konten nicht verändern" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:108 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" -msgstr "Neues Masterpasswort angeben, ohne die Konten neu zu verschlüsseln" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 -msgid "Confirmar cambio" -msgstr "Änderung bestätigen" - -#: ../../../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 "" -"Bestätigen sie die Änderung des Masterpassworts, nachdem sie die Warnungen " -"gelesen haben." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:152 -msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." -msgstr "" -"Das Masterpasswort wird benutzt, um die sysPass Kontopasswörter zu " -"verschlüsseln und diese zu sichern." - -#: ../../../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." -msgstr "" -"Es ist ratsam, es von Zeit zu Zeit zu ändern und ein komplexes Passwort mit " -"Zahlen, Buchstaben und Symbolen zu nutzen." - -#: ../../../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 "Mehr Informationen erhalten Sie hier: %s" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:166 -msgid "Actualizar hash de clave maestra" -msgstr "Masterpasswort-Hashwert aktualisieren" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:186 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:318 -msgid "Clave Temporal" -msgstr "Temporäres Passwort" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:200 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:213 -msgid "No generada" -msgstr "Nicht generiert" - -#: ../../../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 "Gültig bis" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:222 -msgid "Intentos" -msgstr "Versuche" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:229 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:239 -msgid "Validez (s)" -msgstr "Gültigkeitsdauer (s)" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:258 -msgid "Enviar correo" -msgstr "E-Mail senden" - -#: ../../../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 "" -"Sendet eine E-Mail an alle Benutzer oder nur an diejenigen, deren Gruppe " -"ausgewählt ist." - -#: ../../../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 " -"la clave maestra original." -msgstr "" -"Das temporäre Passwort dient als Masterpasswort für die Benutzer, welche " -"dieses während der Anmeldung eingeben müssen. Somit brauchen Benutzern das " -"wahre Masterpasswort nicht zu erfahren." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 -msgid "Generar" -msgstr "Generieren" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 -msgid "Autentificación" -msgstr "Authentifizierung" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:28 -msgid "Usar Auth Basic" -msgstr "Verwenden Sie Auth Basic" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:29 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." -msgstr "Basic Authentication für den Zugriff auf die Anwendung verwenden" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 -msgid "Usar Auth Basic SSO" -msgstr "Auth Basic SSO benutzen" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:44 -msgid "Usar auto-login con Auth Basic." -msgstr "Auto-Login mit Auth Basic benutzen." - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 -msgid "Dominio" -msgstr "Domain" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 -msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." -msgstr "" -"Die Domäne wird zum Benutzernamen sysPass hinzugefügt, um sie mit Auth Basic " -"zu vergleichen." - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 -msgid "Nombre de dominio" -msgstr "Domainname" - -#: ../../../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:236 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:246 -msgid "Grupo por Defecto" -msgstr "Standardgruppe" - -#: ../../../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 "Legt die Standardbenutzergruppe für neue SSO-Benutzer fest." - -#: ../../../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:261 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:271 -msgid "Perfil por Defecto" -msgstr "Standard-Profil" - -#: ../../../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 "Legt das Standardprofil für die neu erstellten SSO-Benutzer fest." - -#: ../../../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/plugin/plugin.inc:64 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:66 -msgid "Eventos" -msgstr "Events" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:28 -msgid "Habilitar log de eventos" -msgstr "Ereignisprotokoll (Audit) aktivieren" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:29 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Speichern Sie die in der Anwendung ausgeführten Aktionen." - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 -msgid "Habilitar Syslog" -msgstr "Syslog aktivieren" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 -msgid "Habilitar Syslog Remoto" -msgstr "Remote Syslog aktivieren" - -#: ../../../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:91 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:116 -#: ../../../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 "Hostname oder IP-Adresse" - -#: ../../../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" - -#: ../../../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 "Proxy verwenden" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:29 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." -msgstr "Einen Proxy für Updates und Benachrichtigungen benutzen" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:45 -msgid "Servidor proxy" -msgstr "Proxyserver" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:59 -msgid "Puerto del servidor proxy" -msgstr "Proxyserver Port" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:73 -msgid "Usuario del servidor proxy" -msgstr "Proxyserver Benutzer" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:87 -msgid "Clave del servidor proxy" -msgstr "Proxyserver Passwort" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:14 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" -msgstr "" -"Diese Erweiterung ist notwendig, um für sysPass Updates und " -"Benachrichtigungen zu erhalten" +#: ../../../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 "Beschreibung der Kategorie" #: ../../../modules/web/themes/material-blue/views/config/general-site.inc:22 #: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:5 @@ -3236,14 +3177,6 @@ msgstr "" "Setzen Sie die globale Sprache fest. Jeder Benutzer kann seine eigene " "Sprache in den Benutzereinstellungen wählen." -#: ../../../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 "" -"Um die Übersetzungen zu verbessern / hinzufügen, können Sie sich beteiligen\n" -"https://poeditor.com/join/project/fmlsBuugyv" - #: ../../../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 @@ -3264,13 +3197,14 @@ msgstr "" msgid "Timeout de sesión (s)" msgstr "Ablauf der Sitzung (s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 -msgid "Forzar HTTPS" -msgstr "HTTPS erzwingen" +#. corrected translation +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:28 +msgid "Habilitar log de eventos" +msgstr "Ereignisprotokoll (Audit) aktivieren" -#: ../../../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 "Erzwingt HTTPS bei allen Verbindungen" +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:29 +msgid "Guarda las acciones realizadas en la aplicación." +msgstr "Speichern Sie die in der Anwendung ausgeführten Aktionen." #: ../../../modules/web/themes/material-blue/views/config/general-site.inc:120 msgid "Habilitar depuración" @@ -3314,21 +3248,301 @@ msgid "" "para los usuarios administradores)." msgstr "Prüft auf sysPass Sicherheitsmeldungen (nur für Administratoren)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 -msgid "Encriptar Sesión" -msgstr "Sitzung verschlüsseln" +#: ../../../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 "Kontoname als Link" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar los datos de la sesión de PHP." -msgstr " PHP-Sitzungsdaten verschlüsseln." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:183 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:110 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:82 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " +"de la cuenta." +msgstr "Kontonamen als Link zu Kontodetails anzeigen." + +#: ../../../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 "Dateiverwaltung" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:296 +msgid "Habilita la subida/descarga de archivos para las cuentas." +msgstr "Aktiviert das Hoch-und Herunterladen von Dateien für Konten." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 +msgid "Búsquedas globales" +msgstr "Globale Suchen" + +#: ../../../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 "" -"Diese Funktionalität erhöht die Sicherheit von PHP-Sitzungen, da die " -"gespeicherten Daten nicht lesbar sind." +"Ermöglicht Benutzern über alle Konten zu suchen, auch wenn sie keine Rechte " +"haben. Die Kontodetails können sie jedoch nicht sehen." + +#: ../../../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 "Erlaubte Dateiendungen" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:309 +msgid "Extensiones permitidas para la subida de archivos." +msgstr "Erlaubte Dateierweiterungen für Dateiupload." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:267 +msgid "Se permite un máximo de 4 caracteres." +msgstr "Maximal 4 Zeichen erlaubt." + +#: ../../../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 "" +"Erweiterung eingeben und Enter zum Hinzufügen drücken. Speichern nicht " +"vergessen." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:330 +msgid "Establece el tamaño máximo para subir archivos." +msgstr "Maximale Dateigröße beim Hochladen." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 +msgid "El máximo absuluto es de 16MB." +msgstr "Das absolute Maximum ist 16 MB." + +#: ../../../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 "Treffer pro Seite" + +#: ../../../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 "Anzahl der Suchresultate pro Seite." + +#: ../../../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 "Suchergebnisse als Karten" + +#: ../../../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 "Zeigt die Ergebnisse der Kontensuche im Visitenkartenformat an." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:144 +msgid "Imagen para mostrar clave" +msgstr "Bild zur Anzeige des Passworts" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:146 +msgid "Generar una imagen con el texto de la clave de la cuenta." +msgstr "Bild mit dem Text des Kontopassworts generieren." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:148 +msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +msgstr "" +"Nützlich für Umgebungen, in denen das Kopieren eines Passworts in die " +"Zwischenablage ein Sicherheitsrisiko darstellt." + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 +msgid "Nombre del cliente" +msgstr "Kundenname" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 +msgid "Descripción del cliente" +msgstr "Beschreibung des Kunden" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 +msgid "Texto Ayuda" +msgstr "Hilfetext" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 +msgid "Obligatorio" +msgstr "Benötigt" + +#: ../../../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 "Masterpasswort" + +#: ../../../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 +msgid "Último cambio" +msgstr "Letzte Änderung" + +#: ../../../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 "Aktuelles Masterpasswort" + +#: ../../../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 "Neues Masterpasswort" + +#: ../../../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 "Neues Masterpasswort (Wiederholung)" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 +msgid "No modificar cuentas" +msgstr "Konten nicht verändern" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:108 +msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +msgstr "Neues Masterpasswort angeben, ohne die Konten neu zu verschlüsseln" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 +msgid "Confirmar cambio" +msgstr "Änderung bestätigen" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:77 +msgid "Guarde la nueva clave en un lugar seguro." +msgstr "Sie sollten das neue Passwort an einem sicheren Ort aufbewahren." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:81 +msgid "Se volverán a encriptar las claves de todas las cuentas." +msgstr "Alle Passwörter der Konten werden neu verschlüsselt." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:85 +msgid "Los usuarios deberán de introducir la nueva clave maestra." +msgstr "" +"Alle Benutzer müssen danach ein neues temporäres Masterpasswort eingeben." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:152 +msgid "" +"La clave maestra es utilizada para encriptar las claves de las cuentas de " +"sysPass para mantenerlas seguras." +msgstr "" +"Das Masterpasswort wird benutzt, um die sysPass Kontopasswörter zu " +"verschlüsseln und diese zu sichern." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:154 +#, fuzzy +msgid "" +"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " +"que incluya números, letras y símbolos." +msgstr "" +"Es ist ratsam, es von Zeit zu Zeit zu ändern und ein komplexes Passwort mit " +"Zahlen, Buchstaben und Sonderzeichen zu nutzen." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:318 +msgid "Clave Temporal" +msgstr "Temporäres Passwort" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:200 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:213 +msgid "No generada" +msgstr "Nicht generiert" + +#: ../../../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 "Gültig bis" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:229 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:239 +msgid "Validez (s)" +msgstr "Gültigkeitsdauer (s)" + +#: ../../../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 " +"la clave maestra original." +msgstr "" +"Das temporäre Passwort dient als Masterpasswort für die Benutzer, welche " +"dieses während der Anmeldung eingeben müssen. Somit brauchen Benutzern das " +"wahre Masterpasswort nicht zu erfahren." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 +msgid "Generar" +msgstr "Generieren" + +#: ../../../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 "Keine Datensätze gefunden" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Fecha / Hora" +msgstr "Datum/Zeit" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Evento" +msgstr "Ereignis" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:69 +msgid "Primera página" +msgstr "Erste Seite" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Página anterior" +msgstr "Vorherige Seite" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Página siguiente" +msgstr "Nächste Seite" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Última página" +msgstr "Letzte Seite" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 +msgid "Ver Archivo" +msgstr "Datei ansehen" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 +msgid "Indica si la conexión utiliza HTTPS." +msgstr "Zeigt, ob die Verbindung über HTTPS aufgebaut wurde." + +#: ../../../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 "" +"Die aus dem Formular gesendeten Passwörter werden verschlüsselt, andere " +"Daten nicht." + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 +msgid "Ayuda :: FAQ :: Changelog" +msgstr "Hilfe :: FAQ :: Changelog" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:60 +msgid "Un proyecto de cygnux.org" +msgstr "Ein cygnux.org Projekt" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 +msgid "Nombre del grupo" +msgstr "Gruppenname" + +#: ../../../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/config/import.inc:10 #: ../../../modules/web/themes/material-blue/views/config/import.inc:101 @@ -3344,19 +3558,35 @@ msgstr "Standardbenutzer" msgid "Define el usuario por defecto para las cuentas importadas." msgstr "Definiert den Standardbenutzer für den Kontoimport." +#: ../../../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:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:246 +msgid "Grupo por Defecto" +msgstr "Standardgruppe" + #: ../../../modules/web/themes/material-blue/views/config/import.inc:48 msgid "Define el grupo por defecto para las cuentas importadas." msgstr "Definiert die Standardgruppe für den Kontoimport." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 -msgid "Archivo" -msgstr "Datei" +#: ../../../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 "Import-Passwort" + +#: ../../../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-Trennzeichen" #: ../../../modules/web/themes/material-blue/views/config/import.inc:73 msgid "Soltar archivo aquí o click para seleccionar" msgstr "Dateien hier fallen lassen oder zum manuellen Selektieren anklicken" #: ../../../modules/web/themes/material-blue/views/config/import.inc:103 +#, fuzzy msgid "" "Permite realizar la importación de Cuentas, Categorías y Clientes desde " "archivos XML y CSV." @@ -3388,14 +3618,6 @@ msgstr "" msgid "La importación de archivos CSV se realiza con el siguiente formato:" msgstr "Die zu importierende CSV-Datei benötigt folgendes Format:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" -msgstr "" -"\"Kontoname\", \"Kunde\", \"Kategorie\", \"URL\", \"Benutzer\", \"Passwort" -"\", \"Notizen\"" - #: ../../../modules/web/themes/material-blue/views/config/import.inc:115 msgid "" "En todos los casos, si el cliente o la categoría no están creados, se crean " @@ -3404,41 +3626,6 @@ msgstr "" "In dem Fall, dass der Kunden- oder Kategorienname noch nicht existiert, wird " "dieser automatisch erstellt." -#: ../../../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 "Import-Passwort" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:134 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -msgstr "" -"Es wird nur für sysPass XML-Dateien benötigt, die verschlüsselt wurden." - -#: ../../../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 "" -"Es wird nur für sysPass XML-Dateien benötigt, die mit einem anderen " -"Masterpasswort als dem aktuellen verschlüsselt wurden." - -#: ../../../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-Trennzeichen" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:183 -msgid "Sólo es necesario para archivos CSV." -msgstr "Es wird nur für CSV-Dateien benötigt." - #: ../../../modules/web/themes/material-blue/views/config/info.inc:5 msgid "Información de la Aplicación" msgstr "Anwendungsinformationen" @@ -3458,73 +3645,55 @@ msgstr "Datenbank" msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:40 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:28 -msgid "Versión" -msgstr "Version" - #: ../../../modules/web/themes/material-blue/views/config/info.inc:42 msgid "Extensiones" msgstr "Erweiterungen" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:46 -msgid "Extensiones no disponibles" -msgstr "Nicht verfügbare Erweiterungen" - #: ../../../modules/web/themes/material-blue/views/config/info.inc:50 msgid "Memoria Usada" msgstr "Verwendeter Speicher" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "OP Cache" -msgstr "OP Cache" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: ../../../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:91 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:116 +#: ../../../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/info.inc:74 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:77 -msgid "Copia de Configuración" -msgstr "Einstellungen sichern" +#: ../../../modules/web/themes/material-blue/views/install/index.inc:34 +msgid "Login del usuario administrador de sysPass" +msgstr "sysPass Administratoranmeldung" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:89 -msgid "Indica si el idioma se encuentra disponible" -msgstr "Gibt an, ob die Sprache verfügbar ist oder nicht" +#: ../../../modules/web/themes/material-blue/views/install/index.inc:66 +msgid "Configurar BBDD" +msgstr "Datenbankkonfiguration" -#: ../../../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." +#: ../../../modules/web/themes/material-blue/views/install/index.inc:109 +msgid "Nombre de la base de datos para sysPass" +msgstr "Name der sysPass Datenbank" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:146 +msgid "Modo Hosting" +msgstr "Hosting-Modus" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:153 +msgid "No crea ni verifica los permisos del usuario sobre la BBDD" msgstr "" -"Wenn nicht installiert, müssen Sie die richtigen " -"Betriebssystemgebietsschemas installieren. Weitere Informationen finden Sie " -"im Wiki." +"Berechtigungen des Benutzers für die Datenbank werden weder erstellt, noch " +"überprüft" -#: ../../../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 "Verschlüsselte Sitzung" - -#: ../../../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 "" -"Zeigt an, ob die Sitzungsdaten auf dem Server verschlüsselt sind oder nicht" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 -msgid "Sí" -msgstr "Ja" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 -msgid "No" -msgstr "Nein" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:125 -msgid "Plugins Cargados" -msgstr "Geladene Plugins" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:13 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" -msgstr "" -"Diese Erweiterung ist notwendig um, sich zu einem LDAP-Server verbinden zu " -"können" +#: ../../../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 "Installieren" #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:43 msgid "Habilitar LDAP" @@ -3538,18 +3707,6 @@ msgstr "Aktiviert die Authentifizierung über einen LDAP-Server." msgid "Este método utilizará MySQL en caso de fallo." msgstr "Diese Methode verwendet im Fehlerfall die Datenbank als Reserve." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:62 -msgid "Active Directory" -msgstr "Active Directory (AD)" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:64 -msgid "Habilita el modo de conexión con LDAP de Active Directory." -msgstr "Aktiviert den Active Directory LDAP-Verbindungsmodus." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:81 -msgid "Habilita la conexión mediante TLS." -msgstr "Enables the connection over TLS" - #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:96 msgid "Nombre o dirección IP del servidor de LDAP." msgstr "Hostname oder IP-Adresse des LDAP-Servers" @@ -3574,10 +3731,6 @@ msgstr "Benutzer für die Verbindung zum LDAP-Service." msgid "Clave de conexión" msgstr "LDAP-Passwort" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:157 -msgid "Clave del usuario de conexión a LDAP." -msgstr "LDAP-Verbindungspasswort" - #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:173 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:197 msgid "Base de búsqueda" @@ -3602,104 +3755,439 @@ msgid "" "Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." msgstr "Legen Sie die Standardgruppe für neue LDAP-Benutzer fest." +#: ../../../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:261 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:271 +msgid "Perfil por Defecto" +msgstr "Standard-Profil" + #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:266 msgid "" "Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." msgstr "Legen Sie das Standardprofil für neue LDAP-Benutzer fest." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:318 -msgid "Importación" -msgstr "Import" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:62 +msgid "Active Directory" +msgstr "Active Directory (AD)" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:324 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:334 -msgid "Atributo Login" -msgstr "Login-Attribut" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:64 +msgid "Habilita el modo de conexión con LDAP de Active Directory." +msgstr "Aktiviert den Active Directory LDAP-Verbindungsmodus." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:329 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." -msgstr "Definiert das Attribut für den Benutzerlogin beim Import." +#: ../../../modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Comprobar" +msgstr "Überprüfen" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:347 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:357 -msgid "Atributo Nombre" -msgstr "Namensattribut" +#: ../../../modules/web/themes/material-blue/views/login/index.inc:72 +msgid "¿Olvidó su clave?" +msgstr "Passwort vergessen?" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:352 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." -msgstr "Definiert das Benutzernamenattribut für den Import." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:382 -msgid "Importar Grupos" -msgstr "Gruppen importieren" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:391 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:401 -msgid "Atributo Nombre Grupo" -msgstr "Attributnamengruppe" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:396 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." -msgstr "" -"Definiert das Attribut für den Namen der Benutzergruppe beim Importieren." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:412 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:426 -msgid "Filtro" -msgstr "Filter" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:417 -msgid "Filtro para importar usuarios o grupos de LDAP." -msgstr "Filter zum Importieren von LDAP-Benutzern oder -Gruppen" +#: ../../../modules/web/Controllers/UpgradeController.php:92 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:78 +msgid "Aplicación actualizada correctamente" +msgstr "Anwendung erfolgreich aktualisiert" #: ../../../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 "E-Mail-Benachrichtigungen einschalten" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:46 -msgid "Habilitar peticiones por correo" -msgstr "Erlaube Anfragen per E-Mail" - -#: ../../../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 "" -"Ermöglicht Benutzern ohne Berechtigungen, Änderungen oder Zugriff auf Konten " -"anzufordern." +#: ../../../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" #: ../../../modules/web/themes/material-blue/views/config/mail.inc:95 msgid "Habilitar Autentificación" msgstr "Authentifizierung aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:130 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:133 -msgid "Seguridad" -msgstr "Sicherheit" - #: ../../../modules/web/themes/material-blue/views/config/mail.inc:136 msgid "Deshabilitada" msgstr "Inaktiv" #: ../../../modules/web/themes/material-blue/views/config/mail.inc:146 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:154 +#, fuzzy msgid "Dirección de correo de envío" msgstr "Absender E-Mail-Adresse" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:160 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:163 -msgid "Destinatarios" -msgstr "Empfänger" +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:46 +msgid "Habilitar peticiones por correo" +msgstr "Erlaube Anfragen per E-Mail" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:13 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 +msgid "Más Acciones" +msgstr "Weitere Aktionen" + +#: ../../../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 "Passwortänderungsanfrage versenden" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "Email del Usuario" +msgstr "Benutzer E-Mail" + +#: ../../../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 "Zurück zur Anmeldung" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:45 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:47 +msgid "Solicitar" +msgstr "Anfrage" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:48 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +msgid "Cambiar" +msgstr "Ändern" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Cambiar Clave" +msgstr "Passwort ändern" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:97 +msgid "Ordenar resultados por visitas" +msgstr "Suchergebnis nach Aufrufhäufigkeit sortieren" + +#: ../../../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 "" -"Diese Erweiterung ist notwendig, um sich zu einem DokuWiki verbinden zu " -"können" +"Sortiert das Suchergebnis der Konten anhand der Anzahl der Kontenzugriffe." + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:114 +msgid "Barra de navegación superior" +msgstr "Obere Navigationsleiste" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:116 +msgid "Mostrar una barra de navegación superior en las búsquedas." +msgstr "Zeigt eine Navigationsleiste oberhalb der Suchresultate." + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:131 +msgid "Mostrar Acciones Ocultas" +msgstr "Zeige versteckte Aktionen" + +#: ../../../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 "" +"Ermöglicht es, die versteckten Aktionen der Kontensuchmaske anzuzeigen." + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 +msgid "Nombre del perfil" +msgstr "Profilname" + +#: ../../../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/account/account-permissions.inc:32 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:36 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:102 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:8 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 +msgid "Ver" +msgstr "Ansehen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 +msgid "Ver clave de cuenta" +msgstr "Passwort anzeigen" + +#: ../../../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/user_profile.inc:98 +msgid "Editar cuenta" +msgstr "Konto ändern" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:35 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:134 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 +msgid "Editar" +msgstr "Ändern" + +#: ../../../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/user_profile.inc:113 +msgid "Editar Clave" +msgstr "Passwort ändern" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:32 +msgid "Añadir" +msgstr "Hinzufügen" + +#: ../../../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/user_profile.inc:473 +msgid "Backup" +msgstr "Sicherung" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:490 +msgid "Realizar importación de cuentas" +msgstr "Kontoimport" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:21 +msgid "Gestión" +msgstr "Verwaltung" + +#: ../../../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/user_profile.inc:262 +msgid "Gestión de grupos" +msgstr "Gruppenverwaltung" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 +msgid "Gestión de perfiles" +msgstr "Profilverwaltung" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 +msgid "Perfiles" +msgstr "Profile" + +#: ../../../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/user_profile.inc:326 +#, fuzzy +msgid "Gestión de clientes" +msgstr "Kundenverwaltung" + +#: ../../../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/user_profile.inc:358 +msgid "Gestión de autorizaciones API" +msgstr "API Berechtigungsmanagement" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 +msgid "Autorizaciones API" +msgstr "API Berechtigungen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 +msgid "Otros" +msgstr "Andere" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:510 +msgid "Ver log de eventos" +msgstr "Ereignisprotokoll ansehen" + +#. corrected translation +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:509 +msgid "Log de Eventos" +msgstr "Ereignisprotokoll" + +#: ../../../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:543 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:545 +msgid "Usado por" +msgstr "Verwendet von" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:9 +msgid "Solicitar Modificación de Cuenta" +msgstr "Kontoänderungsanfrage versenden" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:40 +msgid "Petición" +msgstr "Anfrage" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 +msgid "Descripción de la petición" +msgstr "Beschreibung der Anfrage" + +#: ../../../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:292 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:437 +#: ../../../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 "Zurück" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 +msgid "Enviar" +msgstr "Senden" + +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 +msgid "Filtro ON" +msgstr "Filter eingeschaltet" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:24 +msgid "Buscar en Wiki" +msgstr "Im Wiki suchen" + +#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:71 +msgid "Abrir enlace a" +msgstr "Öffne Verweis nach" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:169 +msgid "Archivos adjuntos" +msgstr "Anhänge" + +#: ../../../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 zum Wiki" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Limpiar" +msgstr "Entfernen" + +#: ../../../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 "Suchbegriff" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:23 +msgid "Parámetros especiales:" +msgstr "Spezialparameter" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +msgid "Buscar cuentas a las que 'login' tenga acceso" +msgstr "Suche nach Konten, für die 'login' Rechte besitzt" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 +msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgstr "Suche nach Konten, für die 'group_name' Rechte besitzt" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 +msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgstr "" +"Suche nach Konten, welche eine Datei enthalten mit dem Dateinamen 'file_name'" + +#: ../../../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 +msgid "Búsqueda global" +msgstr "Globale Suche" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Cuentas por página" +msgstr "Konten pro Seite" + +#: ../../../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 "Abmelden" + +#: ../../../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/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/auth_token.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:73 +msgid "Token" +msgstr "Token" + +#: ../../../config/strings.js.inc:93 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 +msgid "Actualizado" +msgstr "Aktualisiert" + +#: ../../../config/strings.js.inc:94 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:27 +msgid "Error al comprobar actualizaciones" +msgstr "Fehler bei der Updateprüfung" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:12 +msgid "Actualización de BBDD" +msgstr "Datenbank-Update" + +#: ../../../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 "Sicherheitscode" + +#: ../../../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 "Aktualisierung starten" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 +msgid "Nombre de usuario completo" +msgstr "Vollständiger Benutzername" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 +msgid "Login de inicio de sesión" +msgstr "Sitzungslogin" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 +msgid "Dirección de correo" +msgstr "E-Mail-Adresse" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 +msgid "Administrador de la aplicación" +msgstr "Anwendungsadministrator" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 +msgid "Administrador de cuentas" +msgstr "Kontoadministrator" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 +msgid "Forzar cambio de clave" +msgstr "Erzwinge Passwortänderung" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 +msgid "Entradas" +msgstr "Einträge" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 +msgid "Último Acceso" +msgstr "Letzter Zugriff" + +#: ../../../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 "Erstelldatum des Masterpassworts" #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:44 msgid "Habilitar enlaces Wiki" @@ -3719,6 +4207,7 @@ msgid "URL de búsqueda Wiki" msgstr "Wiki Such-URL" #: ../../../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, welche das Wiki zur Inhaltssuche nutzt." @@ -3739,6 +4228,7 @@ msgid "URL de página en Wiki" msgstr "Wiki URL" #: ../../../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, mit der das Wiki für den Zugriff auf die Eintragsdetails verwendet wird." @@ -3759,6 +4249,1328 @@ msgid "" "Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." msgstr "Präfix zur Auswahl der Konten, die einen Link zum Wiki besitzen." +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:9 +msgid "Histórico" +msgstr "Vergangenheit" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Realizar" +msgstr "Ausführen" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 +msgid "Forzar HTTPS" +msgstr "HTTPS erzwingen" + +#: ../../../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 "Erzwingt HTTPS bei allen Verbindungen" + +#: ../../../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 "Ergebnisse pro Seite" + +#: ../../../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 "Proxy verwenden" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:45 +msgid "Servidor proxy" +msgstr "Proxyserver" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:59 +msgid "Puerto del servidor proxy" +msgstr "Proxyserver Port" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:73 +msgid "Usuario del servidor proxy" +msgstr "Proxyserver Benutzer" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:87 +msgid "Clave del servidor proxy" +msgstr "Proxyserver Passwort" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:26 +msgid "Nombre del campo" +msgstr "Feldname" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 +msgid "Ayuda del campo" +msgstr "Feldhilfe" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:222 +msgid "Intentos" +msgstr "Versuche" + +#: ../../../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 "Benutzereinstellungen" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:26 +msgid "Usuario administrador de sysPass" +msgstr "sysPass Administrator" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:76 +msgid "Usuario acceso BBDD" +msgstr "Datenbankbenutzer" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:84 +#, fuzzy +msgid "Usuario con permisos de administrador de MySQL" +msgstr "Benutzer mit Datenbankadministratorrechten" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:92 +msgid "Clave acceso BBDD" +msgstr "Datenbankpasswort" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:101 +msgid "Nombre BBDD para sysPass" +msgstr "sysPass Datenbankname" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:118 +msgid "Servidor BBDD para sysPass" +msgstr "sysPass Datenbankserver" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:126 +msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgstr "" +"Name oder IP-Adresse des Servers, auf dem die sysPass Datenbank installiert " +"werden soll" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:157 +msgid "Clave del usuario de conexión a LDAP." +msgstr "LDAP-Verbindungspasswort" + +#: ../../../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 "" +"Ermöglicht Benutzern ohne Berechtigungen, Änderungen oder Zugriff auf Konten " +"anzufordern." + +#: ../../../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/user_profile.inc:31 +msgid "Crear" +msgstr "Erstellen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 +msgid "Eliminar cuenta" +msgstr "Konto entfernen" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:36 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 +msgid "Eliminar" +msgstr "Entfernen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 +msgid "Opciones de encriptación" +msgstr "Verschlüsselungsoptionen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 +msgid "Realizar copia de seguridad y exportar" +msgstr "Backup erstellen und exportieren" + +#: ../../../../ajax/ajax_filesMgmt.php:97 +msgid "Extensión" +msgstr "Erweiterung" + +#: ../../../modules/web/Controllers/AccountFileController.php:209 +msgid "Tamaño de archivo superado" +msgstr "Dateigröße erreicht" + +#: ../../../../ajax/ajax_passReset.php:77 +msgid "Solicitud no enviada" +msgstr "Anfrage wurde nicht abgeschickt" + +#: ../../../../ajax/ajax_passReset.php:78 +msgid "Compruebe datos de usuario o consulte con el administrador" +msgstr "" +"Bitte überprüfen Sie die Benutzerdaten oder kontaktieren Sie den " +"Administrator" + +#: ../../../../lib/SP/Services/Account/AccountService.php:282 +#: ../../../../lib/SP/Services/Account/AccountService.php:639 +#: ../../../../lib/SP/Services/Account/AccountService.php:694 +msgid "La cuenta no existe" +msgstr "Das Konto existiert nicht" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errores" +msgstr "Fehler" + +#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error al añadir favorito" +msgstr "Fehler beim Hinzufügen des Favoriten" + +#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error al eliminar favorito" +msgstr "Fehler beim Entfernen des Favoriten" + +#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error al eliminar las etiquetas de la cuenta" +msgstr "Fehler beim Entfernen von Tags des Kontos" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:107 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Método inválido" +msgstr "Ungültige Methode" + +#: ../../../../lib/SP/Services/Api/ApiRequest.php:79 +#: ../../../../lib/SP/Services/Api/ApiRequest.php:113 +#: ../../../../lib/SP/Services/Api/ApiService.php:229 +msgid "Datos inválidos" +msgstr "Ungültige Daten" + +#: ../../../../inc/SP/Api/ApiRequest.class.php:211 +msgid "Formato incorrecto" +msgstr "Falsches Format" + +#: ../../../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 "Konto ID" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Devolver detalles en la respuesta" +msgstr "Senden Sie Details mit der Rückantwort" + +#: ../../../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 "Anzuzeigende Anzahl an Ergebnissen" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 +msgid "Id de categoría a filtrar" +msgstr "Kategorie-ID zum Filtern" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 +msgid "Id de cliente a filtrar" +msgstr "Kunden-ID zum Filtern" + +#: ../../../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 "Kategorie-ID" + +#: ../../../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 +msgid "Id de cliente" +msgstr "Kunden-ID" + +#: ../../../../lib/SP/Api/SyspassApi.php:511 +msgid "Nombre de categoría a buscar" +msgstr "Zu suchender Kategoriename" + +#: ../../../../lib/SP/Api/SyspassApi.php:531 +msgid "Nombre de cliente a buscar" +msgstr "Zu suchender Kundenname" + +#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Método ya inicializado" +msgstr "Funktion bereits initialisiert" + +#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Método no disponible" +msgstr "Funktion nicht verfügbar" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:155 +#: ../../../modules/web/Controllers/ConfigLdapController.php:198 +msgid "Objetos encontrados: %d" +msgstr "Objekte gefunden: %d" + +#: ../../../../lib/SP/Controller/ChecksController.php:127 +msgid "Los parámetros de DokuWiki no están configurados" +msgstr "DokuWiki Einstellungen sind nicht konfiguriert" + +#: ../../../../lib/SP/Controller/ChecksController.php:135 +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:214 +msgid "Error" +msgstr "Fehler" + +#: ../../../../lib/SP/Controller/ChecksController.php:137 +msgid "Conexión correcta" +msgstr "Verbindung erfolgreich" + +#: ../../../../lib/SP/Controller/ChecksController.php:141 +msgid "Error de conexión a DokuWiki" +msgstr "Fehler beim Verbinden mit DokuWiki" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:89 +msgid "Faltan parámetros de syslog remoto" +msgstr "Fehlende Remote Syslog Parameter" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:102 +msgid "Syslog remoto deshabilitado" +msgstr "Remote Syslog deaktiviert" + +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error al guardar la configuración" +msgstr "Fehler beim Speichern der Konfiguration" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:87 +msgid "Faltan parámetros de DokuWiki" +msgstr "Fehlende DokuWiki Parameter" + +#: ../../../../inc/SP/Controller/ConfigActionController.class.php:368 +msgid "DokuWiki habiltada" +msgstr "DokuWiki aktiviert" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:104 +msgid "DokuWiki deshabilitada" +msgstr "DokuWiki deaktiviert" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 +msgid "Buscar Evento" +msgstr "Suche nach Ereignis" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 +#: ../../../config/actions.xml:325 +msgid "Buscar Categoría" +msgstr "Suche nach Kategorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 +#: ../../../config/actions.xml:355 +msgid "Buscar Cliente" +msgstr "Suche nach Kunde" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:139 +msgid "Buscar Campo" +msgstr "Feld suchen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 +#: ../../../config/actions.xml:475 +msgid "Buscar Archivo" +msgstr "Suchen nach Datei" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 +msgid "Buscar Cuenta" +msgstr "Konto suchen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 +#: ../../../config/actions.xml:595 +msgid "Buscar Usuario" +msgstr "Suche nach Benutzer" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:218 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:219 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:457 +msgid "Importar usuarios de LDAP" +msgstr "Benutzer aus LDAP importieren" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 +#: ../../../config/actions.xml:625 +msgid "Buscar Grupo" +msgstr "Suche nach Gruppe" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 +#: ../../../config/actions.xml:655 +msgid "Buscar Perfil" +msgstr "Suche nach Profil" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:135 +msgid "Buscar Token" +msgstr "Token suchen" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 +#: ../../../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:106 +#: ../../../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 "Ablaufdatum" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: ../../../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" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 +msgid "Enlaces" +msgstr "Links" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:144 +msgid "Buscar Enlace" +msgstr "Link suchen" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:177 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:178 +#: ../../../modules/web/Controllers/PublicLinkController.php:336 +msgid "Ver Enlace" +msgstr "Link anzeigen" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:193 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:194 +msgid "Renovar Enlace" +msgstr "Link erneuern" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:210 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:211 +msgid "Eliminar Enlace" +msgstr "Link entfernen" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:123 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:89 +#: ../../../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:130 +#: ../../../config/actions.xml:523 +msgid "Buscar Etiqueta" +msgstr "Tag suchen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 +#: ../../../modules/web/Controllers/TagController.php:103 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:217 +#: ../../../config/actions.xml:499 +msgid "Nueva Etiqueta" +msgstr "Tag hinzufügen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 +msgid "Editar Etiqueta" +msgstr "Tag bearbeiten" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 +#: ../../../config/actions.xml:517 +msgid "Eliminar Etiqueta" +msgstr "Tag entfernen" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:101 +msgid "Plugin" +msgstr "Plugin" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 +msgid "Estado" +msgstr "Status" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:332 +#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +msgid "Plugins" +msgstr "Plugins" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 +#: ../../../config/actions.xml:541 +msgid "Buscar Plugin" +msgstr "Plugin suchen" + +#. (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:535 +msgid "Ver Plugin" +msgstr "Plugin anzeigen" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:167 +msgid "Habilitar" +msgstr "Aktivieren" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:186 +msgid "Deshabilitar" +msgstr "Deaktivieren" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:205 +msgid "Restablecer Datos" +msgstr "Daten zurücksetzen" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 +msgid "Componente" +msgstr "Komponente" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:140 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:104 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:108 +msgid "Leída" +msgstr "Lesen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:65 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:105 +#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 +#: ../../../config/actions.xml:673 +msgid "Notificaciones" +msgstr "Benachrichtigungen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 +#: ../../../config/actions.xml:835 +msgid "Buscar Notificación" +msgstr "Benachrichtigung suchen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 +#: ../../../modules/web/Controllers/NotificationController.php:103 +#: ../../../config/actions.xml:805 +msgid "Ver Notificación" +msgstr "Benachrichtigung anzeigen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 +#: ../../../config/actions.xml:829 +msgid "Marcar Notificación" +msgstr "Benachrichtigung überprüfen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 +#: ../../../config/actions.xml:823 +msgid "Eliminar Notificación" +msgstr "Benachrichtigung entfernen" + +#: ../../../modules/web/Controllers/PublicLinkController.php:270 +#: ../../../modules/web/Controllers/PublicLinkController.php:305 +msgid "Enlace creado" +msgstr "Link erstellt" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +#: ../../../modules/web/Controllers/PublicLinkController.php:170 +msgid "Enlace actualizado" +msgstr "Link aktualisiert" + +#: ../../../modules/web/Controllers/PublicLinkController.php:240 +#: ../../../modules/web/Controllers/PublicLinkController.php:244 +msgid "Enlace eliminado" +msgstr "Link entfernt" + +#: ../../../modules/api/Controllers/TagController.php:88 +#: ../../../modules/api/Controllers/TagController.php:92 +#: ../../../modules/web/Controllers/TagController.php:234 +msgid "Etiqueta creada" +msgstr "Tag hinzugefügt" + +#: ../../../modules/api/Controllers/TagController.php:116 +#: ../../../modules/api/Controllers/TagController.php:121 +#: ../../../modules/web/Controllers/TagController.php:265 +msgid "Etiqueta actualizada" +msgstr "Tag aktualisiert" + +#: ../../../modules/api/Controllers/TagController.php:145 +#: ../../../modules/api/Controllers/TagController.php:149 +#: ../../../modules/web/Controllers/TagController.php:208 +msgid "Etiqueta eliminada" +msgstr "Tag entfernt" + +#: ../../../modules/web/Controllers/PluginController.php:181 +#: ../../../modules/web/Controllers/PluginController.php:184 +msgid "Plugin habilitado" +msgstr "Plugin aktiviert" + +#: ../../../modules/web/Controllers/PluginController.php:206 +#: ../../../modules/web/Controllers/PluginController.php:209 +msgid "Plugin deshabilitado" +msgstr "Plugin deaktiviert" + +#: ../../../modules/web/Controllers/PluginController.php:231 +#: ../../../modules/web/Controllers/PluginController.php:234 +msgid "Plugin restablecido" +msgstr "Plugin zurückgesetzt" + +#: ../../../modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorito añadido" +msgstr "Favorit hinzugefügt" + +#: ../../../modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorito eliminado" +msgstr "Favorit entfernt" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:269 +msgid "Importación de usuarios de LDAP realizada" +msgstr "LDAP-Benutzerimport abgeschlossen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:1096 +msgid "Error al importar usuarios de LDAP" +msgstr "Fehler beim Import von LDAP-Benutzern" + +#: ../../../modules/web/Controllers/NotificationController.php:297 +#: ../../../modules/web/Controllers/NotificationController.php:301 +msgid "Notificación leída" +msgstr "Benachrichtigung gelesen" + +#: ../../../modules/web/Controllers/NotificationController.php:266 +#: ../../../modules/web/Controllers/NotificationController.php:270 +msgid "Notificación eliminada" +msgstr "Benachrichtigung entfernt" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:1192 +msgid "Solicitud enviada por correo" +msgstr "Anfrage per E-Mail gesendet" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:1194 +msgid "Solicitud no enviada por correo" +msgstr "Anfrage nicht per E-Mail gesendet" + +#: ../../../modules/web/Controllers/AccountController.php:933 +msgid "Solicitud realizada" +msgstr "Anfrage erledigt" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 +#, fuzzy +msgid "Ver Enlace Público" +msgstr "Öffentlichen Link anzeigen" + +#: ../../../../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 "Fehler beim Abrufen des Master-Passworts" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:316 +msgid "Es necesaria su clave anterior" +msgstr "Ihr altes Passwort wird benötigt" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:441 +#: ../../../../lib/SP/Services/Auth/LoginService.php:504 +msgid "Servidor LDAP" +msgstr "LDAP-Server" + +#: ../../../../inc/SP/Core/Acl.class.php:198 +msgid "Buscar Categorías" +msgstr "Kategorien suchen" + +#: ../../../../inc/SP/Core/Acl.class.php:199 +msgid "Añadir Categoría" +msgstr "Kategorie hinzufügen" + +#: ../../../../inc/SP/Core/Acl.class.php:203 +msgid "Buscar Clientes" +msgstr "Kunden suchen" + +#: ../../../../inc/SP/Core/Acl.class.php:204 +msgid "Añadir Cliente" +msgstr "Kunden hinzufügen" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:79 +msgid "Gestión de Archivos" +msgstr "Dateiverwaltung" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:85 +msgid "Gestión de Cuentas" +msgstr "Kontenverwaltung" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:91 +msgid "Gestión de Etiquetas" +msgstr "Tag-Verwaltung" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:135 +msgid "No es posible crear el directorio de backups (\"%s\")" +msgstr "Backup-Verzeichnis (\"%s\") kann nicht erstellt werden" + +#: ../../../../lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observador no inicializado" +msgstr "Observer nicht initialisiert" + +#: ../../../../lib/SP/Core/Events/Event.php:56 +msgid "Es necesario un objeto" +msgstr "Ein Objekt wird benötigt" + +#: ../../../../lib/SP/Services/Install/Installer.php:141 +msgid "Indicar la clave de la BBDD" +msgstr "Bitte geben Sie das Passwort für die Datenbank ein" + +#: ../../../../lib/SP/Services/Install/Installer.php:143 +msgid "Clave del usuario administrador de la Base de Datos" +msgstr "Passwort des Datenbankadministrators" + +#: ../../../../lib/SP/Services/Install/MySQL.php:181 +msgid "Error al crear el usuario de conexión a MySQL '%s'" +msgstr "Fehler beim Erstellen des Benutzers '%s' für die Datenbankverbindung" + +#: ../../../../lib/SP/Services/Install/MySQL.php:251 +msgid "La BBDD no existe" +msgstr "Die Datenbank existiert nicht" + +#: ../../../../lib/SP/Services/Install/MySQL.php:253 +msgid "Es necesario crearla y asignar los permisos necesarios" +msgstr "Sie müssen es erstellen und die nötigen Rechte zuweisen" + +#: ../../../../lib/SP/Services/Install/MySQL.php:237 +msgid "Error al establecer permisos de la BBDD ('%s')" +msgstr "Fehler beim Konfigurieren der Datenbank ('%s')" + +#: ../../../../lib/SP/Plugin/PluginManager.php:113 +#: ../../../../lib/SP/Plugin/PluginManager.php:256 +msgid "No es posible cargar el plugin \"%s\"" +msgstr "Fehler beim Laden des Plugins \"%s\"" + +#: ../../../../lib/SP/Mvc/View/Template.php:341 +msgid "La plantilla no contiene archivos" +msgstr "Vorlage enthält keine Dateien" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error al actualizar la configuración" +msgstr "Es ist ein Fehler beim Aktualisieren der Konfiguration aufgetreten" + +#: ../../../modules/web/Forms/AuthTokenForm.php:91 +msgid "Usuario no indicado" +msgstr "Benutzer nicht gesetzt" + +#: ../../../modules/web/Forms/AuthTokenForm.php:95 +msgid "Acción no indicada" +msgstr "Aktion nicht gesetzt" + +#: ../../../modules/web/Forms/TagForm.php:82 +msgid "Es necesario un nombre de etiqueta" +msgstr "Es wird ein Tag-Name benötigt" + +#: ../../../../lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Respuesta XML-RPC inválida" +msgstr "Ungültige XML-RPC Antwort" + +#: ../../../../lib/SP/Services/Import/ImportService.php:89 +msgid "Tipo mime no soportado (\"%s\")" +msgstr "Mime-Typ (\"%s\") wird nicht unterstützt" + +#: ../../../../lib/SP/Services/Import/ImportTrait.php:106 +msgid "Id de categoría no definido. No es posible importar cuenta." +msgstr "Kategorie-ID nicht definiert. Konto kann nicht importiert werden." + +#: ../../../../lib/SP/Services/Import/ImportTrait.php:110 +msgid "Id de cliente no definido. No es posible importar cuenta." +msgstr "Kunden-ID nicht definiert. Kunde kann nicht importiert werden." + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:69 +msgid "Clave de encriptación no indicada" +msgstr "Verschlüsselungspasswort wurde nicht definiert" + +#: ../../../../lib/SP/Services/Import/CsvImport.php:50 +msgid "Formato detectado: %s" +msgstr "Format erkannt: %s" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 +msgid "El nodo \"%s\" no existe" +msgstr "Knoten \"% s\" existiert nicht" + +#: ../../../../lib/SP/Util/ImageUtil.php:48 +#: ../../../../lib/SP/Util/ImageUtil.php:99 +#: ../../../../lib/SP/Util/Util.php:180 ../../../../lib/SP/Util/Util.php:182 +msgid "Extensión '%s' no cargada" +msgstr "Erweiterung %s ist nicht geladen" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Categoría duplicada" +msgstr "Doppelte Kategorie" + +#: ../../../../lib/SP/Services/Category/CategoryService.php:77 +#: ../../../../lib/SP/Services/Category/CategoryService.php:98 +#: ../../../../lib/SP/Services/Category/CategoryService.php:115 +msgid "Categoría no encontrada" +msgstr "Kategorie nicht gefunden" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error al crear el campo personalizado" +msgstr "Fehler beim Anlegen des Benutzerfelds" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error al eliminar el campo personalizado" +msgstr "Fehler beim Entfernen des Benutzerfelds" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error al actualizar el campo personalizado" +msgstr "Fehler beim Aktualisieren des Benutzerfelds" + +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldDef.php:162 +msgid "Campo personalizado no encontrado" +msgstr "Kein Nutzerfeld gefunden" + +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldDef.php:215 +msgid "No se encontraron campos personalizados" +msgstr "Keine Nutzerfelder gefunden" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "No hay datos de campos personalizados" +msgstr "Keine Daten aus benutzerdefinierten Feldern" + +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldsUtil.php:263 +msgid "Error al migrar campos personalizados" +msgstr "Fehler beim Migrieren von Nutzerfeldern" + +#: ../../../../inc/SP/Mgmt/Files/File.class.php:103 +msgid "Archivo subido" +msgstr "Datei hochgeladen" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:55 +msgid "Grupo en uso" +msgstr "Gruppe wird verwendet" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:381 +msgid "Actualizar Grupo" +msgstr "Gruppe aktualisieren" + +#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error al asignar los usuarios al grupo" +msgstr "Fehler beim Festlegen von Benutzern in der Gruppe" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:78 +msgid "Error al crear la notificación" +msgstr "Fehler beim Hinzufügen der Benachrichtigung" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:137 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:156 +msgid "Error al eliminar la notificación" +msgstr "Fehler beim Entfernen der Benachrichtigung" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:118 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:427 +msgid "Error al modificar la notificación" +msgstr "Fehler beim Aktualisieren der Benachrichtigung" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:212 +msgid "Error al obtener la notificación" +msgstr "Fehler beim Abrufen der Benachrichtigung" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:242 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:464 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:497 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:531 +msgid "Error al obtener las notificaciones" +msgstr "Fehler beim Abrufen der Benachrichtigungen" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error al crear el plugin" +msgstr "Fehler beim Hinzufügen des Plugins" + +#. (itstool) path: action/text +#: ../../../../lib/SP/Plugin/PluginManager.php:245 +#: ../../../config/actions.xml:529 +msgid "Nuevo Plugin" +msgstr "Neues Plugin" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error al eliminar el plugin" +msgstr "Fehler beim Entfernen des Plugins" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:347 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:367 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:387 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:407 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:426 +msgid "Error al actualizar el plugin" +msgstr "Fehler beim Aktualisieren des Plugins" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Habilitado" +msgstr "Aktiviert" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:238 +msgid "Error al crear perfil" +msgstr "Fehler beim Erstellen des Profils" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:73 +msgid "Perfil en uso" +msgstr "Profil in Verwendung" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error al eliminar perfil" +msgstr "Fehler beim Entfernen des Profils" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:287 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error al modificar perfil" +msgstr "Fehler beim Aktualisieren des Profils" + +#: ../../../modules/web/Controllers/AccountController.php:223 +msgid "Enlace visualizado" +msgstr "Link angesehen" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:340 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:388 +msgid "Error al actualizar enlace" +msgstr "Fehler beim Aktualisieren des Links" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:254 +msgid "Enlace ya creado" +msgstr "Link bereits erstellt" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:281 +msgid "Error al crear enlace" +msgstr "Fehler beim Erstellen des Links" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error al eliminar enlace" +msgstr "Fehler beim Entfernen des Links" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:423 +msgid "Error al renovar enlace" +msgstr "Fehler beim Erneuern des Links" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:741 +#: ../../../../inc/themes/material-blue/views/account/actions.inc:69 +msgid "Actualizar Enlace" +msgstr "Link aktualisieren" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:465 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:506 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:526 +msgid "Error al obtener enlace" +msgstr "Fehler beim Abrufen des Links" + +#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +#: ../../../modules/web/Controllers/AccountController.php:227 +msgid "ON" +msgstr "EIN" + +#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 +#: ../../../modules/web/Controllers/AccountController.php:227 +msgid "OFF" +msgstr "AUS" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:60 +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Etiqueta duplicada" +msgstr "Tag bereits vorhanden" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error al crear etiqueta" +msgstr "Fehler beim Anlegen des Tags" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error al eliminar etiqueta" +msgstr "Fehler beim Entfernen des Tags" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error al actualizar etiqueta" +msgstr "Fehler beim Aktualisieren des Tags" + +#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:181 +msgid "Error al obtener etiqueta" +msgstr "Fehler beim Abrufen des Tags" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:63 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:427 +msgid "Login/email de usuario duplicados" +msgstr "Benutzerlogin/E-Mail bereits vorhanden" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:234 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:548 +msgid "Error al obtener los datos del usuario" +msgstr "Fehler beim Abrufen der Benutzerdaten" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 +msgid "Sincronización LDAP" +msgstr "LDAP-Synchronisation" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:264 +msgid "No se encontraron objetos para sincronizar" +msgstr "Es gibt keine zu synchronisierenden Objekte" + +#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:128 +msgid "Sincronización finalizada" +msgstr "Synchronisation abgeschlossen" + +#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:97 +msgid "Error al migrar cuenta de usuario" +msgstr "Fehler beim Migrieren des Benutzerkontos" + +#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:137 +msgid "Error al obtener grupo de usuarios" +msgstr "Fehler beim Abrufen der Gruppen des Benutzers" + +#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error en comprobación de hash" +msgstr "Fehler beim Überprüfen des Hashwertes" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Hash inválido o expirado" +msgstr "Ungültiger oder abgelaufener Hashwert" + +#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error al generar el hash de recuperación" +msgstr "Fehler beim Erstellen des Hashwertes zur Wiederherstellung" + +#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:57 +msgid "Actualizando preferencias" +msgstr "Einstellungen aktualisieren" + +#: ../../../../lib/SP/Storage/XmlHandler.php:79 +msgid "No es posible leer/escribir el archivo: %s" +msgstr "Datei %s konnte nicht gelesen/geschrieben werden" + +#: ../../../../lib/SP/Storage/File/XmlHandler.php:167 +msgid "No hay elementos para guardar" +msgstr "Keine zu speichernden Elemente vorhanden" + +#: ../../../../lib/SP/Util/Connection.php:157 +msgid "Socket no inicializado" +msgstr "Socket nicht initialisiert" + +#: ../../../../lib/SP/Util/Connection.php:164 +msgid "Error al enviar datos" +msgstr "Fehler beim Senden der Daten" + +#: ../../../../lib/SP/Util/Util.php:243 +msgid "Respuesta" +msgstr "Antwort" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 +msgid "Fallo de autentificación" +msgstr "Authentifizierungsfehler" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 +msgid "Error al realizar la consulta" +msgstr "Fehler beim Ausführen der Anfrage" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 +msgid "URL de conexión no establecida" +msgstr "Verbindungs-URL nicht konfiguriert" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:33 +msgid "Ver Detalles" +msgstr "Details anschauen" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copiar" +msgstr "Kopieren" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restaurar" +msgstr "Wiederherstellen" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Descargar" +msgstr "Download" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Crítico" +msgstr "Kritisch" + +#: ../../../config/strings.js.inc:73 +msgid "Recibir notificaciones?" +msgstr "Benachrichtigungen erhalten?" + +#: ../../../config/strings.js.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 +msgid "Marcar Favorito" +msgstr "Als Favorit markieren" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:75 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 +#: ../../../config/actions.xml:253 +msgid "Eliminar Favorito" +msgstr "Favorit entfernen" + +#: ../../../config/strings.js.inc:76 +msgid "Limpiar Selección" +msgstr "Auswahl aufheben" + +#: ../../../config/strings.js.inc:77 +msgid "Mostrar Favoritos" +msgstr "Favoriten anzeigen" + +#: ../../../config/strings.js.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 +msgid "Mostrar Todos" +msgstr "Alle anzeigen" + +#: ../../../config/strings.js.inc:81 +msgid "Ahora" +msgstr "Jetzt" + +#: ../../../config/strings.js.inc:82 +msgid "" +"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +msgstr "" +"Der Vorgang wird die ermittelten LDAP-Benutzer importieren. Möchten Sie " +"fortfahren?" + +#: ../../../config/strings.js.inc:83 +msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +msgstr "" +"Diese Aktion wird alle Plugin-Daten zurücksetzen. Möchten Sie fortfahren?" + +#: ../../../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:83 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:85 +msgid "Fecha Caducidad Clave" +msgstr "Passwortablaufdatum" + +#: ../../../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 "Datum auswählen" + +#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:9 +msgid "Accesos" +msgstr "Zugriffe" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:28 +#: ../../../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:92 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:124 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:67 +msgid "Seleccionar Grupos" +msgstr "Gruppen auswählen" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:194 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:19 +msgid "Cuenta Privada" +msgstr "Privates Konto" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:200 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 +msgid "Privada" +msgstr "Privat" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 +msgid "Seleccionar Etiquetas" +msgstr "Tags auswählen" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:236 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:8 +msgid "Cuenta Vinculada" +msgstr "Verknüpftes Konto" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:246 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +msgid "Seleccionar Cuenta" +msgstr "Konto auswählen" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:279 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:281 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 +msgid "Enlace Público" +msgstr "Öffentlicher Link" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:352 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:353 +#: ../../../config/actions.xml:421 +msgid "Crear Enlace Público" +msgstr "Öffentlichen Link erstellen" + +#: ../../../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/details.inc:73 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:75 +msgid "Fecha de Clave" +msgstr "Erstelldatum Passwort" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +msgid "Tamaño máximo de archivo: %d MB" +msgstr "Maximale Dateigröße: %d MB" + +#: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:3 +msgid "Cuentas Vinculadas" +msgstr "Verbundene Konten" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:98 +msgid "Clave Caducada" +msgstr "Passwort abgelaufen" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:199 +msgid "Ver en Wiki" +msgstr "Siehe Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:40 +msgid "Buscar cuentas con la clave caducada" +msgstr "Suche Konten mit abgelaufenem Passwort" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:86 +msgid "Filtrar Favoritos" +msgstr "Favoriten filtern" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:106 +msgid "Más Filtros" +msgstr "Mehr Filter" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:111 +msgid "Seleccionar Etiqueta" +msgstr "Tag auswählen" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 +msgid "Copia BBDD" +msgstr "Datenbanksicherung" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 +msgid "Copia sysPass" +msgstr "sysPass Sicherung" + +#: ../../../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/plugin/plugin.inc:64 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:66 +msgid "Eventos" +msgstr "Events" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 +msgid "Habilitar Syslog" +msgstr "Syslog aktivieren" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 +msgid "Habilitar Syslog Remoto" +msgstr "Remote Syslog aktivieren" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:76 +msgid "Nombre o dirección IP" +msgstr "Hostname oder IP-Adresse" + +#. (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 "Öffentliche Links" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:212 +msgid "Habilitar Enlaces Públicos" +msgstr "Öffentliche Links aktivieren" + +#: ../../../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 "" +"Ermöglicht die Erstellung öffentlicher Links, um Kontoinformationen " +"anzuzeigen" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:216 +msgid "" +"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgstr "" +"Die verknüpften Konten werden für alle sichtbar sein, die im Besitz des " +"Links sind" + +#: ../../../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 "" +"Um öffentliche Links erstellen zu können, muss die Option im Benutzerprofil " +"aktiviert sein." + +#: ../../../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 "Ablaufzeit" + +#: ../../../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 Abrufanzahl" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:234 +msgid "Usar imagen para clave" +msgstr "Verwende ein Bild für das Passwort" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:236 +msgid "La clave de la cuenta es visualizada como una imagen." +msgstr "Das Kontopasswort wird als Bild angezeigt." + +#: ../../../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 "Einstellungen sichern" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:125 +msgid "Plugins Cargados" +msgstr "Geladene Plugins" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:149 +#: ../../../modules/web/Controllers/ConfigLdapController.php:191 +msgid "Resultados" +msgstr "Ergebnisse" + #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:143 msgid "DokuWiki API" msgstr "DokuWiki API" @@ -3799,6 +5611,7 @@ msgid "URL base de DokuWiki." msgstr "DokuWiki-Basis-URL" #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:235 +#, fuzzy msgid "Usuario para conectar a la API de DokuWiki." msgstr "Benutzer zum Herstellen einer Verbindung mit der DokuWiki API" @@ -3811,392 +5624,69 @@ msgstr "Namensraum" msgid "Namespace utilizado para buscar las páginas." msgstr "Namensraum, der verwendet wird, um Seiten zu durchsuchen." -#: ../../../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 "Installieren" - -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 -msgid "Filtro ON" -msgstr "Filter eingeschaltet" - -#: ../../../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 Administrator" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:26 -msgid "Usuario administrador de sysPass" -msgstr "sysPass Administrator" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:34 -msgid "Login del usuario administrador de sysPass" -msgstr "sysPass Administratoranmeldung" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:66 -msgid "Configurar BBDD" -msgstr "Datenbankkonfiguration" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:76 -msgid "Usuario acceso BBDD" -msgstr "Datenbankbenutzer" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:84 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "Benutzer mit Datenbankadministratorrechten" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:92 -msgid "Clave acceso BBDD" -msgstr "Datenbankpasswort" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:101 -msgid "Nombre BBDD para sysPass" -msgstr "sysPass Datenbankname" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:109 -msgid "Nombre de la base de datos para sysPass" -msgstr "Name der sysPass Datenbank" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:118 -msgid "Servidor BBDD para sysPass" -msgstr "sysPass Datenbankserver" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:126 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "" -"Name oder IP-Adresse des Servers, auf dem die sysPass Datenbank installiert " -"werden soll" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:146 -msgid "Modo Hosting" -msgstr "Hosting-Modus" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:153 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -msgstr "" -"Berechtigungen des Benutzers für die Datenbank werden weder erstellt, noch " -"überprüft" - -#: ../../../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/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/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 "Legt fest, ob der Kunde für alle Benutzer sichtbar ist." - -#: ../../../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 "" -"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/custom_field.inc:26 -msgid "Nombre del campo" -msgstr "Feldname" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 -msgid "Texto Ayuda" -msgstr "Hilfetext" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 -msgid "Ayuda del campo" -msgstr "Feldhilfe" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 -msgid "Obligatorio" -msgstr "Benötigt" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:42 -msgid "Puntuación" -msgstr "Score" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:55 -msgid "Expresión Regular" -msgstr "Regular Expression" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:130 -msgid "Incluir Minúsculas" -msgstr "Include Lowercase" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:21 -msgid "Las cuentas sólo serán visibles por el usuario." -msgstr "Accounts will be only visible by the user." - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:42 -msgid "Los administradores no podrán acceder a las cuentas." -msgstr "Administrators won't be able to display the accounts." - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:40 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." -msgstr "Accounts will be only visible by the user and his/her main group." - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:6 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:14 -msgid "Dirección IP" -msgstr "IP Address" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:19 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:27 -msgid "Timeout" -msgstr "Timeout" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:84 -msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." -msgstr "" -"Assignment priority if values match with others assigned by user, group or " -"profile." - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:95 -msgid "Prioridad de asignación" -msgstr "Zuweisungspriorität" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:117 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." -msgstr "Enforces the values to be set either on creating or updating an item." - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:119 -msgid "Los valores serán añadidos a los existentes." -msgstr "Values will be merged with the existing ones." - -#: ../../../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 "Benutzen" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 -msgid "Nombre de usuario completo" -msgstr "Vollständiger Benutzername" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 -msgid "Login de inicio de sesión" -msgstr "Sitzungslogin" - -#: ../../../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 "Sitzungsanmeldung mit SSO" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 -msgid "Email" -msgstr "E-Mail" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 -msgid "Dirección de correo" -msgstr "E-Mail-Adresse" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 -msgid "Admin Aplicación" -msgstr "Anwendungsadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 -msgid "Administrador de la aplicación" -msgstr "Anwendungsadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 -msgid "Admin Cuentas" -msgstr "Kontoadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 -msgid "Administrador de cuentas" -msgstr "Kontoadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 -msgid "Forzar cambio de clave" -msgstr "Erzwinge Passwortänderung" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 -msgid "Deshabilitado" -msgstr "Inaktiv" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 -msgid "Entradas" -msgstr "Einträge" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 -msgid "Último Acceso" -msgstr "Letzter Zugriff" - -#: ../../../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 "Erstelldatum des Masterpassworts" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:304 -msgid "Usado en" -msgstr "Verwendet in" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 -msgid "Nombre del grupo" -msgstr "Gruppenname" - -#: ../../../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/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:543 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:545 -msgid "Usado por" -msgstr "Verwendet von" - -#: ../../../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/user_profile.inc:21 -msgid "Gestión" -msgstr "Verwaltung" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 -msgid "Otros" -msgstr "Andere" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 -msgid "Crear" -msgstr "Erstellen" - -#: ../../../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/user_profile.inc:49 -msgid "Ver detalles de cuenta" -msgstr "Kontodetails anzeigen" - -#: ../../../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/user_profile.inc:81 -#: ../../../config/actions.xml:253 -msgid "Ver Historial" -msgstr "Verlauf anzeigen" - -#: ../../../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/user_profile.inc:98 -msgid "Editar cuenta" -msgstr "Konto ändern" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 -msgid "Editar Clave" -msgstr "Passwort ändern" - -#: ../../../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/user_profile.inc:129 -msgid "Eliminar" -msgstr "Entfernen" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 -msgid "Eliminar cuenta" -msgstr "Konto entfernen" - -#: ../../../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/user_profile.inc:161 -msgid "Publicar Enlace" -msgstr "Teile Link" +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Nivel" +msgstr "Ebene" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:67 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:68 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:74 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:83 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:80 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:71 +msgid "Eliminar Seleccionados" +msgstr "Ausgewählte entfernen" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:23 +msgid "Nombre del plugin" +msgstr "Plugin-Name" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:35 +msgid "Versión del plugin" +msgstr "Plugin-Version" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:40 +msgid "Versión Compatible" +msgstr "Kompatible Version" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:47 +msgid "Versión de sysPass compatible" +msgstr "Kompatible sysPass Version" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:52 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 +msgid "Autor" +msgstr "Autor" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:59 +msgid "Autor del plugin" +msgstr "Plugin-Autor" #: ../../../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/user_profile.inc:161 +msgid "Publicar Enlace" +msgstr "Teile Link" + #: ../../../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/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/user_profile.inc:210 msgid "Asignar permisos" msgstr "Berechtigungen zuweisen" -#: ../../../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/user_profile.inc:262 -msgid "Gestión de grupos" -msgstr "Gruppenverwaltung" - -#: ../../../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/user_profile.inc:294 -msgid "Gestión de categorías" -msgstr "Kategorieverwaltung" - -#: ../../../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/user_profile.inc:326 -msgid "Gestión de clientes" -msgstr "Kundenverwaltung" - -#: ../../../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/user_profile.inc:358 -msgid "Gestión de autorizaciones API" -msgstr "API Berechtigungsmanagement" - #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 msgid "Gestión de enlaces" msgstr "Link-Verwaltung" @@ -4205,86 +5695,51 @@ msgstr "Link-Verwaltung" msgid "Gestión de cuentas" msgstr "Kontenverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:421 -msgid "Valores por Defecto" -msgstr "Default Values" +#: ../../../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/user_profile.inc:422 -msgid "Gestión de Valores por Defecto" -msgstr "Default Values Management" +#: ../../../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" -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 -#: ../../../config/actions.xml:679 -msgid "Configuración General" -msgstr "Allgemeine Einstellungen" +#: ../../../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" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 -msgid "Opciones de encriptación" -msgstr "Verschlüsselungsoptionen" +#: ../../../modules/api/Controllers/Help/TagHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 +msgid "Nombre de la etiqueta" +msgstr "Tag-Name" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 -msgid "Backup" -msgstr "Sicherung" +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:40 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:110 +msgid "Hay %d notificaciones pendientes" +msgstr "Es gibt %d ungelesene Benachrichtigungen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 -msgid "Realizar copia de seguridad y exportar" -msgstr "Backup erstellen und exportieren" +#: ../../../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/itemshow/user_profile.inc:489 -msgid "Importar" -msgstr "Importieren" +#: ../../../modules/web/themes/material-blue/views/install/index.inc:8 +msgid "Instalación %s" +msgstr "Installation %s" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:490 -msgid "Realizar importación de cuentas" -msgstr "Kontoimport" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:509 -msgid "Log de Eventos" -msgstr "Ereignisprotokoll" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:510 -msgid "Ver log de eventos" -msgstr "Ereignisprotokoll ansehen" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 -msgid "Nombre del perfil" -msgstr "Profilname" +#: ../../../modules/web/themes/material-blue/views/install/index.inc:18 +msgid "Admin de sysPass" +msgstr "sysPass Administrator" #: ../../../modules/web/themes/material-blue/views/login/index.inc:37 msgid "Clave Anterior" msgstr "Vorheriges Passwort" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:63 -msgid "Acceder" -msgstr "Anmeldung" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:72 -msgid "¿Olvidó su clave?" -msgstr "Passwort vergessen?" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:78 -msgid "Aplicación actualizada correctamente" -msgstr "Anwendung erfolgreich aktualisiert" - #: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:6 -#, php-format msgid "Actualización %s" msgstr "Aktualisierung %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:12 -msgid "Actualización de BBDD" -msgstr "Datenbank-Update" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 -msgid "Actualización de Aplicación" -msgstr "Anwendungsupdate" - -#: ../../../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 "Sicherheitscode" - #: ../../../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 " @@ -4293,6 +5748,546 @@ msgstr "" "Diesen Code finden Sie in der sysPass Konfigurationsdatei mit dem Tag-Namen " "\"upgradekey\"" +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 +#: ../../../config/actions.xml:277 +msgid "Ver Wiki" +msgstr "Wiki anzeigen" + +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:10 +msgid "Resultados de búsqueda de '%s'" +msgstr "Suchergebnisse von '%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 "Seite" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 +msgid "No instalado" +msgstr "Nicht installiert" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Origen" +msgstr "Quelle" + +#: ../../../modules/web/Controllers/AccountController.php:226 +msgid "Agente" +msgstr "Agent" + +#: ../../../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 "" +"Um die Übersetzungen zu verbessern / hinzufügen, können Sie sich beteiligen\n" +"https://poeditor.com/join/project/fmlsBuugyv" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:89 +msgid "Indica si el idioma se encuentra disponible" +msgstr "Gibt an, ob die Sprache verfügbar ist oder nicht" + +#: ../../../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 "" +"Wenn nicht installiert, müssen Sie die richtigen " +"Betriebssystemgebietsschemas installieren. Weitere Informationen finden Sie " +"im Wiki." + +#: ../../../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 "Keine neuen Benachrichtigungen" + +#: ../../../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 "Ich habe eine vollständige sysPass Sicherung durchgeführt" + +#: ../../../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 "Vorgang läuft. Bitte warten." + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:232 +msgid "Crear Usuario" +msgstr "Benutzer hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:252 +msgid "Actualizar Usuario" +msgstr "Benutzer aktualisieren" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:284 +msgid "Actualizar Clave Usuario" +msgstr "Benutzerpasswort aktualisieren" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:373 +msgid "Crear Grupo" +msgstr "Gruppe hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:433 +msgid "Crear Perfil" +msgstr "Profile hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:441 +msgid "Actualizar Perfil" +msgstr "Profil aktualisieren" + +#: ../../../../lib/SP/Api/SyspassApi.php:368 +msgid "Crear Cliente" +msgstr "Kunden hinzufügen" + +#: ../../../../lib/SP/Api/SyspassApi.php:279 +msgid "Crear Categoría" +msgstr "Kategorie hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:565 +msgid "Actualizar Categoría" +msgstr "Kategorie aktualisieren" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:623 +msgid "Crear Autorización" +msgstr "Berechtigung hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:677 +msgid "Crear Campo" +msgstr "Feld hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:684 +msgid "Actualizar Campo" +msgstr "Feld aktualisieren" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:731 +msgid "Crear Enlace" +msgstr "Link hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:788 +msgid "Crear Etiqueta" +msgstr "Tag hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:795 +msgid "Actualizar Etiqueta" +msgstr "Tag aktualisieren" + +#: ../../../../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 "Plugin aktualisieren" + +#: ../../../../lib/SP/Api/SyspassApi.php:188 +msgid "Crear Cuenta" +msgstr "Konto hinzufügen" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:1091 +msgid "Usuarios importados" +msgstr "Importierte Benutzer" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 +#: ../../../modules/web/Controllers/AccountController.php:916 +msgid "Solicitud" +msgstr "Anfragen" + +#: ../../../../lib/SP/Core/Acl/Acl.php:294 +msgid "Acceso denegado" +msgstr "Zugang verweigert" + +#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error al añadir las etiquetas de la cuenta" +msgstr "Fehler beim Hinzufügen von Konto-Tags" + +#: ../../../../lib/SP/Util/ErrorUtil.php:148 +#: ../../../../lib/SP/Util/ErrorUtil.php:155 +msgid "Se ha producido una excepción" +msgstr "Ein Ausnahmefehler ist aufgetreten" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:174 +#: ../../../modules/web/Controllers/NotificationController.php:179 +msgid "Nueva Notificación" +msgstr "Neue Benachrichtigung" + +#: ../../../modules/web/Controllers/UserGroupController.php:208 +#: ../../../modules/web/Controllers/UserGroupController.php:211 +msgid "Grupos eliminados" +msgstr "Gruppen entfernt" + +#: ../../../modules/web/Controllers/UserProfileController.php:203 +#: ../../../modules/web/Controllers/UserProfileController.php:206 +msgid "Perfiles eliminados" +msgstr "Profile entfernt" + +#: ../../../modules/web/Controllers/ClientController.php:201 +#: ../../../modules/web/Controllers/ClientController.php:204 +msgid "Clientes eliminados" +msgstr "Kunden entfernt" + +#: ../../../modules/web/Controllers/CategoryController.php:206 +#: ../../../modules/web/Controllers/CategoryController.php:209 +msgid "Categorías eliminadas" +msgstr "Kategorien entfernt" + +#: ../../../modules/web/Controllers/AuthTokenController.php:204 +#: ../../../modules/web/Controllers/AuthTokenController.php:207 +msgid "Autorizaciones eliminadas" +msgstr "Berechtigungen entfernt" + +#: ../../../modules/web/Controllers/CustomFieldController.php:197 +#: ../../../modules/web/Controllers/CustomFieldController.php:200 +msgid "Campos eliminados" +msgstr "Felder entfernt" + +#: ../../../modules/web/Controllers/PublicLinkController.php:229 +#: ../../../modules/web/Controllers/PublicLinkController.php:232 +msgid "Enlaces eliminados" +msgstr "Links entfernt" + +#: ../../../modules/web/Controllers/TagController.php:200 +msgid "Etiquetas eliminadas" +msgstr "Tags entfernt" + +#: ../../../modules/web/Controllers/AccountFileController.php:320 +#: ../../../modules/web/Controllers/AccountFileController.php:323 +msgid "Archivos eliminados" +msgstr "Dateien entfernt" + +#: ../../../modules/web/Controllers/AccountController.php:869 +#: ../../../modules/web/Controllers/AccountController.php:872 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:99 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:102 +#: ../../../modules/web/Controllers/AccountManagerController.php:99 +#: ../../../modules/web/Controllers/AccountManagerController.php:102 +msgid "Cuentas eliminadas" +msgstr "Konten entfernt" + +#: ../../../modules/web/Controllers/NotificationController.php:327 +#: ../../../modules/web/Controllers/NotificationController.php:330 +msgid "Notificación creada" +msgstr "Benachrichtigung erstellt" + +#: ../../../modules/web/Controllers/NotificationController.php:251 +#: ../../../modules/web/Controllers/NotificationController.php:254 +msgid "Notificaciones eliminadas" +msgstr "Benachrichtigungen entfernt" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:269 +msgid "Usando clave temporal" +msgstr "Temporäres Passwort verwenden" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:130 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:180 +msgid "Clave temporal caducada" +msgstr "Temporäres Passwort abgelaufen" + +#: ../../../../inc/SP/Core/Init.class.php:506 +msgid "Sesión" +msgstr "Sitzung" + +#: ../../../../lib/SP/Services/Install/MySQL.php:361 +msgid "Error al comprobar la base de datos" +msgstr "Fehler beim Überprüfen der Datenbank" + +#: ../../../../lib/SP/Services/Install/MySQL.php:363 +msgid "Intente de nuevo la instalación" +msgstr "Bitte die Installation erneut versuchen" + +#: ../../../modules/web/Forms/NotificationForm.php:92 +msgid "Es necesario un componente" +msgstr "Eine Komponente wird benötigt" + +#: ../../../modules/web/Forms/NotificationForm.php:96 +msgid "Es necesario un tipo" +msgstr "Ein Typ wird benötigt" + +#: ../../../modules/web/Forms/NotificationForm.php:106 +msgid "Es necesario un destinatario" +msgstr "Ein Ziel ist erforderlich" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error procesando línea" +msgstr "Fehler beim Verarbeiten der Zeile" + +#: ../../../modules/web/Controllers/ConfigImportController.php:76 +msgid "Cuentas importadas" +msgstr "Konten importiert" + +#: ../../../../lib/SP/Services/Account/AccountFileService.php:164 +msgid "Archivo no encontrado" +msgstr "Datei nicht gefunden" + +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:80 +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:95 +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:178 +#: ../../../../lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Grupo no encontrado" +msgstr "Gruppe nicht gefunden" + +#: ../../../../lib/SP/Services/Notification/NotificationService.php:102 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:121 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:180 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:210 +msgid "Notificación no encontrada" +msgstr "Benachrichtigung nicht gefunden" + +#: ../../../../lib/SP/Services/Plugin/PluginService.php:92 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:153 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:186 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:206 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:224 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:241 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:258 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:275 +msgid "Plugin no encontrado" +msgstr "Plugin nicht gefunden" + +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:65 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Perfil no encontrado" +msgstr "Profil nicht gefunden" + +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:122 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:145 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:219 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:311 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:346 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:367 +msgid "Enlace no encontrado" +msgstr "Link nicht gefunden" + +#: ../../../../lib/SP/Services/Tag/TagService.php:75 +#: ../../../../lib/SP/Services/Tag/TagService.php:94 +#: ../../../../lib/SP/Services/Tag/TagService.php:111 +msgid "Etiqueta no encontrada" +msgstr "Tag nicht gefunden" + +#: ../../../../lib/SP/Services/User/UserService.php:192 +msgid "Usuario no encontrado" +msgstr "Benutzer nicht gefunden" + +#: ../../../../lib/SP/Storage/Database/Database.php:131 +msgid "Consulta en blanco" +msgstr "Leere Anfrage" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:211 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:38 +msgid "Cuenta Privada Grupo" +msgstr "Privates Konto für die Gruppe" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 +msgid "Privada Grupo" +msgstr "Privat für Gruppe" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:134 +msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +msgstr "" +"Es wird nur für sysPass XML-Dateien benötigt, die verschlüsselt wurden." + +#: ../../../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 "" +"Es wird nur für sysPass XML-Dateien benötigt, die mit einem anderen " +"Masterpasswort als dem aktuellen verschlüsselt wurden." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:183 +msgid "Sólo es necesario para archivos CSV." +msgstr "Es wird nur für CSV-Dateien benötigt." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 +msgid "" +"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" +"\"notas\"" +msgstr "" +"\"Kontoname\", \"Kunde\", \"Kategorie\", \"URL\", \"Benutzer\", \"Passwort" +"\", \"Notizen\"" + +#: ../../../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/notification/notification.inc:88 +msgid "Notificación global" +msgstr "Globale Benachrichtigung" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Global" +msgstr "Global" + +#: ../../../../lib/SP/Services/Service.php:115 +msgid "No es posible iniciar una transacción" +msgstr "Eine Transaktion konnte nicht gestartet werden" + +#: ../../../../lib/SP/Services/Crypt/MasterPassService.php:101 +#: ../../../../lib/SP/Services/Import/ImportService.php:77 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:97 +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "No es posible finalizar una transacción" +msgstr "Eine Transaktion konnte nicht abgeschlossen werden" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 +msgid "Clave Maestra %s" +msgstr "Masterpasswort %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 "" +"Ein neues sysPass Masterpasswort wurde generiert, welches bei der nächsten " +"Anmeldung angefordert wird." + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 +msgid "La nueva clave es: %s" +msgstr "Neues Masterpasswort ist: %s" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:219 +msgid "No olvide acceder lo antes posible para guardar los cambios." +msgstr "" +"Bitte vergessen Sie nicht, sich so schnell wie möglich anzumelden, um die " +"Änderungen zu speichern." + +#: ../../../config/strings.js.inc:84 +msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgstr "Dieser Vorgang könnte länger dauern. Möchten Sie fortfahren?" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:27 +msgid "Búsqueda" +msgstr "Suchen" + +#: ../../../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 "" +"Sendet eine E-Mail an alle Benutzer oder nur an diejenigen, deren Gruppe " +"ausgewählt ist." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:258 +msgid "Enviar correo" +msgstr "E-Mail senden" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:123 +msgid "XML" +msgstr "XML" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:172 +msgid "CSV" +msgstr "CSV" + +#: ../../../../lib/SP/Services/Account/AccountService.php:164 +#: ../../../../lib/SP/Services/Account/AccountService.php:566 +msgid "Cuenta no encontrada" +msgstr "Konto nicht gefunden" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:159 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:161 +msgid "Hash de clave maestra actualizado" +msgstr "Masterpasswort-Hashwert aktualisiert" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Error al actualizar el hash de la clave maestra" +msgstr "Fehler beim Aktualisieren des Masterpasswort-Hashwerts" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 +#: ../../../modules/web/Controllers/NotificationController.php:210 +#: ../../../config/actions.xml:817 +msgid "Editar Notificación" +msgstr "Benachrichtigung bearbeiten" + +#: ../../../modules/web/Controllers/UserController.php:266 +#: ../../../modules/web/Controllers/UserController.php:269 +msgid "Usuarios eliminados" +msgstr "Benutzer entfernt" + +#: ../../../modules/web/Controllers/NotificationController.php:360 +#: ../../../modules/web/Controllers/NotificationController.php:363 +msgid "Notificación actualizada" +msgstr "Benachrichtigung aktualisiert" + +#: ../../../../lib/SP/Storage/Database/Database.php:272 +msgid "Restricción de integridad" +msgstr "Integritätsbedingung" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:166 +msgid "Actualizar hash de clave maestra" +msgstr "Masterpasswort-Hashwert aktualisieren" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:124 +msgid "Modificada" +msgstr "Geändert" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:125 +msgid "Eliminada" +msgstr "Entfernt" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:87 +msgid "Cuentas (H)" +msgstr "Konten (H)" + +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:194 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:224 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:124 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:148 +msgid "Clave de encriptación incorrecta" +msgstr "Falsches Verschlüsselungspasswort" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 +msgid "Área de Texto" +msgstr "Textbereich" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +msgid "Devolver las cuentas en las que 'login' es propietario" +msgstr "Hole Konten, in denen der Benutzer mit Login \"Login\" Eigentümer ist" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 +msgid "Devolver las cuentas con grupo principal 'group_name'" +msgstr "" +"Konten anzeigen, welche die Primärgruppe mit dem Namen 'group_name' haben" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:41 +msgid "Devolver las cuentas privadas del usuario actual" +msgstr "Hole dir die privaten Konten für den aktuellen Benutzer" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 +msgid "OP Cache" +msgstr "OP Cache" + +#: ../../../modules/web/Controllers/UpgradeController.php:71 +msgid "Código de seguridad incorrecto" +msgstr "Falscher Sicherheitscode" + +#: ../../../modules/web/Controllers/UpgradeController.php:67 +msgid "Es necesario confirmar la actualización" +msgstr "Bitte bestätigen Sie das Update" + +#: ../../../modules/web/Controllers/UpgradeController.php:92 +msgid "En 5 segundos será redirigido al login" +msgstr "Sie werden in 5 Sekunden zur Anmeldeseite umgeleitet" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:70 +msgid "Error al aplicar la actualización de la aplicación" +msgstr "Während des Updates ist ein Fehler aufgetreten" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:345 +msgid "Tamaño máximo de archivo en kilobytes" +msgstr "Max. Dateigröße in Kilobytes" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +msgid "Actualización de Aplicación" +msgstr "Anwendungsupdate" + #: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 msgid "" "Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " @@ -4301,10 +6296,6 @@ msgstr "" "Einige verwaiste Konten wurden gefunden. Bitte ändern Sie diese Einträge " "oder geben Sie die Standard-IDs für diese ein." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:39 -msgid "Si no se indican los IDs, se crearán nuevos elementos." -msgstr "Wenn die ID des Objektes nicht gesetzt ist, wird sie erstellt." - #: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:61 msgid "Introducir un ID de usuario válido para cuentas" msgstr "Bitte geben Sie einen gültigen Benutzernamen für die Konten ein" @@ -4333,33 +6324,904 @@ msgstr "" "Das Update verwendet ein neues Verschlüsselungsschema. Es ist erforderlich, " "dass alle verschlüsselten Daten neu verschlüsselt werden." +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:89 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:120 +msgid "" +"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgstr "Es werden %s Konten aktualisiert. Dies kann etwas dauern." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:156 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:122 +msgid "Para más información consulte: %s" +msgstr "Mehr Informationen erhalten Sie hier: %s" + #: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:140 msgid "Introducir login de usuario válido" msgstr "Bitte einen gültigen Kontonamen angeben" -#: ../../../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 "Ich habe eine vollständige sysPass Sicherung durchgeführt" +#: ../../../../lib/SP/Services/Api/ApiService.php:96 +#: ../../../../lib/SP/Services/Auth/LoginService.php:137 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +#: ../../../modules/web/Controllers/UserPassResetController.php:124 +msgid "Intentos excedidos" +msgstr "Versuche überschritten" -#: ../../../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 "Vorgang läuft. Bitte warten." +#: ../../../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-Passwort" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:174 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Aktualisierung" +#: ../../../../lib/SP/Services/Track/TrackService.php:162 +msgid "Intentos excedidos (%d/%d)" +msgstr "Versuche überschritten (%d/%d)" -#: ../../../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 "Aktualisierung starten" +#: ../../../../lib/SP/Http/Address.php:49 +#: ../../../../lib/SP/Http/Address.php:51 +#: ../../../../lib/SP/Http/Address.php:68 +#: ../../../../lib/SP/Http/Address.php:70 +#: ../../../../lib/SP/Http/Address.php:90 +#: ../../../../lib/SP/Http/Address.php:109 +msgid "IP inválida" +msgstr "Ungültige IP" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:88 -msgid "Notificación global" -msgstr "Globale Benachrichtigung" +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:134 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:272 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:286 +msgid "Token no encontrado" +msgstr "Token nicht gefunden" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error al crear track" +msgstr "Fehler beim Erstellen des Tracks" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error al eliminar track" +msgstr "Fehler beim Entfernen des Tracks" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error al actualizar track" +msgstr "Fehler beim Aktualisieren der Spur" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error al obtener track" +msgstr "Fehler beim Empfangen des Tracks" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:169 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error al obtener tracks" +msgstr "Fehler beim Empfangen der Tracks" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 +#, fuzzy +msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgstr "Die exportierten Elemente sind Konten, Kunden, Kategorien und Tags." + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:39 +msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgstr "Wenn die ID des Objektes nicht gesetzt ist, wird sie erstellt." + +#: ../../../../lib/SP/Services/Task/TaskService.php:184 +msgid "Esperando actualización de progreso ..." +msgstr "Warte auf Update-Fortschritt ..." + +#: ../../../../inc/SP/Core/Upgrade/Account.class.php:47 +msgid "Actualizando IDs de cuentas" +msgstr "Aktualisiere die ID der Konten" + +#: ../../../../inc/SP/Core/Upgrade/Category.class.php:48 +msgid "Actualizando IDs de categorías" +msgstr "Aktualisiere die ID der Kategorien" + +#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:48 +msgid "Actualizando IDs de clientes" +msgstr "Aktualisiere die ID der Kunden" + +#: ../../../../inc/SP/Core/Upgrade/Group.class.php:51 +msgid "Actualizando IDs de grupos" +msgstr "Aktualisiere die ID der Gruppen" + +#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:54 +msgid "Actualizando IDs de perfil" +msgstr "Aktualisiere die ID der Profile" + +#: ../../../../inc/SP/Core/Upgrade/User.class.php:52 +msgid "Actualizando IDs de usuarios" +msgstr "Aktualisiere die ID der Benutzer" + +#: ../../../config/strings.js.inc:87 +msgid "" +"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgstr "Führe Aufgabe aus. Bitte das Browserfenster/Tab nicht schließen." + +#: ../../../config/strings.js.inc:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:88 +msgid "Incluir Letras" +msgstr "Buchstaben einschließen" + +#: ../../../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 "Verschlüsselte Sitzung" + +#: ../../../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 "" +"Zeigt an, ob die Sitzungsdaten auf dem Server verschlüsselt sind oder nicht" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "Sí" +msgstr "Ja" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "No" +msgstr "Nein" + +#: ../../../config/strings.js.inc:89 +msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgstr "" +"Cookies sind deaktiviert, weshalb die Anwendung nicht ordnungsgemäß " +"funktionieren kann." + +#: ../../../config/strings.js.inc:90 +msgid "Portapapeles no soportado por el navegador." +msgstr "Zwischenablage wird nicht vom Browser unterstützt." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:324 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:334 +msgid "Atributo Login" +msgstr "Login-Attribut" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:329 +msgid "" +"Define el atributo a utilizar para el login del usuario en la importación." +msgstr "Definiert das Attribut für den Benutzerlogin beim Import." + +#: ../../../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 "Gibt Benutzern der Sekundärgruppe Zugriffsrechte." + +#: ../../../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 "" +"Standardmäßig erhält der Benutzer einer Sekundärgruppe Zugriffsrechte, wenn " +"die Primärgruppe des Benutzers die Sekundärgruppe ist." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:179 +msgid "Acceso Grupos Secundarios" +msgstr "Sekundärgruppen-Zugriff" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encriptar los datos de la sesión de PHP." +msgstr " PHP-Sitzungsdaten verschlüsseln." + +#: ../../../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 "" +"Diese Funktionalität erhöht die Sicherheit von PHP-Sitzungen, da die " +"gespeicherten Daten nicht lesbar sind." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 +msgid "Encriptar Sesión" +msgstr "Sitzung verschlüsseln" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:347 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:357 +msgid "Atributo Nombre" +msgstr "Namensattribut" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:352 +msgid "" +"Define el atributo a utilizar para el nombre del usuario en la importación." +msgstr "Definiert das Benutzernamenattribut für den Import." + +#: ../../../config/strings.js.inc:92 +msgid "Hay una versión más reciente del plugin {0} ({1})" +msgstr "Es gibt eine neuere Version des Plugins {0} ({1})" + +#: ../../../../lib/SP/Bootstrap.php:265 +msgid "Versión de PHP requerida >= %s <= %s" +msgstr "Erforderliche PHP-Version >= %s <= %s" + +#: ../../../../lib/SP/Config/ConfigUtil.php:111 +msgid "Actual: %s - Necesario: 750" +msgstr "Aktuell:%s - Benötigt: 750" + +#: ../../../../lib/SP/Core/Acl/Actions.php:176 +msgid "Acción no encontrada" +msgstr "Aktion nicht gefunden" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:103 +#: ../../../../lib/SP/Core/Context/ContextBase.php:126 +msgid "Contexto ya inicializado" +msgstr "Der Kontext ist bereits initialisiert" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:109 +msgid "Contexto inválido" +msgstr "Ungültiger Kontext" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:154 +msgid "Contexto no inicializado" +msgstr "Kontext wurde nicht initialisiert" + +#: ../../../../lib/SP/Core/UI/Theme.php:193 +msgid "Clase no válida para iconos" +msgstr "Ungültige Symbolklasse" + +#: ../../../../lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Tipo de filtro inválido" +msgstr "Ungültiger Filtertyp" + +#: ../../../../lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: ../../../../lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Tipo de objeto incorrecto" +msgstr "Falscher Objekttyp" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 +msgid "Realizado por: %s (%s)" +msgstr "Durchgeführt von: %s (%s)" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 +msgid "Dirección IP: %s" +msgstr "IP-Adresse: %s" + +#: ../../../../lib/SP/Providers/Mail/MailProvider.php:91 +msgid "No es posible inicializar" +msgstr "Kann nicht initialisiert werden" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 +#: ../../../modules/web/Controllers/NotificationController.php:267 +#: ../../../modules/web/Controllers/NotificationController.php:298 +msgid "Notificación" +msgstr "Benachrichtigung" + +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:302 +msgid "Error al eliminar los archivos" +msgstr "Fehler beim Entfernen der Dateien" + +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:455 +#: ../../../../lib/SP/Services/Account/AccountService.php:583 +msgid "Error al eliminar las cuentas" +msgstr "Fehler beim Entfernen der Konten" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error al eliminar la categorías" +msgstr "Fehler beim Entfernen der Kategorien" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:264 +#: ../../../../lib/SP/Services/Client/ClientService.php:127 +msgid "Error al eliminar los clientes" +msgstr "Fehler beim Entfernen der Kunden" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error al eliminar los campos personalizados" +msgstr "Fehler beim Entfernen der benutzerdefinierten Felder" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error al crear el tipo de campo" +msgstr "Fehler beim Erstellen des Feldtyps" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error al actualizar el tipo de campo" +msgstr "Fehler beim Aktualisieren des Feldtyps" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error al eliminar el tipo de campo" +msgstr "Fehler beim Entfernen des Feldtyps" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:179 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:302 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:140 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error al eliminar las notificaciones" +msgstr "Fehler beim Entfernen der Benachrichtigungen" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:447 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:493 +msgid "El enlace no existe" +msgstr "Der Link existiert nicht" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:243 +#: ../../../../lib/SP/Services/Tag/TagService.php:126 +msgid "Error al eliminar etiquetas" +msgstr "Fehler beim Entfernen der Tags" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:353 +#: ../../../../lib/SP/Services/User/UserService.php:209 +msgid "Error al eliminar los usuarios" +msgstr "Fehler beim Entfernen der Benutzer" + +#: ../../../../lib/SP/Services/User/UserPassService.php:253 +#: ../../../../lib/SP/Services/User/UserService.php:123 +#: ../../../../lib/SP/Services/User/UserService.php:154 +#: ../../../../lib/SP/Services/User/UserService.php:173 +msgid "El usuario no existe" +msgstr "Der Benutzer existiert nicht" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error al eliminar los perfiles" +msgstr "Fehler beim Entfernen der Profile" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 +msgid "Cuentas actualizadas: %d / %d" +msgstr "Aktualisierte Konten: %d /%d" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 +msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "" +"Konten aktualisiert: %d / %d - %d%% - voraussichtliche Verfügbarkeit: %ds " +"(%.2f/s)" + +#: ../../../../lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error al eliminar archivos" +msgstr "Fehler beim Entfernen der Dateien" + +#: ../../../../lib/SP/Services/Api/ApiRequest.php:88 +msgid "Fomato incorrecto" +msgstr "Ungültiges Format" + +#: ../../../modules/api/Controllers/Help/TagHelp.php:43 +#: ../../../modules/api/Controllers/Help/TagHelp.php:77 +msgid "Id de etiqueta" +msgstr "Tag-ID" + +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:153 +msgid "Error al eliminar tokens" +msgstr "Fehler beim Entfernen der Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Exportación" +msgstr "Export" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:169 +msgid "Copiando base de datos" +msgstr "Datenbank kopieren" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:305 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:340 +msgid "Copiando aplicación" +msgstr "Anwendung kopieren" + +#: ../../../../lib/SP/Services/Config/ConfigService.php:68 +#: ../../../../lib/SP/Services/Config/ConfigService.php:153 +msgid "Parámetro no encontrado (%s)" +msgstr "Parameter nicht gefunden (%s)" + +#: ../../../../lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:159 +msgid "Error al comprobar clave temporal" +msgstr "Fehler beim Überprüfen des temporären Passworts" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Campo no encontrado" +msgstr "Feld nicht gefunden" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error al eliminar los campos" +msgstr "Fehler beim Entfernen der Felder" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:233 +msgid "Exportando categorías" +msgstr "Kategorien exportieren" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:345 +msgid "Exportando clientes" +msgstr "Kunden exportieren" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:391 +msgid "Exportando etiquetas" +msgstr "Tags exportieren" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:435 +msgid "Exportando cuentas" +msgstr "Konten exportieren" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:158 +#: ../../../../lib/SP/Services/Import/KeepassImport.php:103 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:387 +msgid "Cuenta importada" +msgstr "Konto importiert" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:58 +msgid "Importación XML KeePass" +msgstr "KeePass XML-Import" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:91 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:211 +msgid "Categoría importada" +msgstr "Kategorie importiert" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:58 +msgid "Importación XML sysPass" +msgstr "sysPass XML-Import" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:162 +msgid "Datos desencriptados" +msgstr "Daten unverschlüsselt" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:250 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:290 +msgid "Cliente importado" +msgstr "Kunde importiert" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:326 +msgid "Etiqueta importada" +msgstr "Tag importiert" + +#: ../../../../lib/SP/Services/Import/XmlImport.php:99 +msgid "Formato no detectado" +msgstr "Format nicht erkannt" + +#: ../../../../lib/SP/Services/Import/XmlImport.php:107 +msgid "Not implemented" +msgstr "Nicht implementiert" + +#: ../../../../lib/SP/Services/Install/MySQL.php:135 +msgid "No es posible comprobar el usuario de sysPass (%s)" +msgstr "Der sysPass Benutzer konnte nicht überprüft werden (%s)" + +#: ../../../../lib/SP/Services/Install/MySQL.php:213 +#: ../../../../lib/SP/Services/Install/MySQL.php:329 +#: ../../../../lib/SP/Services/Install/MySQL.php:341 +msgid "Error al crear la BBDD ('%s')" +msgstr "Fehler beim Anlegen der Datenbank ('%s')" + +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Importado desde LDAP" +msgstr "Aus LDAP importiert" + +#: ../../../../lib/SP/Services/Mail/MailService.php:70 +msgid "Prueba de correo" +msgstr "E-Mail-Test" + +#: ../../../../lib/SP/Services/Mail/MailService.php:71 +msgid "" +"Esto es una prueba de correo para verificar el correcto funcionamiento de la " +"configuración." +msgstr "" +"Dies ist eine Test-E-Mail, um zu überprüfen, ob die Konfiguration richtig " +"funktioniert." + +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error al eliminar los enlaces" +msgstr "Fehler beim Entfernen der Links" + +#: ../../../../lib/SP/Services/Task/TaskService.php:81 +msgid "No es posible crear archivo de bloqueo" +msgstr "Fehler beim Erzeugen der lock-Datei" + +#: ../../../../lib/SP/Services/Track/TrackService.php:163 +msgid "Segundos" +msgstr "Sekunden" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:63 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:86 +msgid "Actualizar Aplicación" +msgstr "Anwendungsupdate" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:57 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:88 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:59 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:102 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:139 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:171 +msgid "Actualización de campos personalizados" +msgstr "Benutzerdefinierte Felder aktualisieren" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +#: ../../../modules/web/Controllers/CustomFieldController.php:235 +#: ../../../modules/web/Controllers/CustomFieldController.php:272 +msgid "Campo" +msgstr "Feld" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Actualización de enlaces públicos" +msgstr "Öffentliche Links werden aktualisiert" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:90 +#: ../../../modules/web/Controllers/PublicLinkController.php:241 +msgid "Enlace" +msgstr "Link" + +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:112 +msgid "Error al eliminar los grupos" +msgstr "Fehler beim Entfernen der Gruppen" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:225 +#: ../../../../lib/SP/Storage/File/FileHandler.php:280 +msgid "No es posible leer el archivo (%s)" +msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" + +#: ../../../../lib/SP/Storage/File/FileCache.php:47 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:58 +msgid "Error al leer datos del archivo (%s)" +msgstr "Fehler beim Lesen der Datei (%s)" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:114 +#: ../../../../lib/SP/Storage/File/FileCache.php:74 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:116 +msgid "No es posible crear el directorio (%s)" +msgstr "Fehler beim Erzeugen des Verzeichnisses (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:69 +#: ../../../../lib/SP/Storage/File/FileHandler.php:132 +msgid "No es posible escribir en el archivo (%s)" +msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:86 +msgid "No es posible abrir el archivo (%s)" +msgstr "Fehler beim Öffnen der Datei (%s)" + +#: ../../../../lib/SP/Storage/File/FileCache.php:92 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:128 +msgid "Error al eliminar el archivo (%s)" +msgstr "Fehler beim Löschen der Datei (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:54 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:104 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:124 +msgid "No es posible leer/escribir el archivo (%s)" +msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 +msgid "Error al descomprimir datos del archivo (%s)" +msgstr "Fehler beim Dekomprimieren der Dateidaten (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error al obtener los datos" +msgstr "Fehler beim Abrufen der Daten" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:99 +msgid "Error al comprimir datos del archivo (%s)" +msgstr "Fehler beim Komprimieren der Dateidaten (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:112 +msgid "Error al escribir datos en el archivo (%s)" +msgstr "Fehler beim Schreiben von Daten in Datei (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Datos no cargados" +msgstr "Daten nicht geladen" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:170 +msgid "No es posible cerrar el archivo (%s)" +msgstr "Fehler biem Schließen der Datei (%s)" + +#: ../../../modules/api/Controllers/AccountController.php:70 +msgid "Cuenta visualizada" +msgstr "Konto angezeigt" + +#: ../../../modules/api/Controllers/AccountController.php:102 +#: ../../../modules/web/Controllers/AccountController.php:556 +#: ../../../modules/web/Controllers/AccountController.php:610 +msgid "Clave visualizada" +msgstr "Passwort angesehen" + +#: ../../../modules/api/Controllers/ConfigController.php:82 +#: ../../../modules/web/Controllers/ConfigBackupController.php:92 +msgid "Exportación de sysPass en XML" +msgstr "sysPass XML-Export" + +#: ../../../modules/api/Controllers/TagController.php:62 +#: ../../../modules/api/Controllers/TagController.php:89 +#: ../../../modules/api/Controllers/TagController.php:117 +#: ../../../modules/api/Controllers/TagController.php:146 +msgid "Etiqueta" +msgstr "Tag" + +#: ../../../modules/api/Init.php:132 +msgid "Es necesario actualizar" +msgstr "Update benötigt" + +#: ../../../modules/web/Controllers/AccountController.php:227 +msgid "HTTPS" +msgstr "HTTPS" + +#: ../../../modules/web/Controllers/AccountController.php:644 +#: ../../../modules/web/Controllers/AccountController.php:673 +msgid "Clave copiada" +msgstr "Passwort kopiert" + +#: ../../../modules/web/Controllers/AccountFileController.php:83 +#: ../../../modules/web/Controllers/AccountFileController.php:96 +msgid "Archivo visualizado" +msgstr "Datei angesehen" + +#: ../../../modules/web/Controllers/AccountFileController.php:136 +msgid "Archivo descargado" +msgstr "Datei heruntergeladen" + +#: ../../../modules/web/Controllers/AccountFileController.php:186 +msgid "Extensión: %s" +msgstr "Dateierweiterung:%s" + +#: ../../../modules/web/Controllers/AccountFileController.php:193 +msgid "Archivo: %s" +msgstr "Datei: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:201 +msgid "Máximo tamaño: %s" +msgstr "Maximale Dateigröße: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:211 +msgid "Máximo tamaño: %d KB" +msgstr "Maximale Dateigröße: %d KB" + +#: ../../../modules/web/Controllers/AccountFileController.php:334 +msgid "Archivo Eliminado" +msgstr "Datei entfernt" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +#: ../../../modules/web/Controllers/AuthTokenController.php:218 +#: ../../../modules/web/Controllers/AuthTokenController.php:284 +#: ../../../modules/web/Controllers/AuthTokenController.php:293 +#: ../../../modules/web/Controllers/AuthTokenController.php:331 +msgid "Autorización" +msgstr "Autorisierung" + +#: ../../../modules/web/Controllers/AuthTokenController.php:330 +msgid "Autorización visualizada" +msgstr "Autorisierung angesehen" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:78 +msgid "Archivos habilitados" +msgstr "Dateianhänge aktiviert" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:83 +msgid "Archivos deshabilitados" +msgstr "Dateianhänge deaktiviert" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:96 +msgid "Enlaces públicos habilitados" +msgstr "Öffentliche Links aktiviert" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:101 +msgid "Enlaces públicos deshabilitados" +msgstr "Öffentliche Links deaktiviert" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 +msgid "Esta clave estará activa hasta: %s" +msgstr "Das Passwort ist gültig bis: %s" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:190 +msgid "Email enviado" +msgstr "E-Mail wurde gesendet" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:196 +msgid "Error al enviar email" +msgstr "Fehler beim Senden der E-Mail" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:97 +msgid "Syslog remoto habilitado" +msgstr "Remote Syslog aktiviert" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:153 +msgid "Auth Basic habilitada" +msgstr "Auth Basic aktiviert" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:159 +msgid "Auth Basic deshabiltada" +msgstr "Auth Basic deaktiviert" + +#: ../../../modules/web/Controllers/ConfigImportController.php:83 +msgid "No se importaron cuentas" +msgstr "Es wurden keine Konten importiert" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:115 +#: ../../../modules/web/Controllers/ConfigLdapController.php:238 +msgid "Parámetros de LDAP incorrectos" +msgstr "Falsche LDAP Parameter" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:245 +msgid "Importación LDAP" +msgstr "LDAP-Import" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:271 +msgid "Usuarios importados: %d / %d" +msgstr "Importierte Benutzer: %d / %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:272 +msgid "Errores: %d" +msgstr "Fehler: %d" + +#: ../../../modules/web/Controllers/ConfigMailController.php:145 +msgid "Compruebe su buzón de correo" +msgstr "Bitte überprüfen Sie Ihren Posteingang" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:99 +msgid "DokuWiki habilitada" +msgstr "DokuWiki aktiviert" + +#: ../../../modules/web/Controllers/CustomFieldController.php:298 +msgid "Ver Campo" +msgstr "Feld anzeigen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 +#: ../../../config/actions.xml:439 +msgid "Actualizar Enlace Público" +msgstr "Öffentlichen Link aktualisieren" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:160 +msgid "Nuevo Enlace" +msgstr "Neuer link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:118 +msgid "No disponible" +msgstr "Nicht verfügbar" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 +msgid "Refrescar" +msgstr "Aktualisieren" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:141 +msgid "Sólo Admins" +msgstr "Nur Administratoren" + +#: ../../../modules/web/Controllers/PublicLinkController.php:104 +msgid "Nuevo Enlace Público" +msgstr "Neuer öffentlicher Link" + +#: ../../../modules/web/Controllers/PublicLinkController.php:191 +msgid "Editar Enlace Público" +msgstr "Öffentlichen Link bearbeiten" + +#: ../../../modules/web/Controllers/StatusController.php:91 +msgid "Versión no disponible" +msgstr "Version nicht verfügbar" + +#: ../../../modules/web/Controllers/StatusController.php:136 +msgid "Notificaciones no disponibles" +msgstr "Benachrichtigungen nicht verfügbar" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/TagController.php:288 +#: ../../../config/actions.xml:505 +msgid "Ver Etiqueta" +msgstr "Tag anzeigen" + +#: ../../../modules/web/Controllers/UserPassResetController.php:90 +msgid "Datos incorrectos" +msgstr "Inkorrekte Daten" + +#: ../../../modules/web/Controllers/UserPassResetController.php:94 +msgid "No es posible recuperar la clave" +msgstr "Das Passwort konnte nicht zurückgesetzt werden" + +#: ../../../modules/web/Forms/PublicLinkForm.php:85 +msgid "Es necesario una cuenta" +msgstr "Ein Konto wird benötigt" + +#: ../../../config/strings.js.inc:91 +msgid "Realizando auto-login" +msgstr "Führe Auto-Login aus" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:71 +msgid "Abrir enlace a: %s" +msgstr "Öffnen Sie den Link zu: %s" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:112 +msgid "Cuenta Privada (Grupo)" +msgstr "Privates Konto (Gruppe)" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:155 +msgid "Notes" +msgstr "Notizen" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:28 +msgid "Usar Auth Basic" +msgstr "Verwenden Sie Auth Basic" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:26 +msgid "Usar auto-login con Auth Basic" +msgstr "Verwenden Sie die automatische Anmeldung über Auth Basic" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 +msgid "Dominio" +msgstr "Domain" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 +msgid "" +"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " +"el de Auth Basic." +msgstr "" +"Die Domäne wird zum Benutzernamen sysPass hinzugefügt, um sie mit Auth Basic " +"zu vergleichen." + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 +msgid "Nombre de dominio" +msgstr "Domainname" + +#: ../../../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 "Legt die Standardbenutzergruppe für neue SSO-Benutzer fest." + +#: ../../../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 "Legt das Standardprofil für die neu erstellten SSO-Benutzer fest." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:318 +msgid "Importación" +msgstr "Import" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:382 +msgid "Importar Grupos" +msgstr "Gruppen importieren" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:391 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:401 +msgid "Atributo Nombre Grupo" +msgstr "Attributnamengruppe" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:396 +msgid "" +"Define el atributo a utilizar para el nombre del grupo en la importación." +msgstr "" +"Definiert das Attribut für den Namen der Benutzergruppe beim Importieren." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:412 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:426 +msgid "Filtro" +msgstr "Filter" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:417 +msgid "Filtro para importar usuarios o grupos de LDAP." +msgstr "Filter zum Importieren von LDAP-Benutzern oder -Gruppen" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:160 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:163 +msgid "Destinatarios" +msgstr "Empfänger" + +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:50 +msgid "Indica si el cliente es visible para todos los usuarios." +msgstr "Legt fest, ob der Kunde für alle Benutzer sichtbar ist." + +#: ../../../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 "" +"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/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/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 "Sitzungsanmeldung mit SSO" #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:96 msgid "Sólo para administradores de la aplicación" @@ -4369,2436 +7231,923 @@ msgstr "Nur für Anwendungsadministratoren" msgid "Solo Admins" msgstr "Nur für Administratoren" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:23 -msgid "Nombre del plugin" -msgstr "Plugin-Name" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:35 -msgid "Versión del plugin" -msgstr "Plugin-Version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:40 -msgid "Versión Compatible" -msgstr "Kompatible Version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:47 -msgid "Versión de sysPass compatible" -msgstr "Kompatible sysPass Version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:52 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 -msgid "Autor" -msgstr "Autor" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:59 -msgid "Autor del plugin" -msgstr "Plugin-Autor" - -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" -msgstr "Die Anwendung muss aktualisiert werden" - #: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 msgid "Para iniciar la actualización introduzca el código de seguridad" msgstr "Bitte geben Sie den Sicherheitscode ein, um das Upgrade zu starten" -#: ../../../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 "Passwortänderungsanfrage versenden" +#: ../../../../lib/SP/Core/Context/ContextBase.php:73 +msgid "No es posible cambiar el valor de la clave" +msgstr "Ändern des Passworts nicht möglich" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" -msgstr "Benutzer E-Mail" +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:344 +msgid "Filtro incorrecto" +msgstr "Falscher Filter" -#: ../../../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 "Zurück zur Anmeldung" +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "El campo personalizado no existe" +msgstr "Benutzerdefiniertes Feld nicht gefunden" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:45 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:47 -msgid "Solicitar" -msgstr "Anfrage" +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:137 +#, fuzzy +msgid "Error al eliminar los plugins" +msgstr "Fehler beim Entfernen von Plugins" -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:48 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Cambiar" -msgstr "Ändern" +#: ../../../../lib/SP/Services/Account/AccountService.php:219 +msgid "Clave maestra no establecida" +msgstr "Masterpasswort nicht gesetzt" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:97 -msgid "Ordenar resultados por visitas" -msgstr "Suchergebnis nach Aufrufhäufigkeit sortieren" +#: ../../../../lib/SP/Services/Category/CategoryService.php:134 +msgid "Error al eliminar las categorías" +msgstr "Fehler beim Entfernen von Kategorien" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:99 +#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:80 +#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:87 +msgid "No es posible restaurar la configuración" +msgstr "Wiederherstellen der Konfiguration nicht möglich" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Tipo de campo no encontrado" +msgstr "Feldtyp nicht gefunden" + +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:177 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:176 +msgid "Fallo en la verificación del hash de integridad" +msgstr "Fehler beim Prüfen des Hashwerts" + +#: ../../../../lib/SP/Services/Install/Installer.php:359 +msgid "Error al crear el usuario 'admin'" +msgstr "Fehler beim Erstellen des Benutzers 'admin'" + +#: ../../../../lib/SP/Services/Install/MySQL.php:309 +#, fuzzy +msgid "Error al seleccionar la BBDD '%s' (%s)" +msgstr "Fehler beim Auswählen der Datenbank '%s' (%s)" + +#: ../../../../lib/SP/Services/Mail/MailService.php:190 +msgid "Servicio de correo no disponible" +msgstr "Mail Service nicht erreichbar" + +#: ../../../../lib/SP/Services/Service.php:137 +#: ../../../../lib/SP/Services/Service.php:144 +msgid "Error ol obtener la clave maestra del contexto" +msgstr "Fehler beim Erhalten des Masterpassworts vom Kontext" + +#: ../../../../lib/SP/Services/Service.php:160 +#: ../../../../lib/SP/Services/Service.php:164 +msgid "Error ol establecer la clave maestra en el contexto" +msgstr "Fehler beim Setzen des Masterpassworts vom Kontext" + +#: ../../../../lib/SP/Services/Track/TrackService.php:87 +#: ../../../../lib/SP/Services/Track/TrackService.php:101 +#: ../../../../lib/SP/Services/Track/TrackService.php:128 +msgid "Track no encontrado" +msgstr "Track nicht gefunden" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "Actualización de autorizaciones API" +msgstr "Aktualisierung der API-Berechtigungen" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:101 +#: ../../../../lib/SP/Storage/File/FileHandler.php:115 +msgid "No es posible leer desde el archivo (%s)" +msgstr "Lesen von Datei (%s) nicht möglich" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:185 +msgid "No es posible escribir el archivo (%s)" +msgstr "Schreiben in Datei (%s) nicht möglich" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:200 +msgid "Archivo no encontrado (%s)" +msgstr "Datei (%s) nicht gefunden" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:252 +msgid "No es posible eliminar el archivo (%s)" +msgstr "Entfernen von Datei (%s) nicht möglich" + +#: ../../../../lib/SP/Storage/File/XmlHandler.php:89 +#: ../../../../lib/SP/Storage/File/XmlHandler.php:309 +msgid "El nodo XML no existe" +msgstr "Der XML-Knoten existiert nicht" + +#: ../../../../lib/SP/Util/ImageUtil.php:65 +msgid "Imagen no válida" +msgstr "Falsches Bild" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:117 +msgid "Verificación de datos exportados finalizada" +msgstr "Verifikation der exportierten Daten abgeschlossen" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:123 +#: ../../../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 "Verschlüsselt" + +#: ../../../modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error al actualizar los datos del campo personalizado" +msgstr "Fehler beim Aktualisieren der benutzerdefinierten Felddaten" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:292 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:294 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:297 +msgid "Enlace Directo" +msgstr "Direktlink" + +#: ../../../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 "Spezialparameter" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:32 msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +"Es posible utilizar uno o varios parámetros especiales separados por espacios" msgstr "" -"Sortiert das Suchergebnis der Konten anhand der Anzahl der Kontenzugriffe." +"Es ist möglich, einen oder mehrere spezielle Parameter zu verwenden, die " +"durch Leerzeichen getrennt sind" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:114 -msgid "Barra de navegación superior" -msgstr "Obere Navigationsleiste" +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:39 +msgid "Devolver la cuenta con ID" +msgstr "Gibt den Account für die angebene ID zurück" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:116 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Zeigt eine Navigationsleiste oberhalb der Suchresultate." +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:42 +msgid "Operador para los parámetros especiales" +msgstr "Operator für Spezialparameter" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:131 -msgid "Mostrar Acciones Ocultas" -msgstr "Zeige versteckte Aktionen" +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:18 +msgid "Los datos serán encriptados al guardar" +msgstr "Daten werden nach dem Speichern verschlüsselt" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:133 +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:23 +msgid "Los datos serán desencriptados al guardar" +msgstr "Daten werden nach dem Speichern entschlüsselt" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:20 +msgid "Caducidad clave cuentas" +msgstr "Ablauf des Kontopassworts" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:68 +msgid "Habilita la caducidad de la clave de cuentas." +msgstr "Aktiviere Ablaufdatum für Kontopasswörter" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:76 +msgid "Tiempo caducidad clave" +msgstr "Passwortablaufzeit" + +#: ../../../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 "Anzahl der Tage bis zum Ablauf des Kontos" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:91 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:28 +msgid "Tiempo caducidad (días)" +msgstr "Ablaufzeit (Tage)" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:126 msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +"Confirmar el cambio de clave maestra después de haber leído las advertencias " +"anteriores." msgstr "" -"Ermöglicht es, die versteckten Aktionen der Kontensuchmaske anzuzeigen." +"Bestätigen sie die Änderung des Masterpassworts, nachdem sie die Warnungen " +"gelesen haben." -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 -#: ../../../config/actions.xml:271 -msgid "Ver Wiki" -msgstr "Wiki anzeigen" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:29 +msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +msgstr "Basic Authentication für den Zugriff auf die Anwendung verwenden" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:10 -#, php-format -msgid "Resultados de búsqueda de '%s'" -msgstr "Suchergebnisse von '%s'" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 +msgid "Usar Auth Basic SSO" +msgstr "Auth Basic SSO benutzen" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:13 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:23 -msgid "Página" -msgstr "Seite" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:44 +msgid "Usar auto-login con Auth Basic." +msgstr "Auto-Login mit Auth Basic benutzen." -#. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" -msgstr "Konten suchen" +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:29 +msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +msgstr "Einen Proxy für Updates und Benachrichtigungen benutzen" -#. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" -msgstr "Anfragen" +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:304 +msgid "Usado en" +msgstr "Verwendet in" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +msgid "(*) Incluido en grupo" +msgstr "(*) Gelistet in der Gruppe" + +#: ../../../../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 +msgid "La extensión '%s' no está disponible" +msgstr "Die Erweiterung '%s' ist nicht verfügbar" + +#: ../../../../lib/SP/Services/Service.php:133 +#: ../../../../lib/SP/Services/Service.php:140 +msgid "Error al obtener la clave maestra del contexto" +msgstr "Fehler beim Abrufen des Masterpassworts vom Kontext" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:13 +msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +msgstr "Diese Erweiterung ist notwendig, um Passwörter als Bilder anzuzeigen" + +#: ../../../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 "" +"Diese Erweiterung ist notwendig, um Backup-Dateien der Anwendung zu erstellen" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:14 +msgid "" +"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +msgstr "" +"Diese Erweiterung ist notwendig, um für sysPass Updates und " +"Benachrichtigungen zu erhalten" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:46 +msgid "Extensiones no disponibles" +msgstr "Nicht verfügbare Erweiterungen" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:13 +msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +msgstr "" +"Diese Erweiterung ist notwendig um, sich zu einem LDAP-Server verbinden zu " +"können" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:13 +msgid "Esta extensión es necesaria conectar con DokuWiki" +msgstr "" +"Diese Erweiterung ist notwendig, um sich zu einem DokuWiki verbinden zu " +"können" #. (itstool) path: action/text #: ../../../config/actions.xml:31 msgid "Favoritos" msgstr "Favoriten" -#. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" -msgstr "Kategorienverwaltung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:55 -msgid "Gestión Clientes" -msgstr "Kundenverwaltung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" -msgstr "Verwaltung der API-Genehmigung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" -msgstr "Verwaltung benutzerdefinierter Felder" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" -msgstr "Dateiverwaltung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" -msgstr "Kontenverwaltung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" -msgstr "Tag-Verwaltung" - #. (itstool) path: action/text #: ../../../config/actions.xml:97 msgid "Gestión Plugins" msgstr "Plugin-Verwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Gestión Usuarios" -msgstr "Benutzerverwaltung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Grupos" -msgstr "Gruppenverwaltung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Perfiles" -msgstr "Profilverwaltung" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:133 +#: ../../../config/actions.xml:139 msgid "Buscar Eventos" msgstr "Suche nach Ereignissen" #. (itstool) path: action/text -#: ../../../config/actions.xml:139 +#: ../../../config/actions.xml:145 msgid "Limpiar Eventos" msgstr "Ereignisse Entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:145 ../../../config/actions.xml:475 -msgid "Ver Cuenta" -msgstr "Benutzer ansehen" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:175 -msgid "Editar Clave de Cuenta" -msgstr "Benutzerpasswort ändern" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:205 ../../../config/actions.xml:463 -msgid "Subir Archivo" -msgstr "Datei hochladen" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:223 +#: ../../../config/actions.xml:229 msgid "Buscar Archivos" msgstr "Nach Dateien suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 +#: ../../../config/actions.xml:235 msgid "Listar Archivos" msgstr "Dateien auflisten" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 +#: ../../../config/actions.xml:241 msgid "Ver Favoritos" msgstr "Favoriten anzeigen" #. (itstool) path: action/text -#: ../../../config/actions.xml:241 +#: ../../../config/actions.xml:247 msgid "Añadir Favorito" msgstr "Als Favorit markieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:277 +#: ../../../config/actions.xml:283 msgid "Añadir Wiki" msgstr "Wiki hinzufügen" #. (itstool) path: action/text -#: ../../../config/actions.xml:283 +#: ../../../config/actions.xml:289 msgid "Editar Wiki" msgstr "Wiki bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 +#: ../../../config/actions.xml:295 msgid "Eliminar Wiki" msgstr "Wiki entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:355 +#: ../../../config/actions.xml:331 +msgid "Nuevo CLiente" +msgstr "Neuer Kunde" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:361 msgid "Nuevo Token API" msgstr "API Token erstellen" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 +#: ../../../config/actions.xml:367 msgid "Ver Token API" msgstr "API Token anzeigen" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 +#: ../../../config/actions.xml:373 msgid "Editar Token API" msgstr "API Token bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 +#: ../../../config/actions.xml:379 msgid "Eliminar Token API" msgstr "API Token entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 +#: ../../../config/actions.xml:385 msgid "Buscar Token API" msgstr "API Token suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 +#: ../../../config/actions.xml:391 msgid "Nuevo Campo Personalizado" msgstr "Benutzerdefiniertes Feld erstellen" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 +#: ../../../config/actions.xml:397 msgid "Ver Campo Personalizado" msgstr "Benutzerdefiniertes Felder anzeigen" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 +#: ../../../config/actions.xml:403 msgid "Editar Campo Personalizado" msgstr "Benutzerdefiniertes Felder bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 +#: ../../../config/actions.xml:409 msgid "Eliminar Campo Personalizado" msgstr "Benutzerdefiniertes Feld entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 +#: ../../../config/actions.xml:415 msgid "Buscar Campo Personalizado" msgstr "Benutzerdefiniertes Feld suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:421 -msgid "Ver Enlace Público" -msgstr "Öffentlichen Link anzeigen" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: ../../../config/actions.xml:433 msgid "Eliminar Enlace Público" msgstr "Öffentlichen Link entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:439 +#: ../../../config/actions.xml:445 msgid "Buscar Enlace Público" msgstr "Öffentlichen Link suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:523 -msgid "Nuevo Plugin" -msgstr "Neues Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:541 +#: ../../../config/actions.xml:547 msgid "Habilitar Plugin" msgstr "Plugin aktivieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:547 +#: ../../../config/actions.xml:553 msgid "Deshabilitar Plugin" msgstr "Plugin deaktivieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:553 +#: ../../../config/actions.xml:559 msgid "Restablecer Plugin" msgstr "Plugin zurücksetzen" #. (itstool) path: action/text -#: ../../../config/actions.xml:583 +#: ../../../config/actions.xml:589 msgid "Editar Clave Usuario" msgstr "Benutzerpasswort bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:655 +#: ../../../config/actions.xml:661 msgid "Configuración Usuario" msgstr "Benutzer Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:661 +#: ../../../config/actions.xml:667 msgid "Preferencias General" msgstr "Generelle Einstellungen" #. (itstool) path: action/text -#: ../../../config/actions.xml:685 +#: ../../../config/actions.xml:691 msgid "Configuración Cuentas" msgstr "Account Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:691 +#: ../../../config/actions.xml:697 msgid "Configuración Wiki" msgstr "Wiki Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:697 +#: ../../../config/actions.xml:703 msgid "Configuración Encriptación" msgstr "Verschlüsselungskonfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 +#: ../../../config/actions.xml:709 msgid "Actualizar Hash" msgstr "Hashwert erneuern" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 +#: ../../../config/actions.xml:715 msgid "Clave Maestra Temporal" msgstr "Temporäres Masterpasswort ändern" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 +#: ../../../config/actions.xml:721 msgid "Configuración Copia de Seguridad" msgstr "Backup der Konfiguration erstellen" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 +#: ../../../config/actions.xml:733 msgid "Configuración Importación" msgstr "Konfiguration importieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 +#: ../../../config/actions.xml:739 msgid "Importar CSV" msgstr "CSV-Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:739 +#: ../../../config/actions.xml:745 msgid "Importar XML" msgstr "XML-Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 +#: ../../../config/actions.xml:751 msgid "Configuración Exportación" msgstr "Konfiguration exportieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Exportación" -msgstr "Export" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:757 +#: ../../../config/actions.xml:763 msgid "Configuración Email" msgstr "E-Mail konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 +#: ../../../config/actions.xml:769 msgid "Configuración LDAP" msgstr "LDAP-Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Sincronización LDAP" -msgstr "LDAP-Synchronisation" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:775 +#: ../../../config/actions.xml:781 msgid "Gestión de Cuenta (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:805 +#: ../../../config/actions.xml:811 msgid "Crear Notificación" msgstr "Benachrichtigung erstellen" +#: ../../../../lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"Si está importando un archivo exportado desde el mismo origen, los datos " +"pueden estar comprometidos." +msgstr "" +"Wenn Sie eine aus derselben Quelle exportierte Datei importieren, sind die " +"Daten möglicherweise kompromittiert." + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +msgid "El archivo de actualización no contiene datos" +msgstr "Die Update-Datei enthält keinerlei Daten" + +#: ../../../modules/api/Controllers/CategoryController.php:62 +msgid "Categoría visualizada" +msgstr "Kategorie angezeigt" + +#: ../../../modules/api/Controllers/ClientController.php:63 +msgid "Cliente visualizado" +msgstr "Kunde angezeigt" + +#: ../../../modules/api/Controllers/ConfigController.php:58 +#: ../../../modules/api/Controllers/ConfigController.php:83 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:43 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Ruta" +msgstr "Pfad" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 +msgid "Array con Ids de etiquetas" +msgstr "Liste mit Tag-IDs" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Array con Ids de etiquetas a filtrar" +msgstr "Liste mit Tag-IDs zum Filtern" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Operador de filtrado" +msgstr "Filter Operator" + +#: ../../../modules/api/Controllers/TagController.php:61 +msgid "Etiqueta visualizada" +msgstr "Tag angezeigt" + +#: ../../../modules/web/Controllers/AccountFileController.php:387 +msgid "No hay archivos asociados a la cuenta" +msgstr "Für das Konto existieren keine verknüpften Dateien" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error al crear permiso" +msgstr "Fehler beim Erstellen der Berechtigung" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error al actualizar permiso" +msgstr "Fehler beim Aktualisieren der Berechtigung" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error al eliminar permiso" +msgstr "Fehler beim Entfernen der Berechtigung" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error al eliminar los permisos" +msgstr "Fehler beim Entfernen der Berechtigungen" + +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:84 +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:105 +msgid "Permiso no encontrada" +msgstr "Berechtigung nicht gefunden" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:71 +#: ../../../config/actions.xml:847 +msgid "Ver Permiso" +msgstr "Berechtigungen anzeigen" + +#. (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 "Neue Berechtigung" + +#. (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 "Berechtigung bearbeiten" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:248 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:251 +msgid "Permisos eliminados" +msgstr "Berechtigungen entfernt" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:259 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:263 +msgid "Permiso eliminado" +msgstr "Berechtigung entfernt" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:289 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:293 +msgid "Permiso creado" +msgstr "Berechtigung hinzugefügt" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:325 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:329 +msgid "Permiso actualizado" +msgstr "Berechtigungen aktualisiert" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Standardberechtigungen" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:78 +msgid "Prioridad" +msgstr "Priorität" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:115 +msgid "Forzado" +msgstr "Erzwungen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:141 +#: ../../../config/actions.xml:841 +msgid "Buscar Permiso" +msgstr "Suche nach Berechtigung" + +#. (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 "Berechtigung entfernen" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:208 +msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" +msgstr "" +"Ein Element vom Typ Benutzer, Gruppe oder Profil muss festgelegt werden" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:133 +msgid "No hay permisos definidos" +msgstr "Es sind keine definierten Berechtigungen vorhanden" + +#: ../../../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 "" +"Zuweisungspriorität, wenn Berechtigungen mit anderen Benutzern, Gruppen oder " +"Profilen übereinstimmen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:95 +msgid "Prioridad de asignación" +msgstr "Zuweisungspriorität" + +#: ../../../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 "" +"Erzwingt das Setzen der Berechtigungen beim Erstellen oder Aktualisieren " +"eines Kontos." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:109 +msgid "Los permisos serán añadidos a los existentes." +msgstr "Berechtigungen werden mit den vorhandenen zusammengeführt." + #. (itstool) path: action/text #: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Berechtigungsverwaltung" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +msgid "Es necesaria una clave con al menos %d caracteres" +msgstr "Das Passwort muss %d Zeichen lang sein" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "La clave no cumple los carácteres requeridos" +msgstr "Das Passwort enthält nicht die geforderten Zeichen" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Es necesario que la clave contenga letras" +msgstr "Das Passwort muss Buchstaben enthalten" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Es necesario que la clave contenga minúsculas" +msgstr "Das Passwort muss Kleinbuchstaben enthalten" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Es necesario que la clave contenga mayúsculas" +msgstr "Das Passwort muss Großbuchstaben enthalten" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Es necesario que la clave contenga números" +msgstr "Das Passwort muss Ziffern enthalten" + +#. Hey. don't you mean "special chars" here? +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +#, fuzzy +msgid "Es necesario que la clave contenga símbolos" +msgstr "Das Passwort muss Sonderzeichen enthalten" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error al desconectar del servidor de LDAP" +msgstr "Fehler beim Abmelden vom LDAP-Server" + +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Valor no encontrada" +msgstr "Wert nicht gefunden" + +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error al eliminar los valores" +msgstr "Fehler beim Löschen der Werte" + +#: ../../../../lib/SP/Services/Track/TrackService.php:208 +msgid "Dirección IP no establecida" +msgstr "IP Adresse nicht angegeben" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:94 +msgid "Valores Predeterminados" +msgstr "Vorgabewerte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 +#: ../../../config/actions.xml:847 +msgid "Buscar Valor" +msgstr "Nach Wert suchen" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:160 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Valor de Permiso" +msgstr "Vorgabe Berechtigung" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:161 +msgid "Nuevo Valor de Permiso" +msgstr "Neue Vorgabe für Berechtigung" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Valor de Cuenta Privada" +msgstr "Vorgabe Privatkonto" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:185 +msgid "Nuevo Valor de Cuenta Privada" +msgstr "Neue Vorgabe für Privatkonto" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:208 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Valor de Timeout de Sesión" +msgstr "Vorgabe Timeout" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:209 +msgid "Nuevo Valor de Timeout de Sesión" +msgstr "Neue Vorgabe für Timeout" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:232 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Valor de Clave de Cuentas" +msgstr "Vorgabe Kontopasswort" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:233 +msgid "Nuevo Valor de Clave de Cuentas" +msgstr "Neue Vorgabe für Kontopasswort" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 +#: ../../../modules/web/Controllers/ItemPresetController.php:225 +#: ../../../config/actions.xml:865 +msgid "Editar Valor" +msgstr "Wert bearbeiten" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 +#: ../../../config/actions.xml:871 +msgid "Eliminar Valor" +msgstr "Wert löschen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:70 +#: ../../../config/actions.xml:853 +msgid "Ver Valor" +msgstr "Wert anzeigen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:195 +#: ../../../config/actions.xml:859 +msgid "Nuevo Valor" +msgstr "Neuer Wert" + +#: ../../../modules/web/Controllers/ItemPresetController.php:262 +#: ../../../modules/web/Controllers/ItemPresetController.php:265 +msgid "Valores eliminados" +msgstr "Werte wurden gelöscht" + +#: ../../../modules/web/Controllers/ItemPresetController.php:273 +#: ../../../modules/web/Controllers/ItemPresetController.php:277 +msgid "Valor eliminado" +msgstr "Wert wurde gelöscht" + +#: ../../../modules/web/Controllers/ItemPresetController.php:305 +#: ../../../modules/web/Controllers/ItemPresetController.php:310 +msgid "Valor creado" +msgstr "Wert erstellt" + +#: ../../../modules/web/Controllers/ItemPresetController.php:344 +#: ../../../modules/web/Controllers/ItemPresetController.php:349 +msgid "Valor actualizado" +msgstr "Wert aktualisiert" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:116 +msgid "Tipo de valor no definido o incorrecto" +msgstr "Werttyp nicht festgelegt oder inkorrekt" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:182 +msgid "Expresión regular inválida" +msgstr "Ungültiger regulärer Ausdruck" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:81 +msgid "Habilita la conexión mediante TLS." +msgstr "Aktiviert die Verbindung über TLS" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:42 +msgid "Puntuación" +msgstr "Bewertung" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:55 +msgid "Expresión Regular" +msgstr "Regulärer Ausdruck" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:130 +msgid "Incluir Minúsculas" +msgstr "Kleinbuchstaben einschließen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:21 +msgid "Las cuentas sólo serán visibles por el usuario." +msgstr "Konten sind nur für den Benutzer sichtbar." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:42 +msgid "Los administradores no podrán acceder a las cuentas." +msgstr "Administratoren können die Konten nicht anzeigen." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:40 +msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +msgstr "Accounts sind nur für den Benutzer und seine Hauptgruppe sichtbar." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:6 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:14 +msgid "Dirección IP" +msgstr "IP Adresse" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:27 +msgid "Timeout" +msgstr "Timeout" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:84 +msgid "" +"Prioridad de asignación en caso de coincidir con otros valores asignados por " +"usuario, grupo o perfil." +msgstr "" +"Priorität der Zuordnung bei Übereinstimmung mit anderen Werten, die von " +"Benutzer, Gruppe oder Profil zugewiesen wurden." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:117 +msgid "" +"Indica si los valores serán forzados al crear o modificar los elementos." +msgstr "" +"Erzwinge das Setzen von Werten beim Erstellen oder Ändern von Elementen." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:119 +msgid "Los valores serán añadidos a los existentes." +msgstr "Die Werte werden mit den vorhandenen Werten zusammengeführt." + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:421 +msgid "Valores por Defecto" +msgstr "Standardwerte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:422 +msgid "Gestión de Valores por Defecto" +msgstr "Verwaltung Vorgabewerte" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:841 msgid "Gestión Valores Predeterminados" -msgstr "Preset Values Management" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:4 -msgid "Color" -msgstr "Farbe" - -#. (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 "Telefon" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" -msgstr "Textbereich" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" -msgstr "Text" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Link" - -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "Ein Kundenname wird benötigt" - -#~ msgid "Es necesario un usuario" -#~ msgstr "Ein Benutzername wird benötigt" - -#~ msgid "Es necesaria una clave" -#~ msgstr "Ein Schlüssel wird benötigt" - -#~ msgid "Es necesario una categoría" -#~ msgstr "Eine Kategorie wird benötigt" - -#~ msgid "Acción Inválida" -#~ msgstr "Ungültige Aktion" - -#~ msgid "Las claves no coinciden" -#~ msgstr "Die Passwörter stimmen nicht überein" - -#~ msgid "Error al crear la cuenta" -#~ msgstr "Fehler beim Anlegen des Kontos" - -#~ msgid "Error al modificar la cuenta" -#~ msgstr "Fehler beim Ändern des Kontos" - -#~ msgid "Error al eliminar la cuenta" -#~ msgstr "Fehler beim Entfernen des Kontos" - -#~ msgid "Error al actualizar la clave" -#~ msgstr "Fehler beim Ändern des Passworts" - -#~ msgid "Cuenta restaurada" -#~ msgstr "Konto wiederhergestellt" - -#~ msgid "Error al restaurar cuenta" -#~ msgstr "Fehler bei der Wiederherstellung des Kontos" - -#~ msgid "Es necesario un nombre de usuario" -#~ msgstr "Ein Benutzername wird benötigt" - -#~ msgid "Es necesario un login" -#~ msgstr "Ein Login wird benötigt" - -#~ msgid "Es necesario un perfil" -#~ msgstr "Ein Profil wird benötigt" - -#~ msgid "Es necesario un grupo" -#~ msgstr "Eine Gruppe wird benötigt" - -#~ msgid "Es necesario un email" -#~ msgstr "Eine E-Mail-Adresse wird benötigt" - -#~ msgid "Ey, esto es una DEMO!!" -#~ msgstr "Hey, dies ist eine DEMO!!" - -#~ msgid "La clave no puede estar en blanco" -#~ msgstr "Passwort darf nicht leer sein" - -#~ msgid "Usuario creado" -#~ msgstr "Benutzer hinzugefügt" - -#~ msgid "Error al crear el usuario" -#~ msgstr "Fehler beim Anlegen des Benutzers" - -#~ msgid "Usuario actualizado" -#~ msgstr "Benutzer aktualisiert" - -#~ msgid "Error al actualizar el usuario" -#~ msgstr "Fehler beim Ändern des Benutzers" - -#~ msgid "Error al modificar la clave" -#~ msgstr "Fehler beim Ändern des Passworts" - -#~ msgid "No es posible eliminar, usuario en uso" -#~ msgstr "Der Benutzer kann nicht entfernt werden, da er noch verwendet wird" - -#~ msgid "Usuario eliminado" -#~ msgstr "Benutzer entfernt" - -#~ msgid "Error al eliminar el usuario" -#~ msgstr "Fehler beim Entfernen des Benutzers" - -#~ msgid "Es necesario un nombre de grupo" -#~ msgstr "Ein Gruppenname wird benötigt" - -#~ msgid "Nombre de grupo duplicado" -#~ msgstr "Duplizierter Gruppenname" - -#~ msgid "Grupo creado" -#~ msgstr "Gruppe hinzugefügt" - -#~ msgid "Error al crear el grupo" -#~ msgstr "Fehler beim Anlegen der Gruppe" - -#~ msgid "Grupo actualizado" -#~ msgstr "Gruppe aktualisiert" - -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Fehler beim Ändern der Gruppe" - -#~ msgid "No es posible eliminar" -#~ msgstr "Kann nicht gelöscht werden" - -#~ msgid "Grupo eliminado" -#~ msgstr "Gruppe entfernt" - -#~ msgid "Error al eliminar el grupo" -#~ msgstr "Fehler beim Entfernen der Gruppe" - -#~ msgid "Es necesario un nombre de perfil" -#~ msgstr "Ein Profilname wird benötigt" - -#~ msgid "Nombre de perfil duplicado" -#~ msgstr "Duplizierter Profilname" - -#~ msgid "Perfil creado" -#~ msgstr "Profil hinzugefügt" - -#~ msgid "Perfil actualizado" -#~ msgstr "Profil aktualisiert" - -#~ msgid "Perfil eliminado" -#~ msgstr "Profil entfernt" - -#~ msgid "Es necesario un nombre de categoría" -#~ msgstr "Ein Kategoriename wird benötigt" - -#~ msgid "Autorización creada" -#~ msgstr "Authentifizierung hinzugefügt" - -#~ msgid "Autorización actualizada" -#~ msgstr "Authentifizierung aktualisiert" - -#~ msgid "Autorización eliminada" -#~ msgstr "Authentifizierung entfernt" - -#~ msgid "Nombre del campo no indicado" -#~ msgstr "Feldname nicht gesetzt" - -#~ msgid "Tipo del campo no indicado" -#~ msgstr "Feldtyp nicht gesetzt" - -#~ msgid "Módulo del campo no indicado" -#~ msgstr "Feldmodul nicht gesetzt" - -#~ msgid "Campo creado" -#~ msgstr "Feld hinzugefügt" - -#~ msgid "Campo actualizado" -#~ msgstr "Feld aktualisiert" - -#~ msgid "Campo eliminado" -#~ msgstr "Feld entfernt" - -#~ msgid "Realizar Backup" -#~ msgstr "Backup erstellen" - -#~ msgid "Error al realizar el backup" -#~ msgstr "Fehler beim Ausführen des Backups" - -#~ msgid "Revise el registro de eventos para más detalles" -#~ msgstr "Mehr Details in den Log-Dateien" - -#~ msgid "Copia de la aplicación y base de datos realizada correctamente" -#~ msgstr "Sicherung der Anwendung und der Datenbank erfolgreich durchgeführt" - -#~ msgid "Error al realizar la exportación de cuentas" -#~ msgstr "Fehler beim Exportieren der Konten" - -#~ msgid "Error al realizar la exportación" -#~ msgstr "Fehler beim Exportieren" - -#~ msgid "Exportación de cuentas realizada correctamente" -#~ msgstr "Export erfolgreich abgeschlossen" - -#~ msgid "Los parámetros de LDAP no están configurados" -#~ msgstr "LDAP Parameter sind nicht gesetzt" - -#~ msgid "Conexión a LDAP correcta" -#~ msgstr "LDAP-Verbindung ist OK" - -#~ msgid "Objetos encontrados" -#~ msgstr "Objekte gefunden" - -#~ msgid "Modificar Configuración" -#~ msgstr "Konfiguration ändern" - -#~ msgid "El tamaño máximo por archivo es de 16MB" -#~ msgstr "Die maximale Dateigröße beträgt 16 MB" - -#~ msgid "Faltan parámetros de Proxy" -#~ msgstr "Proxy Parameter fehlen" - -#~ msgid "Proxy habiltado" -#~ msgstr "Proxy aktiviert" - -#~ msgid "Proxy deshabilitado" -#~ msgstr "Proxy deaktiviert" - -#~ msgid "Sección" -#~ msgstr "Sektion" - -#~ msgid "Faltan parámetros de Wiki" -#~ msgstr "Fehlender Wiki Parameter" - -#~ msgid "Wiki habiltada" -#~ msgstr "Wiki aktiviert" - -#~ msgid "Wiki deshabilitada" -#~ msgstr "Wiki deaktiviert" - -#~ msgid "Faltan parámetros de LDAP" -#~ msgstr "Fehlender LDAP Parameter" - -#~ msgid "LDAP habiltado" -#~ msgstr "LDAP aktiviert" - -#~ msgid "LDAP deshabilitado" -#~ msgstr "LDAP deaktiviert" - -#~ msgid "Faltan parámetros de Correo" -#~ msgstr "Fehlende E-Mail Parameter" - -#~ msgid "Correo habiltado" -#~ msgstr "E-Mail aktiviert" - -#~ msgid "Correo deshabilitado" -#~ msgstr "E-Mail deaktiviert" - -#~ msgid "Configuración actualizada" -#~ msgstr "Konfiguration aktualisiert" - -#~ msgid "Clave maestra no indicada" -#~ msgstr "Masterpasswort notwendig" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "Passwort muss bestätigt werden" - -#~ msgid "Las claves son idénticas" -#~ msgstr "Passwörter sind identisch" - -#~ msgid "Las claves maestras no coinciden" -#~ msgstr "Masterpasswort inkorrekt" - -#~ msgid "La clave maestra actual no coincide" -#~ msgstr "Aktuelles Masterpasswort inkorrekt" - -#~ msgid "Errores al actualizar las claves de las cuentas" -#~ msgstr "Fehler beim Aktualisieren der Passwörter" - -#~ msgid "Errores al actualizar las claves de las cuentas del histórico" -#~ msgstr "Fehler beim Aktualisieren der Kontopasswörter im Verlauf" - -#~ msgid "Errores al actualizar datos de campos personalizados" -#~ msgstr "Fehler beim Aktualisieren der Benutzerfelder" - -#~ msgid "Error al guardar el hash de la clave maestra" -#~ msgstr "Fehler beim Speichern des Hashwerts für das Masterpasswort" - -#~ msgid "Generar Clave Temporal" -#~ msgstr "Temporäres Passwort erstellen" - -#~ msgid "Clave Temporal Generada" -#~ msgstr "Temporäres Passwort erstellt" - -#~ msgid "Error al generar clave temporal" -#~ msgstr "Fehler beim Erstellen des temporären Passwortes" - -#~ msgid "Usuario/Clave no introducidos" -#~ msgstr "Kein Benutzername/Passwort eingegeben" - -#~ msgid "Inicio sesión" -#~ msgstr "Anmelden" - -#~ msgid "Error al guardar los datos de LDAP" -#~ msgstr "Fehler beim Speichern der LDAP-Benutzerdaten" - -#~ msgid "Error al actualizar la clave del usuario en la BBDD" -#~ msgstr "Fehler beim Ändern des Benutzer-Passworts in der Datenbank" - -#~ msgid "Login incorrecto" -#~ msgstr "Falscher Login" - -#~ msgid "Cuenta expirada" -#~ msgstr "Konto abgelaufen" - -#~ msgid "El usuario no tiene grupos asociados" -#~ msgstr "Der Benutzer besitzt keine zugewiesene Gruppe" - -#~ msgid "Usuario deshabilitado" -#~ msgstr "Benutzer gesperrt" - -#~ msgid "Error al obtener los datos del usuario de la BBDD" -#~ msgstr "Fehler beim Abrufen der Daten des Benutzers der Datenbank" - -#~ msgid "La clave maestra no ha sido guardada o es incorrecta" -#~ msgstr "Masterpasswort ist nicht sicher oder ist nicht korrekt" - -#~ msgid "Clave maestra incorrecta" -#~ msgstr "Ungültiges Masterpasswort" - -#~ msgid "No hay extensiones permitidas" -#~ msgstr "Dateiendungen sind nicht erlaubt" - -#~ msgid "Tipo de archivo no soportado" -#~ msgstr "Dateityp nicht erlaubt" - -#~ msgid "Archivo inválido" -#~ msgstr "Ungültige Datei" - -#~ msgid "Error interno al leer el archivo" -#~ msgstr "Interner Fehler beim Lesen der Datei" - -#~ msgid "Archivo guardado" -#~ msgstr "Datei gespeichert" - -#~ msgid "No se pudo guardar el archivo" -#~ msgstr "Fehler beim Speichern der Datei" - -#~ msgid "No es un ID de archivo válido" -#~ msgstr "Ungültige Datei-ID" - -#~ msgid "El archivo no existe" -#~ msgstr "Diese Datei existiert nicht" - -#~ msgid "Archivo eliminado" -#~ msgstr "Datei entfernt" - -#~ msgid "Error al eliminar el archivo" -#~ msgstr "Fehler beim Entfernen der Datei" - -#~ msgid "Parámetros incorrectos" -#~ msgstr "Fehlerhafte Parameter" - -#~ msgid "Recuperación de Clave" -#~ msgstr "Wiederherstellung des Passworts" - -#~ msgid "Solicitado para" -#~ msgstr "Anfrage für" - -#~ msgid "Solicitud enviada" -#~ msgstr "Anfrage wurde abgeschickt" - -#~ msgid "En breve recibirá un correo para completar la solicitud." -#~ msgstr "" -#~ "Sie bekommen in Kürze eine E-Mail, um die Anfrage zu vervollständigen." - -#~ msgid "Modificar Clave Usuario" -#~ msgstr "Passwort ändern" - -#~ msgid "La clave es incorrecta o no coincide" -#~ msgstr "Falsches oder nicht übereinstimmendes Passwort" - -#~ msgid "Es necesaria una descripción" -#~ msgstr "Eine Beschreibung ist notwendig" - -#~ msgid "Solicitud de Modificación de Cuenta" -#~ msgstr "Kontoänderung anfragen" - -#~ msgid "Solicitante" -#~ msgstr "Anforderer" - -#~ msgid "Error al actualizar preferencias" -#~ msgstr "Fehler beim Aktualisieren der Einstellungen" - -#~ msgid "Preferencias actualizadas" -#~ msgstr "Einstellungen aktualisiert" - -#~ msgid "La clave maestra no coincide" -#~ msgstr "Master-Passwort stimmt nicht" - -#~ msgid "No es posible acceder directamente a este archivo" -#~ msgstr "Es ist nicht möglich, direkt auf diese Datei zuzugreifen" - -#~ msgid "Error al actualizar el historial" -#~ msgstr "Fehler beim Ändern der Historie" - -#~ msgid "Actualizar Cuenta" -#~ msgstr "Konto ändern" - -#~ msgid "Error al actualizar los grupos secundarios" -#~ msgstr "Fehler beim Ändern der Gruppe" - -#~ msgid "Error al actualizar los usuarios de la cuenta" -#~ msgstr "Fehler beim Aktualisieren der Kontobenutzer" - -#~ msgid "No se pudieron obtener los datos de la cuenta" -#~ msgstr "Fehler beim Laden der Kontodaten" - -#~ msgid "Error al eliminar grupos asociados a la cuenta" -#~ msgstr "Fehler beim Entfernen der Gruppen eines Kontos" - -#~ 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" - -#~ msgid "Error en el módulo de encriptación" -#~ msgstr "Fehler im Verschlüsselungsmodul" - -#~ msgid "Error al obtener las claves de las cuentas" -#~ msgstr "Fehler beim Laden der Kontopasswörter" - -#~ msgid "Fallo al actualizar la clave de la cuenta" -#~ msgstr "Fehler beim Ändern des Kontopassworts" - -#~ msgid "Cuentas actualizadas" -#~ msgstr "Konten wurden aktualisiert" - -#~ msgid "No se pudieron obtener los datos de las cuentas" -#~ msgstr "Es war nicht möglich, die Konten zu laden" - -#~ msgid "Actualizar Clave Maestra (H)" -#~ msgstr "Masterpasswort (H) ändern" - -#~ msgid "La clave maestra del registro no coincide" -#~ msgstr "Masterpasswort stimmt nicht" - -#~ msgid "Fallo al actualizar la clave del histórico" -#~ msgstr "Fehler beim Ändern des Master-Passworts in der Historie" - -#~ msgid "Registros actualizados" -#~ msgstr "Datensätze aktualisiert" - -#~ msgid "Gestión Aplicación" -#~ msgstr "Anwendungsverwaltung" - -#~ msgid "Exportar" -#~ msgstr "Exportieren" - -#~ msgid "Acceso no permitido" -#~ msgstr "Unerlaubter Zugriff" - -#~ msgid "Error de codificación" -#~ msgstr "Verschlüsselungsfehler" - -#~ msgid "La autorización ya existe" -#~ msgstr "Die Autorisierung existiert bereits" - -#~ msgid "Actualizar Autorización" -#~ msgstr "Autorisierung aktualisieren" - -#~ msgid "Usuario no pertenece al grupo" -#~ msgstr "Der Benutzer gehört nicht zur Gruppe" - -#~ msgid "Esta operación sólo es posible en entornos Linux" -#~ msgstr "Diese Funktion ist nur in einer Linux-Umgebung verfügbar" - -#~ msgid "Error al realizar backup en modo compatibilidad" -#~ msgstr "" -#~ "Fehler während der Durchführung der Sicherung im Kompatibilitätsmodus" - -#~ msgid "Compruebe los permisos del directorio de backups" -#~ msgstr "Bitte überprüfen Sie die Zugriffsrechte des Backup-Verzeichnisses" - -#~ msgid "Nombre de categoría duplicado" -#~ msgstr "Kategoriename dupliziert" - -#~ msgid "Error al crear la categoría" -#~ msgstr "Fehler beim Anlegen der Kategorie" - -#~ msgid "Error al eliminar la categoría" -#~ msgstr "Fehler beim Entfernen einer Kategorie" - -#~ msgid "Error al actualizar la categoría" -#~ msgstr "Fehler beim Ändern der Kategorie" - -#~ msgid "Modificar configuración" -#~ msgstr "Konfiguration ändern" - -#~ msgid "Parámetro" -#~ msgstr "Parameter" - -#~ msgid "Valor" -#~ msgstr "Wert" - -#~ msgid "" -#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." -#~ msgstr "" -#~ "Das Master-Password HASH wurde generiert. Es sind keine weiteren Aktionen " -#~ "nötig." - -#~ 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" - -#~ msgid "Registros no actualizados" -#~ msgstr "Datensätze nicht aktualisiert" - -#~ msgid "Cliente duplicado" -#~ msgstr "Kunde bereits vorhanden" - -#~ msgid "Error al crear el cliente" -#~ msgstr "Fehler beim Anlegen des Kunden" - -#~ msgid "Error al actualizar el cliente" -#~ msgstr "Fehler beim Ändern des Kunden" - -#~ msgid "Actualizar Cliente" -#~ msgstr "Kunde ändern" - -#~ msgid "Error al eliminar el cliente" -#~ msgstr "Fehler beim Entfernen des Kunden" - -#~ msgid "No es posible conectar con la BD" -#~ msgstr "Verbindung zum Datenbank-Server kann nicht hergestellt werden" - -#~ msgid "Compruebe los datos de conexión" -#~ msgstr "Bitte überprüfen Sie Ihre Verbindungseinstellungen" - -#~ msgid "Realizado por" -#~ msgstr "Ausgeführt durch" - -#~ msgid "Enviar Email" -#~ msgstr "E-Mail senden" - -#~ msgid "Correo enviado" -#~ msgstr "E-Mail gesendet" - -#~ msgid "Error al enviar correo" -#~ msgstr "Fehler beim Senden der E-Mail" - -#~ msgid "Destinatario" -#~ msgstr "Empfänger" - -#~ msgid "CC" -#~ msgstr "CC" - -#~ msgid "Archivo no subido correctamente" -#~ msgstr "Datei erfolgreich hochgeladen" - -#~ msgid "Verifique los permisos del usuario del servidor web" -#~ msgstr "Bitte überprüfen Sie die Zugriffsberechtigungen des Web-Servers" - -#~ msgid "Compruebe la extensión del archivo" -#~ msgstr "Bitte überprüfen Sie die Dateierweiterung" - -#~ msgid "Compruebe la configuración de PHP para subir archivos" -#~ msgstr "" -#~ "Bitte überprüfen Sie die PHP-Konfiguration zum Hochladen von Dateien" - -#~ msgid "Compruebe los permisos del directorio temporal" -#~ msgstr "" -#~ "Bitte überprüfen Sie die Zugriffsrechte des temporären Verzeichnisses" - -#~ msgid "Error al eliminar los usuarios del grupo" -#~ msgstr "Fehler beim Entfernen von Gruppennutzern" - -#~ msgid "Compruebe el formato del archivo" -#~ msgstr "Bitte überprüfe das Dateiformat" - -#~ msgid "Importación finalizada" -#~ msgstr "Import beendet" - -#~ msgid "La sesión no puede ser inicializada" -#~ msgstr "Sitzung konnte nicht initialisiert werden" - -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "Das \" Verzeichnis \"config\" existiert nicht" - -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "In das Verzeichnis \"config\" kann nicht geschrieben werden" - -#~ msgid "Los permisos del directorio \"/config\" son incorrectos" -#~ msgstr "Die Zugriffsrechte des \"config\"-Verzeichnisses sind falsch" - -#~ msgid "Finalizar sesión" -#~ msgstr "Aus Sitzung ausloggen" - -#~ msgid "Tiempo inactivo" -#~ msgstr "Zeit ohne Aktivität" - -#~ msgid "Tiempo total" -#~ msgstr "Gesamtzeit" - -#~ msgid "Actualización" -#~ msgstr "Aktualisierung" - -#~ msgid "Actualización de versión realizada." -#~ msgstr "Version aktualisiert" - -#~ msgid "Indicar nombre de usuario admin" -#~ msgstr "Benutzernamen des Administrators eingeben" - -#~ msgid "Usuario admin para acceso a la aplicación" -#~ msgstr "Anwendungsadministrator" - -#~ msgid "Indicar la clave de admin" -#~ msgstr "Administratorpasswort eingeben" - -#~ msgid "Clave del usuario admin de la aplicación" -#~ msgstr "Administratorpasswort für die Anwendung" - -#~ msgid "Indicar la clave maestra" -#~ msgstr "Bitte das Masterpasswort eingeben" - -#~ msgid "Clave maestra para encriptar las claves" -#~ msgstr "Masterpasswort zum Verschlüsseln der Passwörter" - -#~ msgid "Clave maestra muy corta" -#~ msgstr "Masterpasswort zu kurz" - -#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -#~ msgstr "Masterpasswort muss mindestens 11 Zeichen lang sein" - -#~ msgid "Indicar el usuario de la BBDD" -#~ msgstr "Geben Sie den Datenbankbenutzer an" - -#~ msgid "Usuario con permisos de administrador de la Base de Datos" -#~ msgstr "Ein Benutzer mit administrativen Rechten in der Datenbank" - -#~ msgid "Indicar el nombre de la BBDD" -#~ msgstr "Datenbankname eingeben" - -#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" -#~ msgstr "Datenbankname der Anwendung, z.B. syspass" - -#~ msgid "El nombre de la BBDD no puede contener \".\"" -#~ msgstr "Name der Datenbank darf keine \".\" enthalten" - -#~ msgid "Elimine los puntos del nombre de la Base de Datos" -#~ msgstr "Bitte entfernen Sie die Punkte aus dem Datenbanknamen" - -#~ msgid "Indicar el servidor de la BBDD" -#~ msgstr "Geben Sie den Datenbank-Server an" - -#~ msgid "Servidor donde se instalará la Base de Datos" -#~ msgstr "Server, auf dem die Datenbank installiert wird" - -#~ msgid "No es posible comprobar el usuario de sysPass" -#~ msgstr "Überprüfung des sysPass Nutzers nicht möglich" - -#~ msgid "Compruebe los permisos del usuario de conexión a la BD" -#~ msgstr "" -#~ "Bitte die Berechtigungen des Benutzers der Datenbankverbindung überprüfen" - -#~ msgid "La BBDD ya existe" -#~ msgstr "Datenbank existiert bereits" - -#~ msgid "Indique una nueva Base de Datos o elimine la existente" -#~ msgstr "" -#~ "Bitte neuen Datenbanknamen eingeben oder die bestehende Datenbank " -#~ "entfernen" - -#~ msgid "Error al crear la BBDD" -#~ msgstr "Fehler beim Erstellen der Datenbank" - -#~ msgid "Verifique los permisos del usuario de la Base de Datos" -#~ msgstr "Bitte überprüfen Sie die Datenbank-Zugriffsberechtigungen" - -#~ msgid "El archivo de estructura de la BBDD no existe" -#~ msgstr "Datei mit Datenbank-Schema existiert nicht" - -#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -#~ msgstr "" -#~ "Anwendungsdatenbank kann nicht angelegt werden. Bitte erneut herunterladen" - -#~ msgid "Error al seleccionar la BBDD" -#~ msgstr "Fehler bei der Auswahl der Datenbank" - -#~ msgid "" -#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " -#~ "los permisos y que no exista." -#~ msgstr "" -#~ "Datenbank kann nicht gefunden werden. Überprüfen Sie die Berechtigung." - -#~ msgid "Error al crear la estructura de la Base de Datos." -#~ msgstr "Fehler beim Anlegen der Datenbankstruktur" - -#~ msgid "Informe al desarrollador" -#~ msgstr "Fehlermeldung an Entwickler senden" - -#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" -#~ msgstr "Fehler beim Ändern des Master-Passworts des Benutzers \"admin\"" - -#~ msgid "No es posible conectar con el servidor de LDAP" -#~ msgstr "Verbindung zum LDAP-Server kann nicht hergestellt werden" - -#~ msgid "Error al conectar (BIND)" -#~ msgstr "LDAP-Verbindungsfehler (BIND)" - -#~ msgid "Error al buscar objetos en DN base" -#~ msgstr "Fehler beim Suchen nach Objekten in der Base-DN" - -#~ msgid "Error al buscar RDN de grupo" -#~ msgstr "Fehler beim Suchen nach Gruppen-RDN" - -#~ msgid "Error al localizar el usuario en LDAP" -#~ msgstr "Fehler beim Suchen des Benutzers in LDAP" - -#~ msgid "Error al buscar el grupo de usuarios" -#~ msgstr "Fehler beim Suchen nach Benutzergruppe" - -#~ msgid "Usuario verificado en grupo" -#~ msgstr "Benutzer in Gruppe verifiziert" - -#~ msgid "Vaciar Eventos" -#~ msgstr "Ereignisse löschen" - -#~ msgid "Cliente no encontrado" -#~ msgstr "Kunde nicht gefunden" - -#~ msgid "Error al obtener los usuarios" -#~ msgstr "Fehler beim Laden der Benutzer" - -#~ msgid "Migrar Perfiles" -#~ msgstr "Profile migrieren" - -#~ msgid "Error al obtener perfiles" -#~ msgstr "Fehler beim Abrufen von Profilen" - -#~ msgid "Operación realizada correctamente" -#~ msgstr "Operation erfolgreich ausgeführt" - -#~ msgid "Fallo al realizar la operación" -#~ msgstr "Fehler beim Durchführen der Operation" - -#~ msgid "Formato de XML inválido" -#~ msgstr "Falsches XML-Format" - -#~ msgid "Error al aplicar la actualización de la Base de Datos" -#~ msgstr "Fehler beim Aktualisieren der Datenbank" - -#~ msgid "Compruebe el registro de eventos para más detalles" -#~ msgstr "Bitte schauen Sie in das Protokoll für weitere Details" - -#~ msgid "Error al aplicar la actualización auxiliar" -#~ msgstr "Ein Fehler ist beim Update aufgetreten" - -#~ msgid "Actualizar BBDD" -#~ msgstr "Datenbank aktualisieren" - -#~ msgid "No es necesario actualizar la Base de Datos." -#~ msgstr "Es ist nicht notwendig, die Datenbank zu aktualisieren." - -#~ msgid "Actualización de la Base de Datos realizada correctamente." -#~ msgstr "Die Aktualisierung der Datenbank war erfolgreich." - -#~ msgid "Actualizar Configuración" -#~ msgstr "Konfiguration aktualisieren" - -#~ msgid "No se pudo realizar la petición de cambio de clave." -#~ msgstr "Die Passwortänderung Anfrage konnte nicht ausgeführt werden." - -#~ msgid "Usuario de LDAP" -#~ msgstr "LDAP-Benutzer" - -#~ msgid "Activación Cuenta" -#~ msgstr "Kontoaktivierung" - -#~ msgid "Su cuenta está pendiente de activación." -#~ msgstr "Ihre Kontoaktivierung steht noch aus." - -#~ msgid "En breve recibirá un email de confirmación." -#~ msgstr "Sie bekommen in Kürze eine Bestätigungs-Mail." - -#~ msgid "Nuevo usuario de LDAP" -#~ msgstr "Neuer LDAP Benutzer" - -#~ msgid "Error al migrar grupo del usuario" -#~ msgstr "Migrieren der Nutzergruppen ist fehlgeschlagen" - -#~ msgid "Versión de PHP requerida >= " -#~ msgstr "Benötige PHP Version >=" - -#~ msgid "" -#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" -#~ msgstr "" -#~ "Bitte aktualisieren Sie ihre PHP-Version, damit sysPass korrekt " -#~ "funktionieren kann." - -#~ msgid "Exportar XML" -#~ msgstr "XML Export" - -#~ msgid "Error al crear el archivo XML" -#~ msgstr "Fehler beim Erstellen der XML-Datei" - -#~ msgid "No es posible procesar el archivo XML" -#~ msgstr "XML-Datei kann nicht verarbeitet werden" - -#~ msgid "Archivo XML no soportado" -#~ msgstr "XML-Datei wird nicht unterstützt" - -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "" -#~ "Die Anwendung, von der die Daten exportiert wurden, kann nicht " -#~ "festgestellt werden" - -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Ereignisprotokoll entfernt" - -#~ msgid "Error al vaciar el registro de eventos" -#~ msgstr "Fehler beim Entfernen des Ereignisprotokolls" - -#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -#~ msgstr "" -#~ "Die PHP-Version ist verwundbar für 'NULL Byte attack (CVE-2006-7243)'" - -#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" -#~ msgstr "" -#~ "Bitte aktualisieren Sie ihre PHP Installation, um sysPass sicher " -#~ "betreiben zu können." - -#~ msgid "No se encuentra el generador de números aleatorios." -#~ msgstr "Zufallszahlengenerator konnte nicht gefunden werden" - -#~ msgid "" -#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -#~ msgstr "" -#~ "Ohne diese Funktion könnte an Angreifer Ihren Zugang oder Ihr Passwort " -#~ "zurücksetzen." - -#~ msgid "Instalación finalizada" -#~ msgstr "Installation beendet" - -#~ msgid "Descargar nueva versión" -#~ msgstr "Neu Version herunterladen" - -#~ msgid "Token de autorización visualizado" -#~ msgstr "Berechtigungstoken angesehen" - -#~ msgid "Autorizaciones" -#~ msgstr "Berechtigungen" - -#~ msgid "Hablitar edición" -#~ msgstr "Erlaube Änderungen" - -#~ msgid "Usuarios Secundarios" -#~ msgstr "Sekundäre Benutzer" - -#~ msgid "Grupos Secundarios" -#~ msgstr "Sekundärgruppe" - -#~ msgid "Modificar Cuenta" -#~ msgstr "Konto ändern" - -#~ msgid "Se permite un máximo de 4 caracteres." -#~ msgstr "Maximal 4 Zeichen erlaubt." - -#~ msgid "Primera página" -#~ msgstr "Erste Seite" - -#~ msgid "Página anterior" -#~ msgstr "Vorherige Seite" - -#~ msgid "Página siguiente" -#~ msgstr "Nächste Seite" - -#~ msgid "Última página" -#~ msgstr "Letzte Seite" - -#~ msgid "Comprobar" -#~ msgstr "Überprüfen" - -#~ msgid "Cambiar Clave" -#~ msgstr "Passwort ändern" - -#~ msgid "Añadir" -#~ msgstr "Hinzufügen" - -#~ msgid "Abrir enlace a" -#~ msgstr "Öffne Verweis nach" - -#~ msgid "Limpiar" -#~ msgstr "Entfernen" - -#~ msgid "Parámetros especiales:" -#~ msgstr "Spezialparameter" - -#~ msgid "Realizar" -#~ msgstr "Ausführen" - -#~ msgid "Extensión" -#~ msgstr "Erweiterung" - -#~ msgid "Tamaño de archivo superado" -#~ msgstr "Dateigröße erreicht" - -#~ msgid "Solicitud no enviada" -#~ msgstr "Anfrage wurde nicht abgeschickt" - -#~ msgid "Compruebe datos de usuario o consulte con el administrador" -#~ msgstr "" -#~ "Bitte überprüfen Sie die Benutzerdaten oder kontaktieren Sie den " -#~ "Administrator" - -#~ msgid "La cuenta no existe" -#~ msgstr "Das Konto existiert nicht" - -#~ msgid "Errores" -#~ msgstr "Fehler" - -#~ msgid "Error al añadir favorito" -#~ msgstr "Fehler beim Hinzufügen des Favoriten" - -#~ msgid "Error al eliminar favorito" -#~ msgstr "Fehler beim Entfernen des Favoriten" - -#~ msgid "Error al eliminar las etiquetas de la cuenta" -#~ msgstr "Fehler beim Entfernen von Tags des Kontos" - -#~ msgid "Método inválido" -#~ msgstr "Ungültige Methode" - -#~ msgid "Datos inválidos" -#~ msgstr "Ungültige Daten" - -#~ msgid "Formato incorrecto" -#~ msgstr "Falsches Format" - -#~ msgid "Nombre de categoría a buscar" -#~ msgstr "Zu suchender Kategoriename" - -#~ msgid "Nombre de cliente a buscar" -#~ msgstr "Zu suchender Kundenname" - -#~ msgid "Método ya inicializado" -#~ msgstr "Funktion bereits initialisiert" - -#~ msgid "Método no disponible" -#~ msgstr "Funktion nicht verfügbar" - -#~ msgid "Los parámetros de DokuWiki no están configurados" -#~ msgstr "DokuWiki Einstellungen sind nicht konfiguriert" - -#~ msgid "Error" -#~ msgstr "Fehler" - -#~ msgid "Conexión correcta" -#~ msgstr "Verbindung erfolgreich" - -#~ msgid "Error de conexión a DokuWiki" -#~ msgstr "Fehler beim Verbinden mit DokuWiki" - -#~ msgid "Faltan parámetros de syslog remoto" -#~ msgstr "Fehlende Remote Syslog Parameter" - -#~ msgid "Syslog remoto deshabilitado" -#~ msgstr "Remote Syslog deaktiviert" - -#~ msgid "Error al guardar la configuración" -#~ msgstr "Fehler beim Speichern der Konfiguration" - -#~ msgid "Faltan parámetros de DokuWiki" -#~ msgstr "Fehlende DokuWiki Parameter" - -#~ msgid "DokuWiki habiltada" -#~ msgstr "DokuWiki aktiviert" - -#~ msgid "DokuWiki deshabilitada" -#~ msgstr "DokuWiki deaktiviert" - -#~ msgid "Enlace creado" -#~ msgstr "Link erstellt" - -#~ msgid "Enlace actualizado" -#~ msgstr "Link aktualisiert" - -#~ msgid "Enlace eliminado" -#~ msgstr "Link entfernt" - -#~ msgid "Plugin habilitado" -#~ msgstr "Plugin aktiviert" - -#~ msgid "Plugin deshabilitado" -#~ msgstr "Plugin deaktiviert" - -#~ msgid "Plugin restablecido" -#~ msgstr "Plugin zurückgesetzt" - -#~ msgid "Favorito añadido" -#~ msgstr "Favorit hinzugefügt" - -#~ msgid "Favorito eliminado" -#~ msgstr "Favorit entfernt" - -#~ msgid "Importación de usuarios de LDAP realizada" -#~ msgstr "LDAP-Benutzerimport abgeschlossen" - -#~ msgid "Error al importar usuarios de LDAP" -#~ msgstr "Fehler beim Import von LDAP-Benutzern" - -#~ msgid "Notificación leída" -#~ msgstr "Benachrichtigung gelesen" - -#~ msgid "Notificación eliminada" -#~ msgstr "Benachrichtigung entfernt" - -#~ msgid "Solicitud enviada por correo" -#~ msgstr "Anfrage per E-Mail gesendet" - -#~ msgid "Solicitud no enviada por correo" -#~ msgstr "Anfrage nicht per E-Mail gesendet" - -#~ msgid "Solicitud realizada" -#~ msgstr "Anfrage erledigt" - -#~ msgid "Detalles de Plugin" -#~ msgstr "Plugin Details" - -#~ msgid "Error al obtener la clave maestra del usuario" -#~ msgstr "Fehler beim Abrufen des Master-Passworts" - -#~ msgid "Es necesaria su clave anterior" -#~ msgstr "Ihr altes Passwort wird benötigt" - -#~ msgid "Servidor LDAP" -#~ msgstr "LDAP-Server" - -#~ msgid "Buscar Categorías" -#~ msgstr "Kategorien suchen" - -#~ msgid "Añadir Categoría" -#~ msgstr "Kategorie hinzufügen" - -#~ msgid "Buscar Clientes" -#~ msgstr "Kunden suchen" - -#~ 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" - -#~ msgid "Indicar la clave de la BBDD" -#~ msgstr "Bitte geben Sie das Passwort für die Datenbank ein" - -#~ msgid "Clave del usuario administrador de la Base de Datos" -#~ msgstr "Passwort des Datenbankadministrators" - -#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" -#~ msgstr "" -#~ "Fehler beim Erstellen des Benutzers '%s' für die Datenbankverbindung" - -#~ msgid "La BBDD no existe" -#~ msgstr "Die Datenbank existiert nicht" - -#~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "Sie müssen es erstellen und die nötigen Rechte zuweisen" - -#~ msgid "La plantilla no contiene archivos" -#~ msgstr "Vorlage enthält keine Dateien" - -#~ msgid "Error al actualizar la configuración" -#~ msgstr "Es ist ein Fehler beim Aktualisieren der Konfiguration aufgetreten" - -#~ msgid "Usuario no indicado" -#~ msgstr "Benutzer nicht gesetzt" - -#~ msgid "Acción no indicada" -#~ msgstr "Aktion nicht gesetzt" - -#~ msgid "Es necesario un nombre de etiqueta" -#~ msgstr "Es wird ein Tag-Name benötigt" - -#~ msgid "Respuesta XML-RPC inválida" -#~ msgstr "Ungültige XML-RPC Antwort" - -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "Kategorie-ID nicht definiert. Konto kann nicht importiert werden." - -#~ msgid "Id de cliente no definido. No es posible importar cuenta." -#~ msgstr "Kunden-ID nicht definiert. Kunde kann nicht importiert werden." - -#~ msgid "Clave de encriptación no indicada" -#~ msgstr "Verschlüsselungspasswort wurde nicht definiert" - -#~ msgid "Extensión '%s' no cargada" -#~ msgstr "Erweiterung %s ist nicht geladen" - -#~ msgid "Categoría duplicada" -#~ msgstr "Doppelte Kategorie" - -#~ msgid "Categoría no encontrada" -#~ msgstr "Kategorie nicht gefunden" - -#~ msgid "Error al crear el campo personalizado" -#~ msgstr "Fehler beim Anlegen des Benutzerfelds" - -#~ msgid "Error al eliminar el campo personalizado" -#~ msgstr "Fehler beim Entfernen des Benutzerfelds" - -#~ msgid "Error al actualizar el campo personalizado" -#~ msgstr "Fehler beim Aktualisieren des Benutzerfelds" - -#~ msgid "Campo personalizado no encontrado" -#~ msgstr "Kein Nutzerfeld gefunden" - -#~ msgid "No se encontraron campos personalizados" -#~ msgstr "Keine Nutzerfelder gefunden" - -#~ msgid "No hay datos de campos personalizados" -#~ msgstr "Keine Daten aus benutzerdefinierten Feldern" - -#~ msgid "Error al migrar campos personalizados" -#~ msgstr "Fehler beim Migrieren von Nutzerfeldern" - -#~ msgid "Archivo subido" -#~ msgstr "Datei hochgeladen" - -#~ msgid "Grupo en uso" -#~ msgstr "Gruppe wird verwendet" - -#~ msgid "Actualizar Grupo" -#~ msgstr "Gruppe aktualisieren" - -#~ msgid "Error al asignar los usuarios al grupo" -#~ msgstr "Fehler beim Festlegen von Benutzern in der Gruppe" - -#~ msgid "Error al crear la notificación" -#~ msgstr "Fehler beim Hinzufügen der Benachrichtigung" - -#~ msgid "Error al eliminar la notificación" -#~ msgstr "Fehler beim Entfernen der Benachrichtigung" - -#~ msgid "Error al modificar la notificación" -#~ msgstr "Fehler beim Aktualisieren der Benachrichtigung" - -#~ msgid "Error al obtener la notificación" -#~ msgstr "Fehler beim Abrufen der Benachrichtigung" - -#~ msgid "Error al obtener las notificaciones" -#~ msgstr "Fehler beim Abrufen der Benachrichtigungen" - -#~ msgid "Error al crear el plugin" -#~ msgstr "Fehler beim Hinzufügen des Plugins" - -#~ msgid "Error al eliminar el plugin" -#~ msgstr "Fehler beim Entfernen des Plugins" - -#~ msgid "Error al actualizar el plugin" -#~ msgstr "Fehler beim Aktualisieren des Plugins" - -#~ msgid "Habilitado" -#~ msgstr "Aktiviert" - -#~ msgid "Error al crear perfil" -#~ msgstr "Fehler beim Erstellen des Profils" - -#~ msgid "Perfil en uso" -#~ msgstr "Profil in Verwendung" - -#~ msgid "Error al eliminar perfil" -#~ msgstr "Fehler beim Entfernen des Profils" - -#~ msgid "Error al modificar perfil" -#~ msgstr "Fehler beim Aktualisieren des Profils" - -#~ msgid "Enlace visualizado" -#~ msgstr "Link angesehen" - -#~ msgid "Error al actualizar enlace" -#~ msgstr "Fehler beim Aktualisieren des Links" - -#~ msgid "Enlace ya creado" -#~ msgstr "Link bereits erstellt" - -#~ msgid "Error al crear enlace" -#~ msgstr "Fehler beim Erstellen des Links" - -#~ msgid "Error al eliminar enlace" -#~ msgstr "Fehler beim Entfernen des Links" - -#~ msgid "Error al renovar enlace" -#~ msgstr "Fehler beim Erneuern des Links" - -#~ msgid "Actualizar Enlace" -#~ msgstr "Link aktualisieren" - -#~ msgid "Error al obtener enlace" -#~ msgstr "Fehler beim Abrufen des Links" - -#~ msgid "ON" -#~ msgstr "EIN" - -#~ msgid "OFF" -#~ msgstr "AUS" - -#~ msgid "Etiqueta duplicada" -#~ msgstr "Tag bereits vorhanden" - -#~ msgid "Error al crear etiqueta" -#~ msgstr "Fehler beim Anlegen des Tags" - -#~ msgid "Error al eliminar etiqueta" -#~ msgstr "Fehler beim Entfernen des Tags" - -#~ msgid "Error al actualizar etiqueta" -#~ msgstr "Fehler beim Aktualisieren des Tags" - -#~ msgid "Error al obtener etiqueta" -#~ msgstr "Fehler beim Abrufen des Tags" - -#~ msgid "Login/email de usuario duplicados" -#~ msgstr "Benutzerlogin/E-Mail bereits vorhanden" - -#~ msgid "Error al obtener los datos del usuario" -#~ msgstr "Fehler beim Abrufen der Benutzerdaten" - -#~ msgid "No se encontraron objetos para sincronizar" -#~ msgstr "Es gibt keine zu synchronisierenden Objekte" - -#~ msgid "Sincronización finalizada" -#~ msgstr "Synchronisation abgeschlossen" - -#~ msgid "Error al migrar cuenta de usuario" -#~ msgstr "Fehler beim Migrieren des Benutzerkontos" - -#~ msgid "Error al obtener grupo de usuarios" -#~ msgstr "Fehler beim Abrufen der Gruppen des Benutzers" - -#~ msgid "Error en comprobación de hash" -#~ msgstr "Fehler beim Überprüfen des Hashwertes" - -#~ msgid "Hash inválido o expirado" -#~ msgstr "Ungültiger oder abgelaufener Hashwert" - -#~ msgid "Error al generar el hash de recuperación" -#~ msgstr "Fehler beim Erstellen des Hashwertes zur Wiederherstellung" - -#~ msgid "Actualizando preferencias" -#~ msgstr "Einstellungen aktualisieren" - -#~ msgid "No es posible leer/escribir el archivo: %s" -#~ msgstr "Datei %s konnte nicht gelesen/geschrieben werden" - -#~ msgid "No hay elementos para guardar" -#~ msgstr "Keine zu speichernden Elemente vorhanden" - -#~ msgid "Socket no inicializado" -#~ msgstr "Socket nicht initialisiert" - -#~ msgid "Error al enviar datos" -#~ msgstr "Fehler beim Senden der Daten" - -#~ msgid "Respuesta" -#~ msgstr "Antwort" - -#~ msgid "Ver Detalles" -#~ msgstr "Details anschauen" - -#~ msgid "Copiar" -#~ msgstr "Kopieren" - -#~ msgid "Restaurar" -#~ msgstr "Wiederherstellen" - -#~ msgid "Descargar" -#~ msgstr "Download" - -#~ msgid "Crítico" -#~ msgstr "Kritisch" - -#~ msgid "Accesos" -#~ msgstr "Zugriffe" - -#~ msgid "Cuentas Vinculadas" -#~ msgstr "Verbundene Konten" - -#~ msgid "Origen" -#~ msgstr "Quelle" - -#~ msgid "Agente" -#~ msgstr "Agent" - -#~ msgid "Crear Usuario" -#~ msgstr "Benutzer hinzufügen" - -#~ msgid "Actualizar Usuario" -#~ msgstr "Benutzer aktualisieren" - -#~ msgid "Actualizar Clave Usuario" -#~ msgstr "Benutzerpasswort aktualisieren" - -#~ msgid "Crear Grupo" -#~ msgstr "Gruppe hinzufügen" - -#~ msgid "Crear Perfil" -#~ msgstr "Profile hinzufügen" - -#~ msgid "Actualizar Perfil" -#~ msgstr "Profil aktualisieren" - -#~ msgid "Crear Cliente" -#~ msgstr "Kunden hinzufügen" - -#~ msgid "Crear Categoría" -#~ msgstr "Kategorie hinzufügen" - -#~ msgid "Actualizar Categoría" -#~ msgstr "Kategorie aktualisieren" - -#~ msgid "Crear Autorización" -#~ msgstr "Berechtigung hinzufügen" - -#~ msgid "Crear Campo" -#~ msgstr "Feld hinzufügen" - -#~ msgid "Actualizar Campo" -#~ msgstr "Feld aktualisieren" - -#~ msgid "Crear Enlace" -#~ msgstr "Link hinzufügen" - -#~ msgid "Crear Etiqueta" -#~ msgstr "Tag hinzufügen" - -#~ msgid "Actualizar Etiqueta" -#~ msgstr "Tag aktualisieren" - -#~ msgid "Actualizar Plugin" -#~ msgstr "Plugin aktualisieren" - -#~ msgid "Crear Cuenta" -#~ msgstr "Konto hinzufügen" - -#~ msgid "Usuarios importados" -#~ msgstr "Importierte Benutzer" - -#~ msgid "Acceso denegado" -#~ msgstr "Zugang verweigert" - -#~ msgid "Error al añadir las etiquetas de la cuenta" -#~ msgstr "Fehler beim Hinzufügen von Konto-Tags" - -#~ msgid "Grupos eliminados" -#~ msgstr "Gruppen entfernt" - -#~ msgid "Perfiles eliminados" -#~ msgstr "Profile entfernt" - -#~ msgid "Clientes eliminados" -#~ msgstr "Kunden entfernt" - -#~ msgid "Categorías eliminadas" -#~ msgstr "Kategorien entfernt" - -#~ msgid "Autorizaciones eliminadas" -#~ msgstr "Berechtigungen entfernt" - -#~ msgid "Campos eliminados" -#~ msgstr "Felder entfernt" - -#~ msgid "Enlaces eliminados" -#~ msgstr "Links entfernt" - -#~ msgid "Etiquetas eliminadas" -#~ msgstr "Tags entfernt" - -#~ msgid "Archivos eliminados" -#~ msgstr "Dateien entfernt" - -#~ msgid "Cuentas eliminadas" -#~ msgstr "Konten entfernt" - -#~ msgid "Notificación creada" -#~ msgstr "Benachrichtigung erstellt" - -#~ msgid "Notificaciones eliminadas" -#~ msgstr "Benachrichtigungen entfernt" - -#~ msgid "Usando clave temporal" -#~ msgstr "Temporäres Passwort verwenden" - -#~ msgid "Clave temporal caducada" -#~ msgstr "Temporäres Passwort abgelaufen" - -#~ msgid "Sesión" -#~ msgstr "Sitzung" - -#~ msgid "Error al comprobar la base de datos" -#~ msgstr "Fehler beim Überprüfen der Datenbank" - -#~ msgid "Intente de nuevo la instalación" -#~ msgstr "Bitte die Installation erneut versuchen" - -#~ msgid "Es necesario un componente" -#~ msgstr "Eine Komponente wird benötigt" - -#~ msgid "Es necesario un tipo" -#~ msgstr "Ein Typ wird benötigt" - -#~ msgid "Es necesario un destinatario" -#~ msgstr "Ein Ziel ist erforderlich" - -#~ msgid "Error procesando línea" -#~ msgstr "Fehler beim Verarbeiten der Zeile" - -#~ msgid "Cuentas importadas" -#~ msgstr "Konten importiert" - -#~ msgid "Archivo no encontrado" -#~ msgstr "Datei nicht gefunden" - -#~ msgid "Grupo no encontrado" -#~ msgstr "Gruppe nicht gefunden" - -#~ msgid "Notificación no encontrada" -#~ msgstr "Benachrichtigung nicht gefunden" - -#~ msgid "Plugin no encontrado" -#~ msgstr "Plugin nicht gefunden" - -#~ msgid "Perfil no encontrado" -#~ msgstr "Profil nicht gefunden" - -#~ msgid "Enlace no encontrado" -#~ msgstr "Link nicht gefunden" - -#~ msgid "Etiqueta no encontrada" -#~ msgstr "Tag nicht gefunden" - -#~ msgid "Usuario no encontrado" -#~ msgstr "Benutzer nicht gefunden" - -#~ msgid "Consulta en blanco" -#~ msgstr "Leere Anfrage" - -#~ msgid "No es posible iniciar una transacción" -#~ msgstr "Eine Transaktion konnte nicht gestartet werden" - -#~ msgid "No es posible finalizar una transacción" -#~ msgstr "Eine Transaktion konnte nicht abgeschlossen werden" - -#~ msgid "Cuenta no encontrada" -#~ msgstr "Konto nicht gefunden" - -#~ msgid "Hash de clave maestra actualizado" -#~ msgstr "Masterpasswort-Hashwert aktualisiert" - -#~ msgid "Error al actualizar el hash de la clave maestra" -#~ msgstr "Fehler beim Aktualisieren des Masterpasswort-Hashwerts" - -#~ msgid "Usuarios eliminados" -#~ msgstr "Benutzer entfernt" - -#~ msgid "Notificación actualizada" -#~ msgstr "Benachrichtigung aktualisiert" - -#~ msgid "Restricción de integridad" -#~ msgstr "Integritätsbedingung" - -#~ msgid "Clave de encriptación incorrecta" -#~ msgstr "Falsches Verschlüsselungspasswort" - -#~ msgid "Código de seguridad incorrecto" -#~ msgstr "Falscher Sicherheitscode" - -#~ msgid "Es necesario confirmar la actualización" -#~ msgstr "Bitte bestätigen Sie das Update" - -#~ msgid "En 5 segundos será redirigido al login" -#~ msgstr "Sie werden in 5 Sekunden zur Anmeldeseite umgeleitet" - -#~ msgid "Error al aplicar la actualización de la aplicación" -#~ msgstr "Während des Updates ist ein Fehler aufgetreten" - -#~ msgid "Intentos excedidos" -#~ msgstr "Versuche überschritten" - -#~ msgid "Token no encontrado" -#~ msgstr "Token nicht gefunden" - -#~ msgid "Error al crear track" -#~ msgstr "Fehler beim Erstellen des Tracks" - -#~ msgid "Error al eliminar track" -#~ msgstr "Fehler beim Entfernen des Tracks" - -#~ msgid "Error al actualizar track" -#~ msgstr "Fehler beim Aktualisieren der Spur" - -#~ msgid "Error al obtener track" -#~ msgstr "Fehler beim Empfangen des Tracks" - -#~ msgid "Error al obtener tracks" -#~ msgstr "Fehler beim Empfangen der Tracks" - -#~ msgid "Actualizando IDs de cuentas" -#~ msgstr "Aktualisiere die ID der Konten" - -#~ msgid "Actualizando IDs de categorías" -#~ msgstr "Aktualisiere die ID der Kategorien" - -#~ msgid "Actualizando IDs de clientes" -#~ msgstr "Aktualisiere die ID der Kunden" - -#~ msgid "Actualizando IDs de grupos" -#~ msgstr "Aktualisiere die ID der Gruppen" - -#~ msgid "Actualizando IDs de perfil" -#~ msgstr "Aktualisiere die ID der Profile" - -#~ msgid "Actualizando IDs de usuarios" -#~ msgstr "Aktualisiere die ID der Benutzer" - -#~ msgid "Acción no encontrada" -#~ msgstr "Aktion nicht gefunden" - -#~ msgid "Contexto ya inicializado" -#~ msgstr "Der Kontext ist bereits initialisiert" - -#~ msgid "Contexto inválido" -#~ msgstr "Ungültiger Kontext" - -#~ msgid "Contexto no inicializado" -#~ msgstr "Kontext wurde nicht initialisiert" - -#~ msgid "Clase no válida para iconos" -#~ msgstr "Ungültige Symbolklasse" - -#~ msgid "Tipo de filtro inválido" -#~ msgstr "Ungültiger Filtertyp" - -#~ msgid "Tipo de objeto incorrecto" -#~ msgstr "Falscher Objekttyp" - -#~ msgid "No es posible inicializar" -#~ msgstr "Kann nicht initialisiert werden" - -#~ msgid "Error al eliminar los archivos" -#~ msgstr "Fehler beim Entfernen der Dateien" - -#~ msgid "Error al eliminar las cuentas" -#~ msgstr "Fehler beim Entfernen der Konten" - -#~ msgid "Error al eliminar la categorías" -#~ msgstr "Fehler beim Entfernen der Kategorien" - -#~ msgid "Error al eliminar los clientes" -#~ msgstr "Fehler beim Entfernen der Kunden" - -#~ msgid "Error al eliminar los campos personalizados" -#~ msgstr "Fehler beim Entfernen der benutzerdefinierten Felder" - -#~ msgid "Error al crear el tipo de campo" -#~ msgstr "Fehler beim Erstellen des Feldtyps" - -#~ msgid "Error al actualizar el tipo de campo" -#~ msgstr "Fehler beim Aktualisieren des Feldtyps" - -#~ msgid "Error al eliminar el tipo de campo" -#~ msgstr "Fehler beim Entfernen des Feldtyps" - -#~ msgid "Error al eliminar las notificaciones" -#~ msgstr "Fehler beim Entfernen der Benachrichtigungen" - -#~ msgid "El enlace no existe" -#~ msgstr "Der Link existiert nicht" - -#~ msgid "Error al eliminar etiquetas" -#~ msgstr "Fehler beim Entfernen der Tags" - -#~ msgid "Error al eliminar los usuarios" -#~ msgstr "Fehler beim Entfernen der Benutzer" - -#~ msgid "El usuario no existe" -#~ msgstr "Der Benutzer existiert nicht" - -#~ msgid "Error al eliminar los perfiles" -#~ msgstr "Fehler beim Entfernen der Profile" - -#~ msgid "Error al eliminar archivos" -#~ msgstr "Fehler beim Entfernen der Dateien" - -#~ msgid "Fomato incorrecto" -#~ msgstr "Ungültiges Format" - -#~ msgid "Error al eliminar tokens" -#~ msgstr "Fehler beim Entfernen der Token" - -#~ msgid "Copiando base de datos" -#~ msgstr "Datenbank kopieren" - -#~ msgid "Copiando aplicación" -#~ msgstr "Anwendung kopieren" - -#~ msgid "Rollback" -#~ msgstr "Rollback" - -#~ msgid "Error al comprobar clave temporal" -#~ msgstr "Fehler beim Überprüfen des temporären Passworts" - -#~ msgid "Campo no encontrado" -#~ msgstr "Feld nicht gefunden" - -#~ msgid "Error al eliminar los campos" -#~ msgstr "Fehler beim Entfernen der Felder" - -#~ msgid "Exportando categorías" -#~ msgstr "Kategorien exportieren" - -#~ msgid "Exportando clientes" -#~ msgstr "Kunden exportieren" - -#~ msgid "Exportando etiquetas" -#~ msgstr "Tags exportieren" - -#~ msgid "Exportando cuentas" -#~ msgstr "Konten exportieren" - -#~ msgid "Cuenta importada" -#~ msgstr "Konto importiert" - -#~ msgid "Importación XML KeePass" -#~ msgstr "KeePass XML-Import" - -#~ msgid "Categoría importada" -#~ msgstr "Kategorie importiert" - -#~ msgid "Importación XML sysPass" -#~ msgstr "sysPass XML-Import" - -#~ msgid "Datos desencriptados" -#~ msgstr "Daten unverschlüsselt" - -#~ msgid "Cliente importado" -#~ msgstr "Kunde importiert" - -#~ msgid "Etiqueta importada" -#~ msgstr "Tag importiert" - -#~ msgid "Formato no detectado" -#~ msgstr "Format nicht erkannt" - -#~ msgid "Not implemented" -#~ msgstr "Nicht implementiert" - -#~ msgid "Prueba de correo" -#~ msgstr "E-Mail-Test" - -#~ msgid "" -#~ "Esto es una prueba de correo para verificar el correcto funcionamiento de " -#~ "la configuración." -#~ msgstr "" -#~ "Dies ist eine Test-E-Mail, um zu überprüfen, ob die Konfiguration richtig " -#~ "funktioniert." - -#~ msgid "Error al eliminar los enlaces" -#~ msgstr "Fehler beim Entfernen der Links" - -#~ msgid "Segundos" -#~ msgstr "Sekunden" - -#~ msgid "Actualizar Aplicación" -#~ msgstr "Anwendungsupdate" - -#~ msgid "Actualización de campos personalizados" -#~ msgstr "Benutzerdefinierte Felder aktualisieren" - -#~ msgid "Campo" -#~ msgstr "Feld" - -#~ msgid "Actualización de enlaces públicos" -#~ msgstr "Öffentliche Links werden aktualisiert" - -#~ msgid "Enlace" -#~ msgstr "Link" - -#~ msgid "Error al eliminar los grupos" -#~ msgstr "Fehler beim Entfernen der Gruppen" - -#~ msgid "Error al leer datos del archivo (%s)" -#~ msgstr "Fehler beim Lesen der Datei (%s)" - -#~ msgid "Error al eliminar el archivo (%s)" -#~ msgstr "Fehler beim Löschen der Datei (%s)" - -#~ msgid "No es posible leer/escribir el archivo (%s)" -#~ msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" - -#~ msgid "Error al escribir datos en el archivo (%s)" -#~ msgstr "Fehler beim Schreiben von Daten in Datei (%s)" - -#~ msgid "Cuenta visualizada" -#~ msgstr "Konto angezeigt" - -#~ msgid "Clave visualizada" -#~ msgstr "Passwort angesehen" - -#~ msgid "Exportación de sysPass en XML" -#~ msgstr "sysPass XML-Export" - -#~ msgid "Etiqueta" -#~ msgstr "Tag" - -#~ msgid "Es necesario actualizar" -#~ msgstr "Update benötigt" - -#~ msgid "HTTPS" -#~ msgstr "HTTPS" - -#~ msgid "Clave copiada" -#~ msgstr "Passwort kopiert" - -#~ msgid "Archivo visualizado" -#~ msgstr "Datei angesehen" - -#~ msgid "Archivo descargado" -#~ msgstr "Datei heruntergeladen" - -#~ msgid "Archivo: %s" -#~ msgstr "Datei: %s" - -#~ msgid "Máximo tamaño: %s" -#~ msgstr "Maximale Dateigröße: %s" - -#~ msgid "Máximo tamaño: %d KB" -#~ msgstr "Maximale Dateigröße: %d KB" - -#~ msgid "Archivo Eliminado" -#~ msgstr "Datei entfernt" - -#~ msgid "Autorización" -#~ msgstr "Autorisierung" - -#~ msgid "Autorización visualizada" -#~ msgstr "Autorisierung angesehen" - -#~ msgid "Archivos habilitados" -#~ msgstr "Dateianhänge aktiviert" - -#~ msgid "Archivos deshabilitados" -#~ msgstr "Dateianhänge deaktiviert" - -#~ msgid "Enlaces públicos habilitados" -#~ msgstr "Öffentliche Links aktiviert" - -#~ msgid "Enlaces públicos deshabilitados" -#~ msgstr "Öffentliche Links deaktiviert" - -#~ msgid "Email enviado" -#~ msgstr "E-Mail wurde gesendet" - -#~ msgid "Error al enviar email" -#~ msgstr "Fehler beim Senden der E-Mail" - -#~ msgid "Syslog remoto habilitado" -#~ msgstr "Remote Syslog aktiviert" - -#~ msgid "Auth Basic habilitada" -#~ msgstr "Auth Basic aktiviert" - -#~ msgid "Auth Basic deshabiltada" -#~ msgstr "Auth Basic deaktiviert" - -#~ msgid "No se importaron cuentas" -#~ msgstr "Es wurden keine Konten importiert" - -#~ msgid "Parámetros de LDAP incorrectos" -#~ msgstr "Falsche LDAP Parameter" - -#~ msgid "Importación LDAP" -#~ msgstr "LDAP-Import" - -#~ msgid "Compruebe su buzón de correo" -#~ msgstr "Bitte überprüfen Sie Ihren Posteingang" - -#~ msgid "DokuWiki habilitada" -#~ msgstr "DokuWiki aktiviert" - -#~ msgid "Versión no disponible" -#~ msgstr "Version nicht verfügbar" - -#~ msgid "Notificaciones no disponibles" -#~ msgstr "Benachrichtigungen nicht verfügbar" - -#~ msgid "Datos incorrectos" -#~ msgstr "Inkorrekte Daten" - -#~ msgid "No es posible recuperar la clave" -#~ msgstr "Das Passwort konnte nicht zurückgesetzt werden" - -#~ msgid "Es necesario una cuenta" -#~ msgstr "Ein Konto wird benötigt" - -#~ msgid "Usar auto-login con Auth Basic" -#~ msgstr "Verwenden Sie die automatische Anmeldung über Auth Basic" - -#~ msgid "No es posible cambiar el valor de la clave" -#~ msgstr "Ändern des Passworts nicht möglich" - -#~ msgid "Filtro incorrecto" -#~ msgstr "Falscher Filter" - -#~ msgid "El campo personalizado no existe" -#~ msgstr "Benutzerdefiniertes Feld nicht gefunden" - -#~ msgid "Error al eliminar los plugins" -#~ msgstr "Fehler beim Entfernen von Plugins" - -#~ msgid "Clave maestra no establecida" -#~ msgstr "Masterpasswort nicht gesetzt" - -#~ msgid "Error al eliminar las categorías" -#~ msgstr "Fehler beim Entfernen von Kategorien" - -#~ msgid "No es posible restaurar la configuración" -#~ msgstr "Wiederherstellen der Konfiguration nicht möglich" - -#~ msgid "Tipo de campo no encontrado" -#~ msgstr "Feldtyp nicht gefunden" - -#~ msgid "Fallo en la verificación del hash de integridad" -#~ msgstr "Fehler beim Prüfen des Hashwerts" - -#~ msgid "Error al crear el usuario 'admin'" -#~ msgstr "Fehler beim Erstellen des Benutzers 'admin'" - -#~ msgid "Servicio de correo no disponible" -#~ msgstr "Mail Service nicht erreichbar" - -#~ msgid "Error ol obtener la clave maestra del contexto" -#~ msgstr "Fehler beim Erhalten des Masterpassworts vom Kontext" - -#~ msgid "Error ol establecer la clave maestra en el contexto" -#~ msgstr "Fehler beim Setzen des Masterpassworts vom Kontext" - -#~ msgid "Track no encontrado" -#~ msgstr "Track nicht gefunden" - -#~ msgid "Actualización de autorizaciones API" -#~ msgstr "Aktualisierung der API-Berechtigungen" - -#~ msgid "El nodo XML no existe" -#~ msgstr "Der XML-Knoten existiert nicht" - -#~ msgid "Imagen no válida" -#~ msgstr "Falsches Bild" - -#~ msgid "Verificación de datos exportados finalizada" -#~ msgstr "Verifikation der exportierten Daten abgeschlossen" - -#~ msgid "Error al actualizar los datos del campo personalizado" -#~ msgstr "Fehler beim Aktualisieren der benutzerdefinierten Felddaten" - -#~ 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 "" -#~ "Wenn Sie eine aus derselben Quelle exportierte Datei importieren, sind " -#~ "die Daten möglicherweise kompromittiert." - -#~ msgid "Categoría visualizada" -#~ msgstr "Kategorie angezeigt" - -#~ msgid "Cliente visualizado" -#~ msgstr "Kunde angezeigt" - -#~ msgid "Etiqueta visualizada" -#~ msgstr "Tag angezeigt" - -#~ msgid "Error al crear permiso" -#~ msgstr "Fehler beim Erstellen der Berechtigung" - -#~ msgid "Error al actualizar permiso" -#~ msgstr "Fehler beim Aktualisieren der Berechtigung" - -#~ msgid "Error al eliminar permiso" -#~ msgstr "Fehler beim Entfernen der Berechtigung" - -#~ msgid "Error al eliminar los permisos" -#~ msgstr "Fehler beim Entfernen der Berechtigungen" - -#~ msgid "Permiso no encontrada" -#~ msgstr "Berechtigung nicht gefunden" - -#~ msgid "Ver Permiso" -#~ msgstr "Berechtigungen anzeigen" - -#~ msgid "Nuevo Permiso" -#~ msgstr "Neue Berechtigung" - -#~ msgid "Editar Permiso" -#~ msgstr "Berechtigung bearbeiten" - -#~ msgid "Permisos eliminados" -#~ msgstr "Berechtigungen entfernt" - -#~ msgid "Permiso eliminado" -#~ msgstr "Berechtigung entfernt" - -#~ msgid "Permiso creado" -#~ msgstr "Berechtigung hinzugefügt" - -#~ msgid "Permiso actualizado" -#~ msgstr "Berechtigungen aktualisiert" - -#~ msgid "Permisos por Defecto" -#~ msgstr "Standardberechtigungen" - -#~ msgid "Buscar Permiso" -#~ msgstr "Suche nach Berechtigung" - -#~ msgid "Eliminar Permiso" -#~ msgstr "Berechtigung entfernen" - -#~ msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" -#~ msgstr "" -#~ "Ein Element vom Typ Benutzer, Gruppe oder Profil muss festgelegt werden" - -#~ msgid "No hay permisos definidos" -#~ msgstr "Es sind keine definierten Berechtigungen vorhanden" - -#~ msgid "" -#~ "Prioridad de asignación en caso de coincidir con otros permisos asignados " -#~ "por usuario, grupo o perfil." -#~ msgstr "" -#~ "Zuweisungspriorität, wenn Berechtigungen mit anderen Benutzern, Gruppen " -#~ "oder Profilen übereinstimmen" - -#~ msgid "" -#~ "Indica si los permisos serán forzados al crear o modificar la cuenta." -#~ msgstr "" -#~ "Erzwingt das Setzen der Berechtigungen beim Erstellen oder Aktualisieren " -#~ "eines Kontos." - -#~ msgid "Los permisos serán añadidos a los existentes." -#~ msgstr "Berechtigungen werden mit den vorhandenen zusammengeführt." - -#~ msgid "Gestión Permisos" -#~ msgstr "Berechtigungsverwaltung" - -#~ msgid "La clave no cumple los carácteres requeridos" -#~ msgstr "Password does not contain the required characters" - -#~ msgid "Es necesario que la clave contenga letras" -#~ msgstr "Password needs to contain letters" - -#~ msgid "Es necesario que la clave contenga minúsculas" -#~ msgstr "Password needs to contain lower case letters" - -#~ msgid "Es necesario que la clave contenga mayúsculas" -#~ msgstr "Password needs to contain upper case letters" - -#~ msgid "Es necesario que la clave contenga números" -#~ msgstr "Password needs to contain numbers" - -#~ msgid "Es necesario que la clave contenga símbolos" -#~ msgstr "Password needs to contain symbols" - -#~ msgid "Error al desconectar del servidor de LDAP" -#~ msgstr "Error while disconnecting from LDAP server" - -#~ msgid "Valor no encontrada" -#~ msgstr "Value not found" - -#~ msgid "Error al eliminar los valores" -#~ msgstr "Error while deleting the values" - -#~ msgid "Dirección IP no establecida" -#~ msgstr "IP address not set" - -#~ msgid "Valores eliminados" -#~ msgstr "Values deleted" - -#~ msgid "Valor eliminado" -#~ msgstr "Value deleted" - -#~ msgid "Valor creado" -#~ msgstr "Value created" - -#~ msgid "Valor actualizado" -#~ msgstr "Value updated" - -#~ msgid "Tipo de valor no definido o incorrecto" -#~ msgstr "Value type not set or incorrect" - -#~ msgid "Expresión regular inválida" -#~ msgstr "Invalid regular expression" +msgstr "Verwaltung Vorgabewerte" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error al vaciar tracks" +msgstr "Error while clearing tracks out" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + +#: ../../../modules/web/Controllers/TrackController.php:110 +msgid "Track desbloqueado" +msgstr "Track unlocked" + +#: ../../../modules/web/Controllers/TrackController.php:135 +msgid "Tracks limpiados" +msgstr "Tracks cleared out" + +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" diff --git a/app/locales/en_GB/LC_MESSAGES/messages.mo b/app/locales/en_GB/LC_MESSAGES/messages.mo index f02dc96bd9736e19616749ce702bd01b005a3ae4..8bc01580414a40e1f6ed2f58d66b7c4732eec4e7 100644 GIT binary patch delta 30355 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 delta 29738 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 diff --git a/app/locales/en_GB/LC_MESSAGES/messages.po b/app/locales/en_GB/LC_MESSAGES/messages.po index 13feb3a3..cbd00adc 100644 --- a/app/locales/en_GB/LC_MESSAGES/messages.po +++ b/app/locales/en_GB/LC_MESSAGES/messages.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-24 00:44+0200\n" -"PO-Revision-Date: 2018-09-24 00:45+0200\n" +"POT-Creation-Date: 2018-09-30 12:57+0200\n" +"PO-Revision-Date: 2018-09-30 12:59+0200\n" "Last-Translator: nuxsmin \n" "Language-Team: nuxsmin@syspass.org\n" "Language: en_GB\n" @@ -59,6 +59,7 @@ msgid "No tiene permisos para acceder a esta cuenta" msgstr "You don't have permission to access to this account" #: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 #: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:129 #: ../../../../lib/SP/Util/ErrorUtil.php:133 @@ -73,23 +74,23 @@ msgid "Consulte con el administrador" msgstr "Please contact to the administrator" # Not available -#: ../../../../lib/SP/Core/Acl/Acl.php:287 +#: ../../../../lib/SP/Core/Acl/Acl.php:289 #: ../../../../lib/SP/Services/Auth/LoginService.php:589 msgid "N/D" msgstr "N/A" -#: ../../../../lib/SP/Core/Acl/Acl.php:292 +#: ../../../../lib/SP/Core/Acl/Acl.php:294 msgid "Acceso denegado" msgstr "Access denied" -#: ../../../../lib/SP/Core/Acl/Acl.php:293 +#: ../../../../lib/SP/Core/Acl/Acl.php:295 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 #: ../../../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:294 +#: ../../../../lib/SP/Core/Acl/Acl.php:296 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:112 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 @@ -106,6 +107,7 @@ msgstr "Action" #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 #: ../../../modules/web/Controllers/LoginController.php:102 #: ../../../modules/web/Controllers/UserController.php:278 #: ../../../modules/web/Controllers/UserController.php:312 @@ -148,6 +150,98 @@ msgstr "User" msgid "Acción no encontrada" msgstr "Action not found" +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Util/ErrorUtil.php:140 +#: ../../../modules/web/Controllers/AccountFileController.php:261 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 +#: ../../../modules/web/Controllers/AccountManagerController.php:57 +#: ../../../modules/web/Controllers/AuthTokenController.php:65 +#: ../../../modules/web/Controllers/AuthTokenController.php:97 +#: ../../../modules/web/Controllers/AuthTokenController.php:162 +#: ../../../modules/web/Controllers/AuthTokenController.php:192 +#: ../../../modules/web/Controllers/AuthTokenController.php:235 +#: ../../../modules/web/Controllers/AuthTokenController.php:270 +#: ../../../modules/web/Controllers/AuthTokenController.php:319 +#: ../../../modules/web/Controllers/CategoryController.php:66 +#: ../../../modules/web/Controllers/CategoryController.php:100 +#: ../../../modules/web/Controllers/CategoryController.php:164 +#: ../../../modules/web/Controllers/CategoryController.php:194 +#: ../../../modules/web/Controllers/CategoryController.php:237 +#: ../../../modules/web/Controllers/CategoryController.php:277 +#: ../../../modules/web/Controllers/CategoryController.php:317 +#: ../../../modules/web/Controllers/ClientController.php:64 +#: ../../../modules/web/Controllers/ClientController.php:96 +#: ../../../modules/web/Controllers/ClientController.php:160 +#: ../../../modules/web/Controllers/ClientController.php:190 +#: ../../../modules/web/Controllers/ClientController.php:230 +#: ../../../modules/web/Controllers/ClientController.php:268 +#: ../../../modules/web/Controllers/ClientController.php:304 +#: ../../../modules/web/Controllers/CustomFieldController.php:65 +#: ../../../modules/web/Controllers/CustomFieldController.php:97 +#: ../../../modules/web/Controllers/CustomFieldController.php:159 +#: ../../../modules/web/Controllers/CustomFieldController.php:189 +#: ../../../modules/web/Controllers/CustomFieldController.php:221 +#: ../../../modules/web/Controllers/CustomFieldController.php:258 +#: ../../../modules/web/Controllers/CustomFieldController.php:295 +#: ../../../modules/web/Controllers/EventlogController.php:101 +#: ../../../modules/web/Controllers/ItemPresetController.php:67 +#: ../../../modules/web/Controllers/ItemPresetController.php:149 +#: ../../../modules/web/Controllers/ItemPresetController.php:184 +#: ../../../modules/web/Controllers/ItemPresetController.php:222 +#: ../../../modules/web/Controllers/ItemPresetController.php:252 +#: ../../../modules/web/Controllers/ItemPresetController.php:291 +#: ../../../modules/web/Controllers/ItemPresetController.php:330 +#: ../../../modules/web/Controllers/NotificationController.php:100 +#: ../../../modules/web/Controllers/NotificationController.php:160 +#: ../../../modules/web/Controllers/NotificationController.php:175 +#: ../../../modules/web/Controllers/NotificationController.php:206 +#: ../../../modules/web/Controllers/NotificationController.php:237 +#: ../../../modules/web/Controllers/NotificationController.php:288 +#: ../../../modules/web/Controllers/NotificationController.php:315 +#: ../../../modules/web/Controllers/NotificationController.php:348 +#: ../../../modules/web/Controllers/PluginController.php:98 +#: ../../../modules/web/Controllers/PluginController.php:117 +#: ../../../modules/web/Controllers/PublicLinkController.php:68 +#: ../../../modules/web/Controllers/PublicLinkController.php:100 +#: ../../../modules/web/Controllers/PublicLinkController.php:162 +#: ../../../modules/web/Controllers/PublicLinkController.php:188 +#: ../../../modules/web/Controllers/PublicLinkController.php:218 +#: ../../../modules/web/Controllers/PublicLinkController.php:259 +#: ../../../modules/web/Controllers/PublicLinkController.php:291 +#: ../../../modules/web/Controllers/PublicLinkController.php:333 +#: ../../../modules/web/Controllers/TagController.php:65 +#: ../../../modules/web/Controllers/TagController.php:99 +#: ../../../modules/web/Controllers/TagController.php:159 +#: ../../../modules/web/Controllers/TagController.php:189 +#: ../../../modules/web/Controllers/TagController.php:223 +#: ../../../modules/web/Controllers/TagController.php:254 +#: ../../../modules/web/Controllers/TagController.php:285 +#: ../../../modules/web/Controllers/UserController.php:69 +#: ../../../modules/web/Controllers/UserController.php:101 +#: ../../../modules/web/Controllers/UserController.php:186 +#: ../../../modules/web/Controllers/UserController.php:218 +#: ../../../modules/web/Controllers/UserController.php:254 +#: ../../../modules/web/Controllers/UserController.php:296 +#: ../../../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 +#: ../../../modules/web/Controllers/UserGroupController.php:198 +#: ../../../modules/web/Controllers/UserGroupController.php:238 +#: ../../../modules/web/Controllers/UserGroupController.php:277 +#: ../../../modules/web/Controllers/UserGroupController.php:316 +#: ../../../modules/web/Controllers/UserProfileController.php:64 +#: ../../../modules/web/Controllers/UserProfileController.php:96 +#: ../../../modules/web/Controllers/UserProfileController.php:163 +#: ../../../modules/web/Controllers/UserProfileController.php:193 +#: ../../../modules/web/Controllers/UserProfileController.php:233 +#: ../../../modules/web/Controllers/UserProfileController.php:268 +#: ../../../modules/web/Controllers/UserProfileController.php:304 +msgid "No tiene permisos para realizar esta operación" +msgstr "You don't have permission to do this operation" + #: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:136 msgid "No tiene permisos para acceder a esta página" @@ -327,7 +421,7 @@ msgstr "Unable to load the \"%s\" plugin" #. (itstool) path: action/text #: ../../../../lib/SP/Plugin/PluginManager.php:245 -#: ../../../config/actions.xml:523 +#: ../../../config/actions.xml:529 msgid "Nuevo Plugin" msgstr "New Plugin" @@ -486,7 +580,7 @@ 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:171 +#: ../../../modules/web/Controllers/ConfigManagerController.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 @@ -683,7 +777,7 @@ msgstr "Error while deleting the field type" #: ../../../../lib/SP/Repositories/EventLog/EventlogRepository.php:53 msgid "Error al vaciar el registro de eventos" -msgstr "Error while clearing the event log" +msgstr "Error while clearing the event log out" #: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 msgid "Error al crear permiso" @@ -804,20 +898,28 @@ msgstr "Error while removing the tags" msgid "Error al eliminar etiqueta" msgstr "Error while removing the tag" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:63 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:68 msgid "Error al crear track" msgstr "Error while creating track" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:80 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:85 msgid "Error al eliminar track" msgstr "Error while removing the track" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:108 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error al actualizar track" +msgstr "Error while updating the track" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error al vaciar tracks" +msgstr "Error while clearing tracks out" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:146 msgid "Error al obtener track" msgstr "Error while retrieving the track" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:131 -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:163 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:169 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:202 msgid "Error al obtener tracks" msgstr "Error while retrieving the tracks" @@ -1490,9 +1592,9 @@ msgstr "Category imported" #: ../../../modules/api/Controllers/CategoryController.php:91 #: ../../../modules/api/Controllers/CategoryController.php:121 #: ../../../modules/api/Controllers/CategoryController.php:150 -#: ../../../modules/web/Controllers/CategoryController.php:215 -#: ../../../modules/web/Controllers/CategoryController.php:249 -#: ../../../modules/web/Controllers/CategoryController.php:289 +#: ../../../modules/web/Controllers/CategoryController.php:220 +#: ../../../modules/web/Controllers/CategoryController.php:254 +#: ../../../modules/web/Controllers/CategoryController.php:294 #: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 @@ -1842,21 +1944,22 @@ msgstr "Unable to create the lock file" msgid "Esperando actualización de progreso ..." msgstr "Waiting for progress updating ..." -#: ../../../../lib/SP/Services/Track/TrackService.php:86 -#: ../../../../lib/SP/Services/Track/TrackService.php:103 +#: ../../../../lib/SP/Services/Track/TrackService.php:87 +#: ../../../../lib/SP/Services/Track/TrackService.php:101 +#: ../../../../lib/SP/Services/Track/TrackService.php:128 msgid "Track no encontrado" msgstr "Track not found" -#: ../../../../lib/SP/Services/Track/TrackService.php:137 +#: ../../../../lib/SP/Services/Track/TrackService.php:162 #, php-format msgid "Intentos excedidos (%d/%d)" msgstr "Attempts exceeded (%d/%d)" -#: ../../../../lib/SP/Services/Track/TrackService.php:138 +#: ../../../../lib/SP/Services/Track/TrackService.php:163 msgid "Segundos" msgstr "Seconds" -#: ../../../../lib/SP/Services/Track/TrackService.php:183 +#: ../../../../lib/SP/Services/Track/TrackService.php:208 msgid "Dirección IP no establecida" msgstr "IP address not set" @@ -1870,8 +1973,8 @@ msgid "Error al aplicar la actualización de la aplicación" msgstr "Error while applying the application update" #: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:72 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:97 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:105 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 msgid "Compruebe el registro de eventos para más detalles" msgstr "Please, check the event log for more details" @@ -1907,7 +2010,7 @@ msgstr "Parameter" #: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:113 #: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:229 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:160 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:161 #: ../../../modules/web/Controllers/ConfigBackupController.php:118 #: ../../../modules/web/themes/material-blue/views/config/info.inc:40 #: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:28 @@ -1953,27 +2056,27 @@ msgstr "Field updated" msgid "Campo" msgstr "Field" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:88 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:119 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:89 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:120 msgid "Actualizar BBDD" msgstr "Update DB" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:95 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:96 msgid "Error al aplicar la actualización auxiliar" msgstr "Error while applying an auxiliary update" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:103 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:174 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:178 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:104 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:175 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:179 msgid "Error al aplicar la actualización de la Base de Datos" msgstr "Error while updating the database" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:151 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:153 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 msgid "El archivo de actualización no contiene datos" msgstr "The update file does not contain data" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:184 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 msgid "Actualización de la Base de Datos realizada correctamente." msgstr "Database updating was completed successfully." @@ -2152,97 +2255,6 @@ msgstr "Error while sending the data" msgid "Opción no disponible" msgstr "Option unavailable" -#: ../../../../lib/SP/Util/ErrorUtil.php:140 -#: ../../../modules/web/Controllers/AccountFileController.php:261 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 -#: ../../../modules/web/Controllers/AccountManagerController.php:57 -#: ../../../modules/web/Controllers/AuthTokenController.php:65 -#: ../../../modules/web/Controllers/AuthTokenController.php:97 -#: ../../../modules/web/Controllers/AuthTokenController.php:162 -#: ../../../modules/web/Controllers/AuthTokenController.php:192 -#: ../../../modules/web/Controllers/AuthTokenController.php:235 -#: ../../../modules/web/Controllers/AuthTokenController.php:270 -#: ../../../modules/web/Controllers/AuthTokenController.php:319 -#: ../../../modules/web/Controllers/CategoryController.php:63 -#: ../../../modules/web/Controllers/CategoryController.php:95 -#: ../../../modules/web/Controllers/CategoryController.php:159 -#: ../../../modules/web/Controllers/CategoryController.php:189 -#: ../../../modules/web/Controllers/CategoryController.php:232 -#: ../../../modules/web/Controllers/CategoryController.php:272 -#: ../../../modules/web/Controllers/CategoryController.php:312 -#: ../../../modules/web/Controllers/ClientController.php:64 -#: ../../../modules/web/Controllers/ClientController.php:96 -#: ../../../modules/web/Controllers/ClientController.php:160 -#: ../../../modules/web/Controllers/ClientController.php:190 -#: ../../../modules/web/Controllers/ClientController.php:230 -#: ../../../modules/web/Controllers/ClientController.php:268 -#: ../../../modules/web/Controllers/ClientController.php:304 -#: ../../../modules/web/Controllers/CustomFieldController.php:65 -#: ../../../modules/web/Controllers/CustomFieldController.php:97 -#: ../../../modules/web/Controllers/CustomFieldController.php:159 -#: ../../../modules/web/Controllers/CustomFieldController.php:189 -#: ../../../modules/web/Controllers/CustomFieldController.php:221 -#: ../../../modules/web/Controllers/CustomFieldController.php:258 -#: ../../../modules/web/Controllers/CustomFieldController.php:295 -#: ../../../modules/web/Controllers/EventlogController.php:94 -#: ../../../modules/web/Controllers/ItemPresetController.php:67 -#: ../../../modules/web/Controllers/ItemPresetController.php:149 -#: ../../../modules/web/Controllers/ItemPresetController.php:184 -#: ../../../modules/web/Controllers/ItemPresetController.php:222 -#: ../../../modules/web/Controllers/ItemPresetController.php:252 -#: ../../../modules/web/Controllers/ItemPresetController.php:291 -#: ../../../modules/web/Controllers/ItemPresetController.php:330 -#: ../../../modules/web/Controllers/NotificationController.php:100 -#: ../../../modules/web/Controllers/NotificationController.php:160 -#: ../../../modules/web/Controllers/NotificationController.php:175 -#: ../../../modules/web/Controllers/NotificationController.php:206 -#: ../../../modules/web/Controllers/NotificationController.php:237 -#: ../../../modules/web/Controllers/NotificationController.php:288 -#: ../../../modules/web/Controllers/NotificationController.php:315 -#: ../../../modules/web/Controllers/NotificationController.php:348 -#: ../../../modules/web/Controllers/PluginController.php:98 -#: ../../../modules/web/Controllers/PluginController.php:117 -#: ../../../modules/web/Controllers/PublicLinkController.php:68 -#: ../../../modules/web/Controllers/PublicLinkController.php:100 -#: ../../../modules/web/Controllers/PublicLinkController.php:162 -#: ../../../modules/web/Controllers/PublicLinkController.php:188 -#: ../../../modules/web/Controllers/PublicLinkController.php:218 -#: ../../../modules/web/Controllers/PublicLinkController.php:259 -#: ../../../modules/web/Controllers/PublicLinkController.php:291 -#: ../../../modules/web/Controllers/PublicLinkController.php:333 -#: ../../../modules/web/Controllers/TagController.php:62 -#: ../../../modules/web/Controllers/TagController.php:94 -#: ../../../modules/web/Controllers/TagController.php:154 -#: ../../../modules/web/Controllers/TagController.php:184 -#: ../../../modules/web/Controllers/TagController.php:218 -#: ../../../modules/web/Controllers/TagController.php:249 -#: ../../../modules/web/Controllers/TagController.php:280 -#: ../../../modules/web/Controllers/UserController.php:69 -#: ../../../modules/web/Controllers/UserController.php:101 -#: ../../../modules/web/Controllers/UserController.php:186 -#: ../../../modules/web/Controllers/UserController.php:218 -#: ../../../modules/web/Controllers/UserController.php:254 -#: ../../../modules/web/Controllers/UserController.php:296 -#: ../../../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 -#: ../../../modules/web/Controllers/UserGroupController.php:198 -#: ../../../modules/web/Controllers/UserGroupController.php:238 -#: ../../../modules/web/Controllers/UserGroupController.php:277 -#: ../../../modules/web/Controllers/UserGroupController.php:316 -#: ../../../modules/web/Controllers/UserProfileController.php:64 -#: ../../../modules/web/Controllers/UserProfileController.php:96 -#: ../../../modules/web/Controllers/UserProfileController.php:163 -#: ../../../modules/web/Controllers/UserProfileController.php:193 -#: ../../../modules/web/Controllers/UserProfileController.php:233 -#: ../../../modules/web/Controllers/UserProfileController.php:268 -#: ../../../modules/web/Controllers/UserProfileController.php:304 -msgid "No tiene permisos para realizar esta operación" -msgstr "You don't have permission to do this operation" - #: ../../../../lib/SP/Util/ErrorUtil.php:148 #: ../../../../lib/SP/Util/ErrorUtil.php:155 msgid "Se ha producido una excepción" @@ -2312,7 +2324,7 @@ msgstr "Account" #: ../../../modules/api/Controllers/ClientController.php:126 #: ../../../modules/api/Controllers/ClientController.php:155 #: ../../../modules/api/Controllers/TagController.php:118 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 #: ../../../modules/web/Controllers/ItemPresetController.php:274 #: ../../../modules/web/Controllers/ItemPresetController.php:307 #: ../../../modules/web/Controllers/ItemPresetController.php:346 @@ -2369,22 +2381,22 @@ msgstr "Category displayed" #: ../../../modules/api/Controllers/CategoryController.php:90 #: ../../../modules/api/Controllers/CategoryController.php:95 -#: ../../../modules/web/Controllers/CategoryController.php:248 -#: ../../../modules/web/Controllers/CategoryController.php:252 +#: ../../../modules/web/Controllers/CategoryController.php:253 +#: ../../../modules/web/Controllers/CategoryController.php:257 msgid "Categoría creada" msgstr "Category added" #: ../../../modules/api/Controllers/CategoryController.php:120 #: ../../../modules/api/Controllers/CategoryController.php:125 -#: ../../../modules/web/Controllers/CategoryController.php:288 -#: ../../../modules/web/Controllers/CategoryController.php:292 +#: ../../../modules/web/Controllers/CategoryController.php:293 +#: ../../../modules/web/Controllers/CategoryController.php:297 msgid "Categoría actualizada" msgstr "Category updated" #: ../../../modules/api/Controllers/CategoryController.php:149 #: ../../../modules/api/Controllers/CategoryController.php:154 -#: ../../../modules/web/Controllers/CategoryController.php:214 -#: ../../../modules/web/Controllers/CategoryController.php:218 +#: ../../../modules/web/Controllers/CategoryController.php:219 +#: ../../../modules/web/Controllers/CategoryController.php:223 msgid "Categoría eliminada" msgstr "Category deleted" @@ -2652,19 +2664,19 @@ msgstr "Tag" #: ../../../modules/api/Controllers/TagController.php:88 #: ../../../modules/api/Controllers/TagController.php:92 -#: ../../../modules/web/Controllers/TagController.php:229 +#: ../../../modules/web/Controllers/TagController.php:234 msgid "Etiqueta creada" msgstr "Tag added" #: ../../../modules/api/Controllers/TagController.php:116 #: ../../../modules/api/Controllers/TagController.php:121 -#: ../../../modules/web/Controllers/TagController.php:260 +#: ../../../modules/web/Controllers/TagController.php:265 msgid "Etiqueta actualizada" msgstr "Tag updated" #: ../../../modules/api/Controllers/TagController.php:145 #: ../../../modules/api/Controllers/TagController.php:149 -#: ../../../modules/web/Controllers/TagController.php:203 +#: ../../../modules/web/Controllers/TagController.php:208 msgid "Etiqueta eliminada" msgstr "Tag removed" @@ -2698,7 +2710,7 @@ msgstr "HTTPS" #: ../../../modules/web/Controllers/AccountController.php:256 #: ../../../modules/web/Controllers/AccountController.php:300 #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 -#: ../../../config/actions.xml:151 +#: ../../../config/actions.xml:157 msgid "Nueva Cuenta" msgstr "New Account" @@ -2707,7 +2719,7 @@ msgstr "New Account" #: ../../../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 +#: ../../../config/actions.xml:163 msgid "Editar Cuenta" msgstr "Edit Account" @@ -2719,8 +2731,8 @@ msgstr "Edit Account" #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 -#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 -#: ../../../config/actions.xml:781 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 msgid "Eliminar Cuenta" msgstr "Remove Account" @@ -2763,7 +2775,7 @@ msgstr "Requester" #: ../../../modules/web/Controllers/AccountController.php:920 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 #: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 @@ -2907,30 +2919,30 @@ msgid "Autorización visualizada" msgstr "Authorization viewed" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:99 +#: ../../../modules/web/Controllers/CategoryController.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 #: ../../../modules/web/themes/material-blue/views/account/account.inc:110 -#: ../../../config/actions.xml:301 +#: ../../../config/actions.xml:307 msgid "Nueva Categoría" msgstr "New Category" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:162 +#: ../../../modules/web/Controllers/CategoryController.php:167 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 -#: ../../../config/actions.xml:307 +#: ../../../config/actions.xml:313 msgid "Editar Categoría" msgstr "Edit Category" -#: ../../../modules/web/Controllers/CategoryController.php:201 -#: ../../../modules/web/Controllers/CategoryController.php:204 +#: ../../../modules/web/Controllers/CategoryController.php:206 +#: ../../../modules/web/Controllers/CategoryController.php:209 msgid "Categorías eliminadas" msgstr "Categories deleted" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:315 -#: ../../../config/actions.xml:295 +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 msgid "Ver Categoría" msgstr "View Category" @@ -2939,7 +2951,7 @@ msgstr "View Category" #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 #: ../../../modules/web/themes/material-blue/views/account/account.inc:86 -#: ../../../config/actions.xml:331 +#: ../../../config/actions.xml:337 msgid "Nuevo Cliente" msgstr "New Client" @@ -2947,7 +2959,7 @@ msgstr "New Client" #: ../../../modules/web/Controllers/ClientController.php:163 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 -#: ../../../config/actions.xml:337 +#: ../../../config/actions.xml:343 msgid "Editar Cliente" msgstr "Edit Client" @@ -2958,7 +2970,7 @@ msgstr "Clients deleted" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ClientController.php:307 -#: ../../../config/actions.xml:325 +#: ../../../config/actions.xml:331 msgid "Ver Cliente" msgstr "View Client" @@ -3197,7 +3209,7 @@ msgstr "Mail disabled" msgid "Compruebe su buzón de correo" msgstr "Please, check your inbox" -#: ../../../modules/web/Controllers/ConfigManagerController.php:157 +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 #: ../../../modules/web/themes/material-blue/views/install/index.inc:131 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 @@ -3205,59 +3217,59 @@ msgid "General" msgstr "General" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:186 +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 #: ../../../config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:205 +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:231 +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 msgid "Correo" msgstr "Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 msgid "Encriptación" msgstr "Encryption" -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "Último backup" msgstr "Last backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "No se encontraron backups" msgstr "There aren't any backups available" -#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "Última exportación" msgstr "Last export" -#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "No se encontró archivo de exportación" msgstr "No export file found" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:322 +#: ../../../modules/web/Controllers/ConfigManagerController.php:323 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 -#: ../../../config/actions.xml:721 +#: ../../../config/actions.xml:727 msgid "Copia de Seguridad" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:339 +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 msgid "Importar Cuentas" msgstr "Import Accounts" -#: ../../../modules/web/Controllers/ConfigManagerController.php:357 +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 msgid "No instalado" msgstr "Not installed" -#: ../../../modules/web/Controllers/ConfigManagerController.php:361 +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 #: ../../../modules/web/themes/material-blue/inc/Icons.php:63 msgid "Información" msgstr "Information" @@ -3328,8 +3340,8 @@ msgstr "It will be running shortly" msgid "Error en la verificación de la base de datos" msgstr "Error while checking the database" -#: ../../../modules/web/Controllers/EventlogController.php:112 -#: ../../../modules/web/Controllers/EventlogController.php:115 +#: ../../../modules/web/Controllers/EventlogController.php:119 +#: ../../../modules/web/Controllers/EventlogController.php:122 msgid "Registro de eventos vaciado" msgstr "Event log cleared" @@ -3376,14 +3388,14 @@ msgstr "Save" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 -#: ../../../config/actions.xml:433 +#: ../../../config/actions.xml:439 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 +#: ../../../config/actions.xml:421 msgid "Crear Enlace Público" msgstr "Create Public Link" @@ -3394,7 +3406,7 @@ msgstr "Create Public Link" #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 #: ../../../modules/web/themes/material-blue/inc/Icons.php:34 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:259 +#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 msgid "Ver Clave" msgstr "View password" @@ -3408,7 +3420,7 @@ msgstr "Copy Password to Clipboard" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../config/actions.xml:187 +#: ../../../config/actions.xml:193 msgid "Copiar Cuenta" msgstr "Copy Account" @@ -3474,7 +3486,7 @@ msgstr "Delete Selected" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 -#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 msgid "Buscar Cuenta" msgstr "Search for Account" @@ -3484,6 +3496,7 @@ msgstr "Accounts (H)" #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 #: ../../../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 @@ -3510,7 +3523,7 @@ msgstr "Removed" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 -#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 msgid "Restaurar Cuenta" msgstr "Account Restore" @@ -3535,14 +3548,14 @@ msgstr "Delete Authorization" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 -#: ../../../config/actions.xml:319 +#: ../../../config/actions.xml:325 msgid "Buscar Categoría" msgstr "Search for Category" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 -#: ../../../config/actions.xml:313 +#: ../../../config/actions.xml:319 msgid "Eliminar Categoría" msgstr "Delete Category" @@ -3558,14 +3571,14 @@ msgstr "NO" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 -#: ../../../config/actions.xml:349 +#: ../../../config/actions.xml:355 msgid "Buscar Cliente" msgstr "Search for Client" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 -#: ../../../config/actions.xml:343 +#: ../../../config/actions.xml:349 msgid "Eliminar Cliente" msgstr "Delete Client" @@ -3596,49 +3609,50 @@ msgid "Eliminar Campo" msgstr "Delete Field" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:88 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:318 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 #: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 -#: ../../../config/actions.xml:127 +#: ../../../config/actions.xml:133 msgid "Registro de Eventos" msgstr "Event Log" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 msgid "Fecha / Hora" msgstr "Date / Time" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 msgid "Nivel" msgstr "Level" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 msgid "Evento" msgstr "Event" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 #: ../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 msgid "IP" msgstr "IP" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 msgid "Buscar Evento" msgstr "Search for Events" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 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 "Clear event log" +msgstr "Clear the event log out" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 @@ -3652,7 +3666,7 @@ msgstr "Files" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 -#: ../../../config/actions.xml:469 +#: ../../../config/actions.xml:475 msgid "Buscar Archivo" msgstr "Search for File" @@ -3660,7 +3674,7 @@ msgstr "Search for File" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:445 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 msgid "Ver Archivo" msgstr "View File" @@ -3668,7 +3682,7 @@ msgstr "View File" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 -#: ../../../config/actions.xml:211 ../../../config/actions.xml:451 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 msgid "Descargar Archivo" msgstr "Download File" @@ -3676,7 +3690,7 @@ msgstr "Download File" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 msgid "Eliminar Archivo" msgstr "Delete File" @@ -3707,7 +3721,7 @@ msgstr "Forced" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 -#: ../../../config/actions.xml:841 +#: ../../../config/actions.xml:847 msgid "Buscar Valor" msgstr "Search for Value" @@ -3751,14 +3765,14 @@ msgstr "New Account Password Preset" #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 #: ../../../modules/web/Controllers/ItemPresetController.php:225 -#: ../../../config/actions.xml:859 +#: ../../../config/actions.xml:865 msgid "Editar Valor" msgstr "Edit Value" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 -#: ../../../config/actions.xml:865 +#: ../../../config/actions.xml:871 msgid "Eliminar Valor" msgstr "Delete Value" @@ -3767,7 +3781,7 @@ msgstr "Delete Value" #: ../../../modules/web/themes/material-blue/inc/Icons.php:65 #: ../../../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 +#: ../../../config/actions.xml:673 msgid "Notificaciones" msgstr "Notifications" @@ -3789,7 +3803,7 @@ msgstr "Only Admins" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 -#: ../../../config/actions.xml:829 +#: ../../../config/actions.xml:835 msgid "Buscar Notificación" msgstr "Search for Notification" @@ -3803,14 +3817,14 @@ msgstr "New Notification" #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 #: ../../../modules/web/Controllers/NotificationController.php:103 -#: ../../../config/actions.xml:799 +#: ../../../config/actions.xml:805 msgid "Ver Notificación" msgstr "View Notification" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 -#: ../../../config/actions.xml:823 +#: ../../../config/actions.xml:829 msgid "Marcar Notificación" msgstr "Checkout Notification" @@ -3818,14 +3832,14 @@ msgstr "Checkout Notification" #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 #: ../../../modules/web/Controllers/NotificationController.php:210 -#: ../../../config/actions.xml:811 +#: ../../../config/actions.xml:817 msgid "Editar Notificación" msgstr "Edit Notification" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 -#: ../../../config/actions.xml:817 +#: ../../../config/actions.xml:823 msgid "Eliminar Notificación" msgstr "Delete Notification" @@ -3845,7 +3859,7 @@ msgstr "Unavailable" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 -#: ../../../config/actions.xml:535 +#: ../../../config/actions.xml:541 msgid "Buscar Plugin" msgstr "Search for Plugin" @@ -3853,7 +3867,7 @@ msgstr "Search for Plugin" #: ../../../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 +#: ../../../config/actions.xml:535 msgid "Ver Plugin" msgstr "View Plugin" @@ -3933,37 +3947,55 @@ msgstr "Delete Link" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 -#: ../../../config/actions.xml:517 +#: ../../../config/actions.xml:523 msgid "Buscar Etiqueta" msgstr "Search for Tag" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 -#: ../../../modules/web/Controllers/TagController.php:98 +#: ../../../modules/web/Controllers/TagController.php:103 #: ../../../modules/web/themes/material-blue/views/account/account.inc:217 -#: ../../../config/actions.xml:493 +#: ../../../config/actions.xml:499 msgid "Nueva Etiqueta" msgstr "New Tag" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 -#: ../../../modules/web/Controllers/TagController.php:157 -#: ../../../config/actions.xml:505 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 msgid "Editar Etiqueta" msgstr "Edit Tag" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 -#: ../../../config/actions.xml:511 +#: ../../../config/actions.xml:517 msgid "Eliminar Etiqueta" msgstr "Delete Tag" +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Origen" +msgstr "Source" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 -#: ../../../config/actions.xml:589 +#: ../../../config/actions.xml:595 msgid "Buscar Usuario" msgstr "Search for User" @@ -3971,7 +4003,7 @@ msgstr "Search for User" #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 #: ../../../modules/web/Controllers/UserController.php:105 -#: ../../../config/actions.xml:565 +#: ../../../config/actions.xml:571 msgid "Nuevo Usuario" msgstr "New User" @@ -3979,14 +4011,14 @@ msgstr "New User" #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 #: ../../../modules/web/Controllers/UserController.php:190 -#: ../../../config/actions.xml:571 +#: ../../../config/actions.xml:577 msgid "Editar Usuario" msgstr "Edit User" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 -#: ../../../config/actions.xml:577 +#: ../../../config/actions.xml:583 msgid "Eliminar Usuario" msgstr "Delete User" @@ -3996,13 +4028,13 @@ msgstr "Delete User" msgid "Importar usuarios de LDAP" msgstr "Import users from LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:234 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 msgid "Ver Detalles de Usuario" msgstr "View User Details" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:250 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:251 +#: ../../../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 @@ -4011,7 +4043,7 @@ msgstr "Change User's Password" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 -#: ../../../config/actions.xml:619 +#: ../../../config/actions.xml:625 msgid "Buscar Grupo" msgstr "Search for Group" @@ -4019,7 +4051,7 @@ msgstr "Search for Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 #: ../../../modules/web/Controllers/UserGroupController.php:106 -#: ../../../config/actions.xml:601 +#: ../../../config/actions.xml:607 msgid "Nuevo Grupo" msgstr "New Group" @@ -4027,7 +4059,7 @@ msgstr "New Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 #: ../../../modules/web/Controllers/UserGroupController.php:319 -#: ../../../config/actions.xml:595 +#: ../../../config/actions.xml:601 msgid "Ver Grupo" msgstr "View Group" @@ -4035,14 +4067,14 @@ msgstr "View Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 #: ../../../modules/web/Controllers/UserGroupController.php:171 -#: ../../../config/actions.xml:607 +#: ../../../config/actions.xml:613 msgid "Editar Grupo" msgstr "Edit Group" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 -#: ../../../config/actions.xml:613 +#: ../../../config/actions.xml:619 msgid "Eliminar Grupo" msgstr "Delete Group" @@ -4053,7 +4085,7 @@ msgstr "Profiles" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 -#: ../../../config/actions.xml:649 +#: ../../../config/actions.xml:655 msgid "Buscar Perfil" msgstr "Search for Profile" @@ -4061,7 +4093,7 @@ msgstr "Search for Profile" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 #: ../../../modules/web/Controllers/UserProfileController.php:100 -#: ../../../config/actions.xml:631 +#: ../../../config/actions.xml:637 msgid "Nuevo Perfil" msgstr "New Profile" @@ -4074,14 +4106,14 @@ msgstr "View Profile Details" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 #: ../../../modules/web/Controllers/UserProfileController.php:166 -#: ../../../config/actions.xml:637 +#: ../../../config/actions.xml:643 msgid "Editar Perfil" msgstr "Edit Profile" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:198 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 -#: ../../../config/actions.xml:643 +#: ../../../config/actions.xml:649 msgid "Eliminar Perfil" msgstr "Delete Profile" @@ -4090,24 +4122,12 @@ msgstr "Delete Profile" msgid "Buscar" msgstr "Search" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:290 -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" -msgstr "Users and Accesses" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:304 -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" -msgstr "Items and Customizations" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 #: ../../../modules/web/themes/material-blue/inc/Icons.php:61 #: ../../../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 +#: ../../../config/actions.xml:679 msgid "Configuración" msgstr "Configuration" @@ -4125,13 +4145,13 @@ msgstr "Installation finished" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ItemPresetController.php:70 -#: ../../../config/actions.xml:847 +#: ../../../config/actions.xml:853 msgid "Ver Valor" msgstr "Display Value" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ItemPresetController.php:195 -#: ../../../config/actions.xml:853 +#: ../../../config/actions.xml:859 msgid "Nuevo Valor" msgstr "New Value" @@ -4238,16 +4258,24 @@ msgstr "Version unavailable" msgid "Notificaciones no disponibles" msgstr "Notifications not available" -#: ../../../modules/web/Controllers/TagController.php:195 +#: ../../../modules/web/Controllers/TagController.php:200 msgid "Etiquetas eliminadas" msgstr "Tags deleted" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:283 -#: ../../../config/actions.xml:499 +#: ../../../modules/web/Controllers/TagController.php:288 +#: ../../../config/actions.xml:505 msgid "Ver Etiqueta" msgstr "View Tag" +#: ../../../modules/web/Controllers/TrackController.php:110 +msgid "Track desbloqueado" +msgstr "Track unlocked" + +#: ../../../modules/web/Controllers/TrackController.php:135 +msgid "Tracks limpiados" +msgstr "Tracks cleared out" + #: ../../../modules/web/Controllers/Traits/ConfigTrait.php:68 msgid "Configuración actualizada" msgstr "Configuration updated" @@ -4299,7 +4327,7 @@ msgstr "User updated" #. (itstool) path: action/text #: ../../../modules/web/Controllers/UserController.php:439 -#: ../../../config/actions.xml:559 +#: ../../../config/actions.xml:565 msgid "Ver Usuario" msgstr "View User" @@ -4373,7 +4401,7 @@ msgstr "Profile updated" #. (itstool) path: action/text #: ../../../modules/web/Controllers/UserProfileController.php:307 -#: ../../../config/actions.xml:625 +#: ../../../config/actions.xml:631 msgid "Ver Perfil" msgstr "View Profile" @@ -4699,7 +4727,7 @@ msgstr "Extension not allowed" #: ../../../config/strings.js.inc:46 msgid "Vaciar el registro de eventos?" -msgstr "Clear event log?" +msgstr "Clear the event log out?" #: ../../../config/strings.js.inc:47 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:177 @@ -4778,7 +4806,7 @@ msgstr "Copy Username" #. (itstool) path: action/text #: ../../../config/strings.js.inc:60 #: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:36 -#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 msgid "Copiar Clave" msgstr "Copy Password" @@ -4836,7 +4864,7 @@ msgstr "Mark as Favorite" #. (itstool) path: action/text #: ../../../config/strings.js.inc:75 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 -#: ../../../config/actions.xml:247 +#: ../../../config/actions.xml:253 msgid "Eliminar Favorito" msgstr "Delete Favorite" @@ -4911,6 +4939,10 @@ msgstr "Error while checking for updates" msgid "Avisos de sysPass" msgstr "sysPass Notices" +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + #: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 msgid "Javascript es necesario para el correcto funcionamiento" msgstr "Javascript is needed in order to run correctly" @@ -6685,7 +6717,7 @@ msgstr "View account password" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 -#: ../../../config/actions.xml:253 +#: ../../../config/actions.xml:259 msgid "Ver Historial" msgstr "View History" @@ -6783,7 +6815,7 @@ msgstr "Default Values Management" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 -#: ../../../config/actions.xml:679 +#: ../../../config/actions.xml:685 msgid "Configuración General" msgstr "General Configuration" @@ -7013,7 +7045,7 @@ msgstr "Always show the hidden actions on the accounts search page." #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 -#: ../../../config/actions.xml:271 +#: ../../../config/actions.xml:277 msgid "Ver Wiki" msgstr "View Wiki" @@ -7042,6 +7074,11 @@ msgstr "Requests" msgid "Favoritos" msgstr "Favorites" +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Items and Customizations" + #. (itstool) path: action/text #: ../../../config/actions.xml:49 msgid "Gestión Categorías" @@ -7082,261 +7119,286 @@ msgstr "Tags Management" msgid "Gestión Plugins" msgstr "Plugins Management" +#. (itstool) path: action/text +#: ../../../config/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Users and Accesses" + #. (itstool) path: action/text #: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 msgid "Gestión Usuarios" msgstr "Users Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 +#: ../../../config/actions.xml:121 msgid "Gestión Grupos" msgstr "Groups Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 +#: ../../../config/actions.xml:127 msgid "Gestión Perfiles" msgstr "Profiles Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:133 +#: ../../../config/actions.xml:139 msgid "Buscar Eventos" msgstr "Search for Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:139 +#: ../../../config/actions.xml:145 msgid "Limpiar Eventos" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:145 ../../../config/actions.xml:475 +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 msgid "Ver Cuenta" msgstr "View Account" #. (itstool) path: action/text -#: ../../../config/actions.xml:175 +#: ../../../config/actions.xml:181 msgid "Editar Clave de Cuenta" msgstr "Edit Account Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:205 ../../../config/actions.xml:463 +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 msgid "Subir Archivo" msgstr "Upload File" #. (itstool) path: action/text -#: ../../../config/actions.xml:223 +#: ../../../config/actions.xml:229 msgid "Buscar Archivos" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 +#: ../../../config/actions.xml:235 msgid "Listar Archivos" msgstr "List Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 +#: ../../../config/actions.xml:241 msgid "Ver Favoritos" msgstr "Show Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:241 +#: ../../../config/actions.xml:247 msgid "Añadir Favorito" msgstr "Mark as Favorite" #. (itstool) path: action/text -#: ../../../config/actions.xml:277 +#: ../../../config/actions.xml:283 msgid "Añadir Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:283 +#: ../../../config/actions.xml:289 msgid "Editar Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 +#: ../../../config/actions.xml:295 msgid "Eliminar Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:355 +#: ../../../config/actions.xml:361 msgid "Nuevo Token API" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 +#: ../../../config/actions.xml:367 msgid "Ver Token API" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 +#: ../../../config/actions.xml:373 msgid "Editar Token API" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 +#: ../../../config/actions.xml:379 msgid "Eliminar Token API" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 +#: ../../../config/actions.xml:385 msgid "Buscar Token API" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 +#: ../../../config/actions.xml:391 msgid "Nuevo Campo Personalizado" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 +#: ../../../config/actions.xml:397 msgid "Ver Campo Personalizado" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 +#: ../../../config/actions.xml:403 msgid "Editar Campo Personalizado" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 +#: ../../../config/actions.xml:409 msgid "Eliminar Campo Personalizado" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 +#: ../../../config/actions.xml:415 msgid "Buscar Campo Personalizado" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:421 +#: ../../../config/actions.xml:427 msgid "Ver Enlace Público" msgstr "Show Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: ../../../config/actions.xml:433 msgid "Eliminar Enlace Público" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:439 +#: ../../../config/actions.xml:445 msgid "Buscar Enlace Público" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:541 +#: ../../../config/actions.xml:547 msgid "Habilitar Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:547 +#: ../../../config/actions.xml:553 msgid "Deshabilitar Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:553 +#: ../../../config/actions.xml:559 msgid "Restablecer Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:583 +#: ../../../config/actions.xml:589 msgid "Editar Clave Usuario" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:655 +#: ../../../config/actions.xml:661 msgid "Configuración Usuario" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:661 +#: ../../../config/actions.xml:667 msgid "Preferencias General" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:685 +#: ../../../config/actions.xml:691 msgid "Configuración Cuentas" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:691 +#: ../../../config/actions.xml:697 msgid "Configuración Wiki" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:697 +#: ../../../config/actions.xml:703 msgid "Configuración Encriptación" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 +#: ../../../config/actions.xml:709 msgid "Actualizar Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 +#: ../../../config/actions.xml:715 msgid "Clave Maestra Temporal" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 +#: ../../../config/actions.xml:721 msgid "Configuración Copia de Seguridad" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 +#: ../../../config/actions.xml:733 msgid "Configuración Importación" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 +#: ../../../config/actions.xml:739 msgid "Importar CSV" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:739 +#: ../../../config/actions.xml:745 msgid "Importar XML" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 +#: ../../../config/actions.xml:751 msgid "Configuración Exportación" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 +#: ../../../config/actions.xml:757 msgid "Exportación" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 +#: ../../../config/actions.xml:763 msgid "Configuración Email" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 +#: ../../../config/actions.xml:769 msgid "Configuración LDAP" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 +#: ../../../config/actions.xml:775 msgid "Sincronización LDAP" msgstr "LDAP synchronization" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 +#: ../../../config/actions.xml:781 msgid "Gestión de Cuenta (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:805 +#: ../../../config/actions.xml:811 msgid "Crear Notificación" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:835 +#: ../../../config/actions.xml:841 msgid "Gestión Valores Predeterminados" msgstr "Preset Values Management" +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" + #. (itstool) path: strings/text #: ../../../config/strings.xml:4 msgid "Color" @@ -7474,9 +7536,6 @@ msgstr "Link" #~ "Without this function, an attacker could take your account on password " #~ "reset." -#~ msgid "Origen" -#~ msgstr "Source" - #~ msgid "Crear Cuenta" #~ msgstr "Add Account" @@ -7519,9 +7578,6 @@ msgstr "Link" #~ msgid "El enlace no existe" #~ msgstr "The link does not exist" -#~ msgid "Error al actualizar track" -#~ msgstr "Error while updating the track" - #~ msgid "Grupo en uso" #~ msgstr "Group in use" diff --git a/app/locales/en_US/LC_MESSAGES/messages.mo b/app/locales/en_US/LC_MESSAGES/messages.mo index c075428d1d3bdeabde37dac1e9bc37eae9d4911e..22c44d15eb757a800f8526f05f38f762aa33c0d4 100644 GIT binary patch delta 30379 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

F6qN7YY^S)pLgU*Vq!XTH&G;&PUw; z(8-sihfw~ob*%IqR<;;r_Y<#1ya?e@pOm>t_*e2$ySCzanp0>W?+-JdwhW!oDz@)D zHT2}7^#Z(`UDVUUT30lhRz?%AVr7+-cNR+~7UMdxb`V@GyB}E&n9(uL*~$4E0)4 z|2M+-34d;7N-~g-&xSxw#2hj&@g5>IvvqzO`;nFygL#Kp<&>nIv@&X>tOkJBFpP$e zD3PZoWeQL>JK%zr-Y~T#_;O--du-6$UoqcJ+JXN zubOF1`bF|1tbG;Psr}DS?i(WeZ8q^KG@rtkKAGJitF)B#zsR3WUTo~fn~C~^$j_-3 zd3KSPfb{m1)iaKF9^q`*$J)6<{?~+kwFpF8!Pq1O@E#IUAf;W?w5UZ139~&}=<`|Fs*^~?Nm*@Ofw2C9i zILe!l#;WpOutxlw=Wm+9U^&v8(3qaf)E(=Bp7xejnKsfnC3$`$ zZ7tz7q!q`bH2#|KDy)QQd9P6?4ue`iejLIT2`9pZu{a>bDNu+=bKc)6Pzpaji70rK z4t}T1R1&`@Z-?dQAYO-XBRbNPj`v5(-Lw4Gg!ROt4L$FPucEC3lpn(TkIMNED7NF( z(~1IZc|SfSsg&T8xY9=uUys4o@C3roXskVD`(dz^UuXmS0oU7L`dVH?)8GI16c|Fq z#%i4>n(%WfydzwmPVNz|LWQ$9pR{!3>v_Q2i8nEM-ALQbo0BqG6ehhpwj+KA%g|11 z`e{nM1o4y9NvA)uWgrqwMgr`BpFW>kB+N#;ipnPlA0<5_;XRc9#`0A3C*DoGFKA0o zT*`cW=6(`BNS&+xzWDCvW@JOD(1OIeB&zNi{!^28E0yZlpqg4o`H1JEPCBeX*+SNE zs#u%G^*t66r%~Vb9lLL;HavZ3q7FS``V5F_-`CsUpVoeA)=(70ERn2z0DTif{GEtr?!tF{#b5`MM6TtKpID4Fh&1kJBSMs#pJQHM<6sO&ZiN zWc_!nSh;uaj>A5&B(H+OHZnEu|* zF#~#8{C}3DV-NNzs*`^_!@dZZ8M}7>u2J5ofpqNc5z|HKWjz&D$W6~b^8ZQs-$nnw NlG}1l4~UNae*j|*m+$}p delta 29766 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 diff --git a/app/locales/en_US/LC_MESSAGES/messages.po b/app/locales/en_US/LC_MESSAGES/messages.po index 6a1b1718..753c8b8d 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-09-24 00:44+0200\n" -"PO-Revision-Date: 2018-09-24 00:44+0200\n" +"POT-Creation-Date: 2018-09-30 12:57+0200\n" +"PO-Revision-Date: 2018-09-30 23:13+0200\n" "Last-Translator: nuxsmin \n" "Language-Team: nuxsmin@syspass.org\n" "Language: en_US\n" @@ -59,6 +59,7 @@ msgid "No tiene permisos para acceder a esta cuenta" msgstr "You don't have permission to access to this account" #: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 #: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:129 #: ../../../../lib/SP/Util/ErrorUtil.php:133 @@ -73,23 +74,23 @@ msgid "Consulte con el administrador" msgstr "Please contact to the administrator" # Not available -#: ../../../../lib/SP/Core/Acl/Acl.php:287 +#: ../../../../lib/SP/Core/Acl/Acl.php:289 #: ../../../../lib/SP/Services/Auth/LoginService.php:589 msgid "N/D" msgstr "N/A" -#: ../../../../lib/SP/Core/Acl/Acl.php:292 +#: ../../../../lib/SP/Core/Acl/Acl.php:294 msgid "Acceso denegado" msgstr "Access denied" -#: ../../../../lib/SP/Core/Acl/Acl.php:293 +#: ../../../../lib/SP/Core/Acl/Acl.php:295 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 #: ../../../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:294 +#: ../../../../lib/SP/Core/Acl/Acl.php:296 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:112 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 @@ -106,6 +107,7 @@ msgstr "Action" #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 #: ../../../modules/web/Controllers/LoginController.php:102 #: ../../../modules/web/Controllers/UserController.php:278 #: ../../../modules/web/Controllers/UserController.php:312 @@ -148,6 +150,98 @@ msgstr "User" msgid "Acción no encontrada" msgstr "Action not found" +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Util/ErrorUtil.php:140 +#: ../../../modules/web/Controllers/AccountFileController.php:261 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 +#: ../../../modules/web/Controllers/AccountManagerController.php:57 +#: ../../../modules/web/Controllers/AuthTokenController.php:65 +#: ../../../modules/web/Controllers/AuthTokenController.php:97 +#: ../../../modules/web/Controllers/AuthTokenController.php:162 +#: ../../../modules/web/Controllers/AuthTokenController.php:192 +#: ../../../modules/web/Controllers/AuthTokenController.php:235 +#: ../../../modules/web/Controllers/AuthTokenController.php:270 +#: ../../../modules/web/Controllers/AuthTokenController.php:319 +#: ../../../modules/web/Controllers/CategoryController.php:66 +#: ../../../modules/web/Controllers/CategoryController.php:100 +#: ../../../modules/web/Controllers/CategoryController.php:164 +#: ../../../modules/web/Controllers/CategoryController.php:194 +#: ../../../modules/web/Controllers/CategoryController.php:237 +#: ../../../modules/web/Controllers/CategoryController.php:277 +#: ../../../modules/web/Controllers/CategoryController.php:317 +#: ../../../modules/web/Controllers/ClientController.php:64 +#: ../../../modules/web/Controllers/ClientController.php:96 +#: ../../../modules/web/Controllers/ClientController.php:160 +#: ../../../modules/web/Controllers/ClientController.php:190 +#: ../../../modules/web/Controllers/ClientController.php:230 +#: ../../../modules/web/Controllers/ClientController.php:268 +#: ../../../modules/web/Controllers/ClientController.php:304 +#: ../../../modules/web/Controllers/CustomFieldController.php:65 +#: ../../../modules/web/Controllers/CustomFieldController.php:97 +#: ../../../modules/web/Controllers/CustomFieldController.php:159 +#: ../../../modules/web/Controllers/CustomFieldController.php:189 +#: ../../../modules/web/Controllers/CustomFieldController.php:221 +#: ../../../modules/web/Controllers/CustomFieldController.php:258 +#: ../../../modules/web/Controllers/CustomFieldController.php:295 +#: ../../../modules/web/Controllers/EventlogController.php:101 +#: ../../../modules/web/Controllers/ItemPresetController.php:67 +#: ../../../modules/web/Controllers/ItemPresetController.php:149 +#: ../../../modules/web/Controllers/ItemPresetController.php:184 +#: ../../../modules/web/Controllers/ItemPresetController.php:222 +#: ../../../modules/web/Controllers/ItemPresetController.php:252 +#: ../../../modules/web/Controllers/ItemPresetController.php:291 +#: ../../../modules/web/Controllers/ItemPresetController.php:330 +#: ../../../modules/web/Controllers/NotificationController.php:100 +#: ../../../modules/web/Controllers/NotificationController.php:160 +#: ../../../modules/web/Controllers/NotificationController.php:175 +#: ../../../modules/web/Controllers/NotificationController.php:206 +#: ../../../modules/web/Controllers/NotificationController.php:237 +#: ../../../modules/web/Controllers/NotificationController.php:288 +#: ../../../modules/web/Controllers/NotificationController.php:315 +#: ../../../modules/web/Controllers/NotificationController.php:348 +#: ../../../modules/web/Controllers/PluginController.php:98 +#: ../../../modules/web/Controllers/PluginController.php:117 +#: ../../../modules/web/Controllers/PublicLinkController.php:68 +#: ../../../modules/web/Controllers/PublicLinkController.php:100 +#: ../../../modules/web/Controllers/PublicLinkController.php:162 +#: ../../../modules/web/Controllers/PublicLinkController.php:188 +#: ../../../modules/web/Controllers/PublicLinkController.php:218 +#: ../../../modules/web/Controllers/PublicLinkController.php:259 +#: ../../../modules/web/Controllers/PublicLinkController.php:291 +#: ../../../modules/web/Controllers/PublicLinkController.php:333 +#: ../../../modules/web/Controllers/TagController.php:65 +#: ../../../modules/web/Controllers/TagController.php:99 +#: ../../../modules/web/Controllers/TagController.php:159 +#: ../../../modules/web/Controllers/TagController.php:189 +#: ../../../modules/web/Controllers/TagController.php:223 +#: ../../../modules/web/Controllers/TagController.php:254 +#: ../../../modules/web/Controllers/TagController.php:285 +#: ../../../modules/web/Controllers/UserController.php:69 +#: ../../../modules/web/Controllers/UserController.php:101 +#: ../../../modules/web/Controllers/UserController.php:186 +#: ../../../modules/web/Controllers/UserController.php:218 +#: ../../../modules/web/Controllers/UserController.php:254 +#: ../../../modules/web/Controllers/UserController.php:296 +#: ../../../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 +#: ../../../modules/web/Controllers/UserGroupController.php:198 +#: ../../../modules/web/Controllers/UserGroupController.php:238 +#: ../../../modules/web/Controllers/UserGroupController.php:277 +#: ../../../modules/web/Controllers/UserGroupController.php:316 +#: ../../../modules/web/Controllers/UserProfileController.php:64 +#: ../../../modules/web/Controllers/UserProfileController.php:96 +#: ../../../modules/web/Controllers/UserProfileController.php:163 +#: ../../../modules/web/Controllers/UserProfileController.php:193 +#: ../../../modules/web/Controllers/UserProfileController.php:233 +#: ../../../modules/web/Controllers/UserProfileController.php:268 +#: ../../../modules/web/Controllers/UserProfileController.php:304 +msgid "No tiene permisos para realizar esta operación" +msgstr "You don't have permission to do this operation" + #: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:136 msgid "No tiene permisos para acceder a esta página" @@ -327,7 +421,7 @@ msgstr "Unable to load the \"%s\" plugin" #. (itstool) path: action/text #: ../../../../lib/SP/Plugin/PluginManager.php:245 -#: ../../../config/actions.xml:523 +#: ../../../config/actions.xml:529 msgid "Nuevo Plugin" msgstr "New Plugin" @@ -486,7 +580,7 @@ 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:171 +#: ../../../modules/web/Controllers/ConfigManagerController.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 @@ -683,7 +777,7 @@ msgstr "Error while deleting the field type" #: ../../../../lib/SP/Repositories/EventLog/EventlogRepository.php:53 msgid "Error al vaciar el registro de eventos" -msgstr "Error while clearing the event log" +msgstr "Error while clearing the event log out" #: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 msgid "Error al crear permiso" @@ -804,20 +898,28 @@ msgstr "Error while removing the tags" msgid "Error al eliminar etiqueta" msgstr "Error while removing the tag" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:63 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:68 msgid "Error al crear track" msgstr "Error while creating track" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:80 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:85 msgid "Error al eliminar track" msgstr "Error while removing the track" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:108 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error al actualizar track" +msgstr "Error while updating the track" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error al vaciar tracks" +msgstr "Error while clearing tracks out" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:146 msgid "Error al obtener track" msgstr "Error while retrieving the track" -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:131 -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:163 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:169 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:202 msgid "Error al obtener tracks" msgstr "Error while retrieving the tracks" @@ -1490,9 +1592,9 @@ msgstr "Category imported" #: ../../../modules/api/Controllers/CategoryController.php:91 #: ../../../modules/api/Controllers/CategoryController.php:121 #: ../../../modules/api/Controllers/CategoryController.php:150 -#: ../../../modules/web/Controllers/CategoryController.php:215 -#: ../../../modules/web/Controllers/CategoryController.php:249 -#: ../../../modules/web/Controllers/CategoryController.php:289 +#: ../../../modules/web/Controllers/CategoryController.php:220 +#: ../../../modules/web/Controllers/CategoryController.php:254 +#: ../../../modules/web/Controllers/CategoryController.php:294 #: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 @@ -1842,21 +1944,22 @@ msgstr "Unable to create the lock file" msgid "Esperando actualización de progreso ..." msgstr "Waiting for progress updating ..." -#: ../../../../lib/SP/Services/Track/TrackService.php:86 -#: ../../../../lib/SP/Services/Track/TrackService.php:103 +#: ../../../../lib/SP/Services/Track/TrackService.php:87 +#: ../../../../lib/SP/Services/Track/TrackService.php:101 +#: ../../../../lib/SP/Services/Track/TrackService.php:128 msgid "Track no encontrado" msgstr "Track not found" -#: ../../../../lib/SP/Services/Track/TrackService.php:137 +#: ../../../../lib/SP/Services/Track/TrackService.php:162 #, php-format msgid "Intentos excedidos (%d/%d)" msgstr "Attempts exceeded (%d/%d)" -#: ../../../../lib/SP/Services/Track/TrackService.php:138 +#: ../../../../lib/SP/Services/Track/TrackService.php:163 msgid "Segundos" msgstr "Seconds" -#: ../../../../lib/SP/Services/Track/TrackService.php:183 +#: ../../../../lib/SP/Services/Track/TrackService.php:208 msgid "Dirección IP no establecida" msgstr "IP address not set" @@ -1870,8 +1973,8 @@ msgid "Error al aplicar la actualización de la aplicación" msgstr "Error while applying the application update" #: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:72 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:97 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:105 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 msgid "Compruebe el registro de eventos para más detalles" msgstr "Please, check the event log for more details" @@ -1907,7 +2010,7 @@ msgstr "Parameter" #: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:113 #: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:229 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:160 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:161 #: ../../../modules/web/Controllers/ConfigBackupController.php:118 #: ../../../modules/web/themes/material-blue/views/config/info.inc:40 #: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:28 @@ -1953,27 +2056,27 @@ msgstr "Field updated" msgid "Campo" msgstr "Field" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:88 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:119 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:89 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:120 msgid "Actualizar BBDD" msgstr "Update DB" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:95 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:96 msgid "Error al aplicar la actualización auxiliar" msgstr "Error while applying an auxiliary update" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:103 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:174 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:178 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:104 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:175 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:179 msgid "Error al aplicar la actualización de la Base de Datos" msgstr "Error while updating the database" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:151 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:153 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 msgid "El archivo de actualización no contiene datos" msgstr "The update file does not contain data" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:184 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 msgid "Actualización de la Base de Datos realizada correctamente." msgstr "Database updating was completed successfully." @@ -2152,97 +2255,6 @@ msgstr "Error while sending the data" msgid "Opción no disponible" msgstr "Option unavailable" -#: ../../../../lib/SP/Util/ErrorUtil.php:140 -#: ../../../modules/web/Controllers/AccountFileController.php:261 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 -#: ../../../modules/web/Controllers/AccountManagerController.php:57 -#: ../../../modules/web/Controllers/AuthTokenController.php:65 -#: ../../../modules/web/Controllers/AuthTokenController.php:97 -#: ../../../modules/web/Controllers/AuthTokenController.php:162 -#: ../../../modules/web/Controllers/AuthTokenController.php:192 -#: ../../../modules/web/Controllers/AuthTokenController.php:235 -#: ../../../modules/web/Controllers/AuthTokenController.php:270 -#: ../../../modules/web/Controllers/AuthTokenController.php:319 -#: ../../../modules/web/Controllers/CategoryController.php:63 -#: ../../../modules/web/Controllers/CategoryController.php:95 -#: ../../../modules/web/Controllers/CategoryController.php:159 -#: ../../../modules/web/Controllers/CategoryController.php:189 -#: ../../../modules/web/Controllers/CategoryController.php:232 -#: ../../../modules/web/Controllers/CategoryController.php:272 -#: ../../../modules/web/Controllers/CategoryController.php:312 -#: ../../../modules/web/Controllers/ClientController.php:64 -#: ../../../modules/web/Controllers/ClientController.php:96 -#: ../../../modules/web/Controllers/ClientController.php:160 -#: ../../../modules/web/Controllers/ClientController.php:190 -#: ../../../modules/web/Controllers/ClientController.php:230 -#: ../../../modules/web/Controllers/ClientController.php:268 -#: ../../../modules/web/Controllers/ClientController.php:304 -#: ../../../modules/web/Controllers/CustomFieldController.php:65 -#: ../../../modules/web/Controllers/CustomFieldController.php:97 -#: ../../../modules/web/Controllers/CustomFieldController.php:159 -#: ../../../modules/web/Controllers/CustomFieldController.php:189 -#: ../../../modules/web/Controllers/CustomFieldController.php:221 -#: ../../../modules/web/Controllers/CustomFieldController.php:258 -#: ../../../modules/web/Controllers/CustomFieldController.php:295 -#: ../../../modules/web/Controllers/EventlogController.php:94 -#: ../../../modules/web/Controllers/ItemPresetController.php:67 -#: ../../../modules/web/Controllers/ItemPresetController.php:149 -#: ../../../modules/web/Controllers/ItemPresetController.php:184 -#: ../../../modules/web/Controllers/ItemPresetController.php:222 -#: ../../../modules/web/Controllers/ItemPresetController.php:252 -#: ../../../modules/web/Controllers/ItemPresetController.php:291 -#: ../../../modules/web/Controllers/ItemPresetController.php:330 -#: ../../../modules/web/Controllers/NotificationController.php:100 -#: ../../../modules/web/Controllers/NotificationController.php:160 -#: ../../../modules/web/Controllers/NotificationController.php:175 -#: ../../../modules/web/Controllers/NotificationController.php:206 -#: ../../../modules/web/Controllers/NotificationController.php:237 -#: ../../../modules/web/Controllers/NotificationController.php:288 -#: ../../../modules/web/Controllers/NotificationController.php:315 -#: ../../../modules/web/Controllers/NotificationController.php:348 -#: ../../../modules/web/Controllers/PluginController.php:98 -#: ../../../modules/web/Controllers/PluginController.php:117 -#: ../../../modules/web/Controllers/PublicLinkController.php:68 -#: ../../../modules/web/Controllers/PublicLinkController.php:100 -#: ../../../modules/web/Controllers/PublicLinkController.php:162 -#: ../../../modules/web/Controllers/PublicLinkController.php:188 -#: ../../../modules/web/Controllers/PublicLinkController.php:218 -#: ../../../modules/web/Controllers/PublicLinkController.php:259 -#: ../../../modules/web/Controllers/PublicLinkController.php:291 -#: ../../../modules/web/Controllers/PublicLinkController.php:333 -#: ../../../modules/web/Controllers/TagController.php:62 -#: ../../../modules/web/Controllers/TagController.php:94 -#: ../../../modules/web/Controllers/TagController.php:154 -#: ../../../modules/web/Controllers/TagController.php:184 -#: ../../../modules/web/Controllers/TagController.php:218 -#: ../../../modules/web/Controllers/TagController.php:249 -#: ../../../modules/web/Controllers/TagController.php:280 -#: ../../../modules/web/Controllers/UserController.php:69 -#: ../../../modules/web/Controllers/UserController.php:101 -#: ../../../modules/web/Controllers/UserController.php:186 -#: ../../../modules/web/Controllers/UserController.php:218 -#: ../../../modules/web/Controllers/UserController.php:254 -#: ../../../modules/web/Controllers/UserController.php:296 -#: ../../../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 -#: ../../../modules/web/Controllers/UserGroupController.php:198 -#: ../../../modules/web/Controllers/UserGroupController.php:238 -#: ../../../modules/web/Controllers/UserGroupController.php:277 -#: ../../../modules/web/Controllers/UserGroupController.php:316 -#: ../../../modules/web/Controllers/UserProfileController.php:64 -#: ../../../modules/web/Controllers/UserProfileController.php:96 -#: ../../../modules/web/Controllers/UserProfileController.php:163 -#: ../../../modules/web/Controllers/UserProfileController.php:193 -#: ../../../modules/web/Controllers/UserProfileController.php:233 -#: ../../../modules/web/Controllers/UserProfileController.php:268 -#: ../../../modules/web/Controllers/UserProfileController.php:304 -msgid "No tiene permisos para realizar esta operación" -msgstr "You don't have permission to do this operation" - #: ../../../../lib/SP/Util/ErrorUtil.php:148 #: ../../../../lib/SP/Util/ErrorUtil.php:155 msgid "Se ha producido una excepción" @@ -2312,7 +2324,7 @@ msgstr "Account" #: ../../../modules/api/Controllers/ClientController.php:126 #: ../../../modules/api/Controllers/ClientController.php:155 #: ../../../modules/api/Controllers/TagController.php:118 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 #: ../../../modules/web/Controllers/ItemPresetController.php:274 #: ../../../modules/web/Controllers/ItemPresetController.php:307 #: ../../../modules/web/Controllers/ItemPresetController.php:346 @@ -2369,22 +2381,22 @@ msgstr "Category displayed" #: ../../../modules/api/Controllers/CategoryController.php:90 #: ../../../modules/api/Controllers/CategoryController.php:95 -#: ../../../modules/web/Controllers/CategoryController.php:248 -#: ../../../modules/web/Controllers/CategoryController.php:252 +#: ../../../modules/web/Controllers/CategoryController.php:253 +#: ../../../modules/web/Controllers/CategoryController.php:257 msgid "Categoría creada" msgstr "Category added" #: ../../../modules/api/Controllers/CategoryController.php:120 #: ../../../modules/api/Controllers/CategoryController.php:125 -#: ../../../modules/web/Controllers/CategoryController.php:288 -#: ../../../modules/web/Controllers/CategoryController.php:292 +#: ../../../modules/web/Controllers/CategoryController.php:293 +#: ../../../modules/web/Controllers/CategoryController.php:297 msgid "Categoría actualizada" msgstr "Category updated" #: ../../../modules/api/Controllers/CategoryController.php:149 #: ../../../modules/api/Controllers/CategoryController.php:154 -#: ../../../modules/web/Controllers/CategoryController.php:214 -#: ../../../modules/web/Controllers/CategoryController.php:218 +#: ../../../modules/web/Controllers/CategoryController.php:219 +#: ../../../modules/web/Controllers/CategoryController.php:223 msgid "Categoría eliminada" msgstr "Category deleted" @@ -2652,19 +2664,19 @@ msgstr "Tag" #: ../../../modules/api/Controllers/TagController.php:88 #: ../../../modules/api/Controllers/TagController.php:92 -#: ../../../modules/web/Controllers/TagController.php:229 +#: ../../../modules/web/Controllers/TagController.php:234 msgid "Etiqueta creada" msgstr "Tag added" #: ../../../modules/api/Controllers/TagController.php:116 #: ../../../modules/api/Controllers/TagController.php:121 -#: ../../../modules/web/Controllers/TagController.php:260 +#: ../../../modules/web/Controllers/TagController.php:265 msgid "Etiqueta actualizada" msgstr "Tag updated" #: ../../../modules/api/Controllers/TagController.php:145 #: ../../../modules/api/Controllers/TagController.php:149 -#: ../../../modules/web/Controllers/TagController.php:203 +#: ../../../modules/web/Controllers/TagController.php:208 msgid "Etiqueta eliminada" msgstr "Tag removed" @@ -2698,7 +2710,7 @@ msgstr "HTTPS" #: ../../../modules/web/Controllers/AccountController.php:256 #: ../../../modules/web/Controllers/AccountController.php:300 #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 -#: ../../../config/actions.xml:151 +#: ../../../config/actions.xml:157 msgid "Nueva Cuenta" msgstr "New Account" @@ -2707,7 +2719,7 @@ msgstr "New Account" #: ../../../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 +#: ../../../config/actions.xml:163 msgid "Editar Cuenta" msgstr "Edit Account" @@ -2719,8 +2731,8 @@ msgstr "Edit Account" #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 -#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 -#: ../../../config/actions.xml:781 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 msgid "Eliminar Cuenta" msgstr "Remove Account" @@ -2763,7 +2775,7 @@ msgstr "Requester" #: ../../../modules/web/Controllers/AccountController.php:920 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 #: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 @@ -2907,30 +2919,30 @@ msgid "Autorización visualizada" msgstr "Authorization viewed" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:99 +#: ../../../modules/web/Controllers/CategoryController.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 #: ../../../modules/web/themes/material-blue/views/account/account.inc:110 -#: ../../../config/actions.xml:301 +#: ../../../config/actions.xml:307 msgid "Nueva Categoría" msgstr "New Category" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:162 +#: ../../../modules/web/Controllers/CategoryController.php:167 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 -#: ../../../config/actions.xml:307 +#: ../../../config/actions.xml:313 msgid "Editar Categoría" msgstr "Edit Category" -#: ../../../modules/web/Controllers/CategoryController.php:201 -#: ../../../modules/web/Controllers/CategoryController.php:204 +#: ../../../modules/web/Controllers/CategoryController.php:206 +#: ../../../modules/web/Controllers/CategoryController.php:209 msgid "Categorías eliminadas" msgstr "Categories deleted" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:315 -#: ../../../config/actions.xml:295 +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 msgid "Ver Categoría" msgstr "View Category" @@ -2939,7 +2951,7 @@ msgstr "View Category" #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 #: ../../../modules/web/themes/material-blue/views/account/account.inc:86 -#: ../../../config/actions.xml:331 +#: ../../../config/actions.xml:337 msgid "Nuevo Cliente" msgstr "New Client" @@ -2947,7 +2959,7 @@ msgstr "New Client" #: ../../../modules/web/Controllers/ClientController.php:163 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 -#: ../../../config/actions.xml:337 +#: ../../../config/actions.xml:343 msgid "Editar Cliente" msgstr "Edit Client" @@ -2958,7 +2970,7 @@ msgstr "Clients deleted" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ClientController.php:307 -#: ../../../config/actions.xml:325 +#: ../../../config/actions.xml:331 msgid "Ver Cliente" msgstr "View Client" @@ -3197,7 +3209,7 @@ msgstr "Mail disabled" msgid "Compruebe su buzón de correo" msgstr "Please, check your inbox" -#: ../../../modules/web/Controllers/ConfigManagerController.php:157 +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 #: ../../../modules/web/themes/material-blue/views/install/index.inc:131 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 @@ -3205,59 +3217,59 @@ msgid "General" msgstr "General" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:186 +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 #: ../../../config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:205 +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:231 +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 msgid "Correo" msgstr "Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 msgid "Encriptación" msgstr "Encryption" -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "Último backup" msgstr "Last backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "No se encontraron backups" msgstr "There aren't any backups available" -#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "Última exportación" msgstr "Last export" -#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "No se encontró archivo de exportación" msgstr "No export file found" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:322 +#: ../../../modules/web/Controllers/ConfigManagerController.php:323 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 -#: ../../../config/actions.xml:721 +#: ../../../config/actions.xml:727 msgid "Copia de Seguridad" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:339 +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 msgid "Importar Cuentas" msgstr "Import Accounts" -#: ../../../modules/web/Controllers/ConfigManagerController.php:357 +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 msgid "No instalado" msgstr "Not installed" -#: ../../../modules/web/Controllers/ConfigManagerController.php:361 +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 #: ../../../modules/web/themes/material-blue/inc/Icons.php:63 msgid "Información" msgstr "Information" @@ -3328,8 +3340,8 @@ msgstr "It will be running shortly" msgid "Error en la verificación de la base de datos" msgstr "Error while checking the database" -#: ../../../modules/web/Controllers/EventlogController.php:112 -#: ../../../modules/web/Controllers/EventlogController.php:115 +#: ../../../modules/web/Controllers/EventlogController.php:119 +#: ../../../modules/web/Controllers/EventlogController.php:122 msgid "Registro de eventos vaciado" msgstr "Event log cleared" @@ -3376,14 +3388,14 @@ msgstr "Save" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 -#: ../../../config/actions.xml:433 +#: ../../../config/actions.xml:439 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 +#: ../../../config/actions.xml:421 msgid "Crear Enlace Público" msgstr "Create Public Link" @@ -3394,7 +3406,7 @@ msgstr "Create Public Link" #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 #: ../../../modules/web/themes/material-blue/inc/Icons.php:34 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:259 +#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 msgid "Ver Clave" msgstr "View password" @@ -3408,7 +3420,7 @@ msgstr "Copy Password to Clipboard" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../config/actions.xml:187 +#: ../../../config/actions.xml:193 msgid "Copiar Cuenta" msgstr "Copy Account" @@ -3474,7 +3486,7 @@ msgstr "Delete Selected" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 -#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 msgid "Buscar Cuenta" msgstr "Search for Account" @@ -3484,6 +3496,7 @@ msgstr "Accounts (H)" #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 #: ../../../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 @@ -3510,7 +3523,7 @@ msgstr "Removed" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 -#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 msgid "Restaurar Cuenta" msgstr "Account Restore" @@ -3535,14 +3548,14 @@ msgstr "Delete Authorization" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 -#: ../../../config/actions.xml:319 +#: ../../../config/actions.xml:325 msgid "Buscar Categoría" msgstr "Search for Category" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 -#: ../../../config/actions.xml:313 +#: ../../../config/actions.xml:319 msgid "Eliminar Categoría" msgstr "Delete Category" @@ -3558,14 +3571,14 @@ msgstr "NO" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 -#: ../../../config/actions.xml:349 +#: ../../../config/actions.xml:355 msgid "Buscar Cliente" msgstr "Search for Client" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 -#: ../../../config/actions.xml:343 +#: ../../../config/actions.xml:349 msgid "Eliminar Cliente" msgstr "Delete Client" @@ -3596,49 +3609,50 @@ msgid "Eliminar Campo" msgstr "Delete Field" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:88 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:318 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 #: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 -#: ../../../config/actions.xml:127 +#: ../../../config/actions.xml:133 msgid "Registro de Eventos" msgstr "Event Log" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 msgid "Fecha / Hora" msgstr "Date / Time" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 msgid "Nivel" msgstr "Level" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 msgid "Evento" msgstr "Event" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 #: ../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 msgid "IP" msgstr "IP" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 msgid "Buscar Evento" msgstr "Search for Events" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 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 "Clear event log" +msgstr "Clear the event log out" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 @@ -3652,7 +3666,7 @@ msgstr "Files" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 -#: ../../../config/actions.xml:469 +#: ../../../config/actions.xml:475 msgid "Buscar Archivo" msgstr "Search for File" @@ -3660,7 +3674,7 @@ msgstr "Search for File" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:445 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 msgid "Ver Archivo" msgstr "View File" @@ -3668,7 +3682,7 @@ msgstr "View File" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 -#: ../../../config/actions.xml:211 ../../../config/actions.xml:451 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 msgid "Descargar Archivo" msgstr "Download File" @@ -3676,7 +3690,7 @@ msgstr "Download File" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 msgid "Eliminar Archivo" msgstr "Delete File" @@ -3707,7 +3721,7 @@ msgstr "Forced" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 -#: ../../../config/actions.xml:841 +#: ../../../config/actions.xml:847 msgid "Buscar Valor" msgstr "Search for Value" @@ -3751,14 +3765,14 @@ msgstr "New Account Password Preset" #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 #: ../../../modules/web/Controllers/ItemPresetController.php:225 -#: ../../../config/actions.xml:859 +#: ../../../config/actions.xml:865 msgid "Editar Valor" msgstr "Edit Value" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 -#: ../../../config/actions.xml:865 +#: ../../../config/actions.xml:871 msgid "Eliminar Valor" msgstr "Delete Value" @@ -3767,7 +3781,7 @@ msgstr "Delete Value" #: ../../../modules/web/themes/material-blue/inc/Icons.php:65 #: ../../../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 +#: ../../../config/actions.xml:673 msgid "Notificaciones" msgstr "Notifications" @@ -3789,7 +3803,7 @@ msgstr "Only Admins" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 -#: ../../../config/actions.xml:829 +#: ../../../config/actions.xml:835 msgid "Buscar Notificación" msgstr "Search for Notification" @@ -3803,14 +3817,14 @@ msgstr "New Notification" #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 #: ../../../modules/web/Controllers/NotificationController.php:103 -#: ../../../config/actions.xml:799 +#: ../../../config/actions.xml:805 msgid "Ver Notificación" msgstr "View Notification" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 -#: ../../../config/actions.xml:823 +#: ../../../config/actions.xml:829 msgid "Marcar Notificación" msgstr "Checkout Notification" @@ -3818,14 +3832,14 @@ msgstr "Checkout Notification" #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 #: ../../../modules/web/Controllers/NotificationController.php:210 -#: ../../../config/actions.xml:811 +#: ../../../config/actions.xml:817 msgid "Editar Notificación" msgstr "Edit Notification" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 -#: ../../../config/actions.xml:817 +#: ../../../config/actions.xml:823 msgid "Eliminar Notificación" msgstr "Delete Notification" @@ -3845,7 +3859,7 @@ msgstr "Unavailable" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 -#: ../../../config/actions.xml:535 +#: ../../../config/actions.xml:541 msgid "Buscar Plugin" msgstr "Search for Plugin" @@ -3853,7 +3867,7 @@ msgstr "Search for Plugin" #: ../../../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 +#: ../../../config/actions.xml:535 msgid "Ver Plugin" msgstr "View Plugin" @@ -3933,37 +3947,55 @@ msgstr "Delete Link" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 -#: ../../../config/actions.xml:517 +#: ../../../config/actions.xml:523 msgid "Buscar Etiqueta" msgstr "Search for Tag" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 -#: ../../../modules/web/Controllers/TagController.php:98 +#: ../../../modules/web/Controllers/TagController.php:103 #: ../../../modules/web/themes/material-blue/views/account/account.inc:217 -#: ../../../config/actions.xml:493 +#: ../../../config/actions.xml:499 msgid "Nueva Etiqueta" msgstr "New Tag" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 -#: ../../../modules/web/Controllers/TagController.php:157 -#: ../../../config/actions.xml:505 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 msgid "Editar Etiqueta" msgstr "Edit Tag" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 -#: ../../../config/actions.xml:511 +#: ../../../config/actions.xml:517 msgid "Eliminar Etiqueta" msgstr "Delete Tag" +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Origen" +msgstr "Source" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 -#: ../../../config/actions.xml:589 +#: ../../../config/actions.xml:595 msgid "Buscar Usuario" msgstr "Search for User" @@ -3971,7 +4003,7 @@ msgstr "Search for User" #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 #: ../../../modules/web/Controllers/UserController.php:105 -#: ../../../config/actions.xml:565 +#: ../../../config/actions.xml:571 msgid "Nuevo Usuario" msgstr "New User" @@ -3979,14 +4011,14 @@ msgstr "New User" #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 #: ../../../modules/web/Controllers/UserController.php:190 -#: ../../../config/actions.xml:571 +#: ../../../config/actions.xml:577 msgid "Editar Usuario" msgstr "Edit User" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 -#: ../../../config/actions.xml:577 +#: ../../../config/actions.xml:583 msgid "Eliminar Usuario" msgstr "Delete User" @@ -3996,13 +4028,13 @@ msgstr "Delete User" msgid "Importar usuarios de LDAP" msgstr "Import users from LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:234 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 msgid "Ver Detalles de Usuario" msgstr "View User Details" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:250 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:251 +#: ../../../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 @@ -4011,7 +4043,7 @@ msgstr "Change User's Password" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 -#: ../../../config/actions.xml:619 +#: ../../../config/actions.xml:625 msgid "Buscar Grupo" msgstr "Search for Group" @@ -4019,7 +4051,7 @@ msgstr "Search for Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 #: ../../../modules/web/Controllers/UserGroupController.php:106 -#: ../../../config/actions.xml:601 +#: ../../../config/actions.xml:607 msgid "Nuevo Grupo" msgstr "New Group" @@ -4027,7 +4059,7 @@ msgstr "New Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 #: ../../../modules/web/Controllers/UserGroupController.php:319 -#: ../../../config/actions.xml:595 +#: ../../../config/actions.xml:601 msgid "Ver Grupo" msgstr "View Group" @@ -4035,14 +4067,14 @@ msgstr "View Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 #: ../../../modules/web/Controllers/UserGroupController.php:171 -#: ../../../config/actions.xml:607 +#: ../../../config/actions.xml:613 msgid "Editar Grupo" msgstr "Edit Group" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 -#: ../../../config/actions.xml:613 +#: ../../../config/actions.xml:619 msgid "Eliminar Grupo" msgstr "Delete Group" @@ -4053,7 +4085,7 @@ msgstr "Profiles" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 -#: ../../../config/actions.xml:649 +#: ../../../config/actions.xml:655 msgid "Buscar Perfil" msgstr "Search for Profile" @@ -4061,7 +4093,7 @@ msgstr "Search for Profile" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 #: ../../../modules/web/Controllers/UserProfileController.php:100 -#: ../../../config/actions.xml:631 +#: ../../../config/actions.xml:637 msgid "Nuevo Perfil" msgstr "New Profile" @@ -4074,14 +4106,14 @@ msgstr "View Profile Details" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 #: ../../../modules/web/Controllers/UserProfileController.php:166 -#: ../../../config/actions.xml:637 +#: ../../../config/actions.xml:643 msgid "Editar Perfil" msgstr "Edit Profile" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:198 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 -#: ../../../config/actions.xml:643 +#: ../../../config/actions.xml:649 msgid "Eliminar Perfil" msgstr "Delete Profile" @@ -4090,24 +4122,12 @@ msgstr "Delete Profile" msgid "Buscar" msgstr "Search" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:290 -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" -msgstr "Users and Accesses" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:304 -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" -msgstr "Items and Customizations" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 #: ../../../modules/web/themes/material-blue/inc/Icons.php:61 #: ../../../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 +#: ../../../config/actions.xml:679 msgid "Configuración" msgstr "Configuration" @@ -4125,13 +4145,13 @@ msgstr "Installation finished" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ItemPresetController.php:70 -#: ../../../config/actions.xml:847 +#: ../../../config/actions.xml:853 msgid "Ver Valor" msgstr "Display Value" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ItemPresetController.php:195 -#: ../../../config/actions.xml:853 +#: ../../../config/actions.xml:859 msgid "Nuevo Valor" msgstr "New Value" @@ -4238,16 +4258,24 @@ msgstr "Version unavailable" msgid "Notificaciones no disponibles" msgstr "Notifications not available" -#: ../../../modules/web/Controllers/TagController.php:195 +#: ../../../modules/web/Controllers/TagController.php:200 msgid "Etiquetas eliminadas" msgstr "Tags deleted" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:283 -#: ../../../config/actions.xml:499 +#: ../../../modules/web/Controllers/TagController.php:288 +#: ../../../config/actions.xml:505 msgid "Ver Etiqueta" msgstr "View Tag" +#: ../../../modules/web/Controllers/TrackController.php:110 +msgid "Track desbloqueado" +msgstr "Track unlocked" + +#: ../../../modules/web/Controllers/TrackController.php:135 +msgid "Tracks limpiados" +msgstr "Tracks cleared out" + #: ../../../modules/web/Controllers/Traits/ConfigTrait.php:68 msgid "Configuración actualizada" msgstr "Configuration updated" @@ -4299,7 +4327,7 @@ msgstr "User updated" #. (itstool) path: action/text #: ../../../modules/web/Controllers/UserController.php:439 -#: ../../../config/actions.xml:559 +#: ../../../config/actions.xml:565 msgid "Ver Usuario" msgstr "View User" @@ -4373,7 +4401,7 @@ msgstr "Profile updated" #. (itstool) path: action/text #: ../../../modules/web/Controllers/UserProfileController.php:307 -#: ../../../config/actions.xml:625 +#: ../../../config/actions.xml:631 msgid "Ver Perfil" msgstr "View Profile" @@ -4699,7 +4727,7 @@ msgstr "Extension not allowed" #: ../../../config/strings.js.inc:46 msgid "Vaciar el registro de eventos?" -msgstr "Clear event log?" +msgstr "Clear the event log out?" #: ../../../config/strings.js.inc:47 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:177 @@ -4778,7 +4806,7 @@ msgstr "Copy Username" #. (itstool) path: action/text #: ../../../config/strings.js.inc:60 #: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:36 -#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 msgid "Copiar Clave" msgstr "Copy Password" @@ -4836,7 +4864,7 @@ msgstr "Mark as Favorite" #. (itstool) path: action/text #: ../../../config/strings.js.inc:75 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 -#: ../../../config/actions.xml:247 +#: ../../../config/actions.xml:253 msgid "Eliminar Favorito" msgstr "Delete Favorite" @@ -4911,6 +4939,10 @@ msgstr "Error while checking for updates" msgid "Avisos de sysPass" msgstr "sysPass Notices" +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + #: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 msgid "Javascript es necesario para el correcto funcionamiento" msgstr "Javascript is needed in order to run correctly" @@ -5537,7 +5569,7 @@ msgstr "" #: ../../../modules/web/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." +msgstr "The exported items are accounts, clients, categories and tags." #: ../../../modules/web/themes/material-blue/views/config/backup.inc:184 msgid "" @@ -5978,8 +6010,7 @@ msgid "" "Permite realizar la importación de Cuentas, Categorías y Clientes desde " "archivos XML y CSV." msgstr "" -"Allows to import the Accounts, Categories and Customers from XML or CSV " -"files." +"Allows to import the Accounts, Categories and Clients from XML or CSV files." #: ../../../modules/web/themes/material-blue/views/config/import.inc:105 msgid "" @@ -6685,7 +6716,7 @@ msgstr "View account password" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 -#: ../../../config/actions.xml:253 +#: ../../../config/actions.xml:259 msgid "Ver Historial" msgstr "View History" @@ -6783,7 +6814,7 @@ msgstr "Default Values Management" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 -#: ../../../config/actions.xml:679 +#: ../../../config/actions.xml:685 msgid "Configuración General" msgstr "General Configuration" @@ -7013,7 +7044,7 @@ msgstr "Always show the hidden actions on the accounts search page." #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 -#: ../../../config/actions.xml:271 +#: ../../../config/actions.xml:277 msgid "Ver Wiki" msgstr "View Wiki" @@ -7042,6 +7073,11 @@ msgstr "Requests" msgid "Favoritos" msgstr "Favorites" +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Items and Customizations" + #. (itstool) path: action/text #: ../../../config/actions.xml:49 msgid "Gestión Categorías" @@ -7082,261 +7118,286 @@ msgstr "Tags Management" msgid "Gestión Plugins" msgstr "Plugins Management" +#. (itstool) path: action/text +#: ../../../config/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Users and Accesses" + #. (itstool) path: action/text #: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 msgid "Gestión Usuarios" msgstr "Users Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 +#: ../../../config/actions.xml:121 msgid "Gestión Grupos" msgstr "Groups Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 +#: ../../../config/actions.xml:127 msgid "Gestión Perfiles" msgstr "Profiles Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:133 +#: ../../../config/actions.xml:139 msgid "Buscar Eventos" msgstr "Search for Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:139 +#: ../../../config/actions.xml:145 msgid "Limpiar Eventos" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:145 ../../../config/actions.xml:475 +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 msgid "Ver Cuenta" msgstr "View Account" #. (itstool) path: action/text -#: ../../../config/actions.xml:175 +#: ../../../config/actions.xml:181 msgid "Editar Clave de Cuenta" msgstr "Edit Account Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:205 ../../../config/actions.xml:463 +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 msgid "Subir Archivo" msgstr "Upload File" #. (itstool) path: action/text -#: ../../../config/actions.xml:223 +#: ../../../config/actions.xml:229 msgid "Buscar Archivos" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 +#: ../../../config/actions.xml:235 msgid "Listar Archivos" msgstr "List Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 +#: ../../../config/actions.xml:241 msgid "Ver Favoritos" msgstr "Show Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:241 +#: ../../../config/actions.xml:247 msgid "Añadir Favorito" msgstr "Mark as Favorite" #. (itstool) path: action/text -#: ../../../config/actions.xml:277 +#: ../../../config/actions.xml:283 msgid "Añadir Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:283 +#: ../../../config/actions.xml:289 msgid "Editar Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 +#: ../../../config/actions.xml:295 msgid "Eliminar Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:355 +#: ../../../config/actions.xml:361 msgid "Nuevo Token API" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 +#: ../../../config/actions.xml:367 msgid "Ver Token API" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 +#: ../../../config/actions.xml:373 msgid "Editar Token API" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 +#: ../../../config/actions.xml:379 msgid "Eliminar Token API" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 +#: ../../../config/actions.xml:385 msgid "Buscar Token API" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 +#: ../../../config/actions.xml:391 msgid "Nuevo Campo Personalizado" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 +#: ../../../config/actions.xml:397 msgid "Ver Campo Personalizado" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 +#: ../../../config/actions.xml:403 msgid "Editar Campo Personalizado" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 +#: ../../../config/actions.xml:409 msgid "Eliminar Campo Personalizado" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 +#: ../../../config/actions.xml:415 msgid "Buscar Campo Personalizado" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:421 +#: ../../../config/actions.xml:427 msgid "Ver Enlace Público" msgstr "Show Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: ../../../config/actions.xml:433 msgid "Eliminar Enlace Público" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:439 +#: ../../../config/actions.xml:445 msgid "Buscar Enlace Público" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:541 +#: ../../../config/actions.xml:547 msgid "Habilitar Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:547 +#: ../../../config/actions.xml:553 msgid "Deshabilitar Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:553 +#: ../../../config/actions.xml:559 msgid "Restablecer Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:583 +#: ../../../config/actions.xml:589 msgid "Editar Clave Usuario" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:655 +#: ../../../config/actions.xml:661 msgid "Configuración Usuario" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:661 +#: ../../../config/actions.xml:667 msgid "Preferencias General" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:685 +#: ../../../config/actions.xml:691 msgid "Configuración Cuentas" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:691 +#: ../../../config/actions.xml:697 msgid "Configuración Wiki" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:697 +#: ../../../config/actions.xml:703 msgid "Configuración Encriptación" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 +#: ../../../config/actions.xml:709 msgid "Actualizar Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 +#: ../../../config/actions.xml:715 msgid "Clave Maestra Temporal" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 +#: ../../../config/actions.xml:721 msgid "Configuración Copia de Seguridad" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 +#: ../../../config/actions.xml:733 msgid "Configuración Importación" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 +#: ../../../config/actions.xml:739 msgid "Importar CSV" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:739 +#: ../../../config/actions.xml:745 msgid "Importar XML" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 +#: ../../../config/actions.xml:751 msgid "Configuración Exportación" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 +#: ../../../config/actions.xml:757 msgid "Exportación" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 +#: ../../../config/actions.xml:763 msgid "Configuración Email" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 +#: ../../../config/actions.xml:769 msgid "Configuración LDAP" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 +#: ../../../config/actions.xml:775 msgid "Sincronización LDAP" msgstr "LDAP synchronization" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 +#: ../../../config/actions.xml:781 msgid "Gestión de Cuenta (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:805 +#: ../../../config/actions.xml:811 msgid "Crear Notificación" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:835 +#: ../../../config/actions.xml:841 msgid "Gestión Valores Predeterminados" msgstr "Preset Values Management" +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" + #. (itstool) path: strings/text #: ../../../config/strings.xml:4 msgid "Color" @@ -7474,9 +7535,6 @@ msgstr "Link" #~ "Without this function, an attacker could take your account on password " #~ "reset." -#~ msgid "Origen" -#~ msgstr "Source" - #~ msgid "Crear Cuenta" #~ msgstr "Add Account" @@ -7519,9 +7577,6 @@ msgstr "Link" #~ msgid "El enlace no existe" #~ msgstr "The link does not exist" -#~ msgid "Error al actualizar track" -#~ msgstr "Error while updating the track" - #~ msgid "Grupo en uso" #~ msgstr "Group in use" @@ -7716,7 +7771,7 @@ msgstr "Link" #~ "needed." #~ msgid "Actualizando IDs de clientes" -#~ msgstr "Updating customers ID" +#~ msgstr "Updating clients ID" #~ msgid "Actualizando IDs de grupos" #~ msgstr "Updating groups ID" diff --git a/app/locales/fr_FR/LC_MESSAGES/messages.mo b/app/locales/fr_FR/LC_MESSAGES/messages.mo index 484cf48c58ab5859283ede5426863b8b874a87bf..853458870bc71893ce1cae054d1760ef8d181474 100644 GIT binary patch literal 118011 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\n" "Language-Team: language@syspass.org\n" "Language: fr_FR\n" @@ -20,176 +20,372 @@ msgstr "" "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" +#: ../../../modules/web/Controllers/AccountFileController.php:161 +msgid "CONSULTA INVÁLIDA" +msgstr "REQUETE INVALIDE" -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Actuel: %s - Requis: 750" +#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:64 +msgid "La sesión no se ha iniciado o ha caducado" +msgstr "Session non démarrée ou expirée" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Erreur Interne" +#: ../../../modules/web/Forms/AccountForm.php:164 +msgid "Es necesario un nombre de cuenta" +msgstr "Nom du compte requis" -#: ../../../../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é" +#: ../../../modules/web/Forms/AccountForm.php:168 +#: ../../../modules/web/Forms/ClientForm.php:84 +#, fuzzy +msgid "Es necesario un nombre de cliente" +msgstr "Nom de client requis" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error al generar datos cifrados" -msgstr "Erreur pendant la création des données de chiffrement" +#: ../../../modules/web/Forms/AccountForm.php:161 +#, fuzzy +msgid "Es necesario un usuario" +msgstr "Nom d'utilisateur requis" -#: ../../../../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" +#: ../../../modules/web/Forms/AccountForm.php:150 +msgid "Es necesaria una clave" +msgstr "Une clé est requise" -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "IP invalide" +#: ../../../modules/web/Forms/AccountForm.php:172 +msgid "Es necesario una categoría" +msgstr "Une catégorie est requise" -#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 -#, php-format -msgid "Es necesaria una clave con al menos %d caracteres" -msgstr "Password needs to be %d characters long" +#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:114 +msgid "Acción Inválida" +msgstr "Action Invalide" -#: ../../../../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\"" +#: ../../../modules/web/Controllers/ConfigBackupController.php:86 +#: ../../../modules/web/Controllers/UserPassResetController.php:173 +#: ../../../modules/web/Forms/AccountForm.php:154 +#: ../../../modules/web/Forms/UserForm.php:161 +msgid "Las claves no coinciden" +msgstr "Les mots de passe ne correspondent pas" -#: ../../../../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\"" +#: ../../../modules/api/Controllers/AccountController.php:187 +#: ../../../modules/api/Controllers/AccountController.php:193 +#: ../../../modules/web/Controllers/AccountController.php:708 +#: ../../../modules/web/Controllers/AccountController.php:719 +msgid "Cuenta creada" +msgstr "Compte ajouté" -#: ../../../../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/Repositories/Account/AccountRepository.php:200 +msgid "Error al crear la cuenta" +msgstr "Erreur pendant la création du compte" -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Réalisé par: %s (%s)" +#: ../../../modules/web/Controllers/ConfigLdapController.php:95 +#: ../../../modules/web/Controllers/ConfigMailController.php:102 +#: ../../../config/strings.js.inc:80 +msgid "Sin cambios" +msgstr "Aucun changement" -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 -#, php-format -msgid "Dirección IP: %s" -msgstr "Adresse IP: %s" +#: ../../../modules/api/Controllers/AccountController.php:236 +#: ../../../modules/api/Controllers/AccountController.php:242 +#: ../../../modules/web/Controllers/AccountController.php:753 +#: ../../../modules/web/Controllers/AccountController.php:764 +msgid "Cuenta actualizada" +msgstr "Compte actualisé" -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Requête" +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:385 +msgid "Error al modificar la cuenta" +msgstr "Erreur pendant la modification du compte" + +#: ../../../modules/api/Controllers/AccountController.php:309 +#: ../../../modules/api/Controllers/AccountController.php:315 +#: ../../../modules/web/Controllers/AccountController.php:883 +#: ../../../modules/web/Controllers/AccountController.php:888 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:110 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:115 +#: ../../../modules/web/Controllers/AccountManagerController.php:113 +#: ../../../modules/web/Controllers/AccountManagerController.php:118 +#, fuzzy +msgid "Cuenta eliminada" +msgstr "Compte supprimé" + +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:323 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error al eliminar la cuenta" +msgstr "Erreur pendant la suppression du compte" + +#: ../../../modules/api/Controllers/AccountController.php:138 +#: ../../../modules/api/Controllers/AccountController.php:144 +#: ../../../modules/web/Controllers/AccountController.php:794 +#: ../../../modules/web/Controllers/AccountController.php:805 +#: ../../../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" +msgstr "Mot de passe actualisé" + +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:413 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:235 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:260 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:219 +msgid "Error al actualizar la clave" +msgstr "Erreur pendant l'actualisation du mot de passe" + +#: ../../../modules/web/Controllers/AccountController.php:833 +#: ../../../modules/web/Controllers/AccountController.php:844 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:145 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:150 +msgid "Cuenta restaurada" +msgstr "Compte restauré" + +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:303 +#: ../../../../lib/SP/Services/Account/AccountService.php:549 +msgid "Error al restaurar cuenta" +msgstr "Erreur pendant la restauration du compte" #. (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:86 -#: ../../../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" +#: ../../../modules/web/Controllers/UserController.php:439 +#: ../../../config/actions.xml:565 +msgid "Ver Usuario" +msgstr "Voir Utilisateur" -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -msgid "Notificación" -msgstr "Notification" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 +#: ../../../modules/web/Controllers/UserController.php:190 +#: ../../../config/actions.xml:577 +msgid "Editar Usuario" +msgstr "Éditer Utilisateur" -#: ../../../../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" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 +#: ../../../modules/web/Controllers/UserController.php:105 +#: ../../../config/actions.xml:571 +msgid "Nuevo Usuario" +msgstr "Nouvel Utilisateur" -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 -#, php-format -msgid "Cuentas actualizadas: %d / %d" -msgstr "Comptes actualisés: %d / %d" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 +#: ../../../modules/web/Controllers/UserGroupController.php:319 +#: ../../../config/actions.xml:601 +msgid "Ver Grupo" +msgstr "Voir Groupe" -#: ../../../../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)" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 +#: ../../../modules/web/Controllers/UserGroupController.php:171 +#: ../../../config/actions.xml:613 +msgid "Editar Grupo" +msgstr "Éditer Groupe" -#: ../../../../lib/SP/Services/Auth/LoginService.php:589 -msgid "N/D" -msgstr "N/A" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 +#: ../../../modules/web/Controllers/UserGroupController.php:106 +#: ../../../config/actions.xml:607 +msgid "Nuevo Grupo" +msgstr "Nouveau Groupe" -#: ../../../../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\")" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserProfileController.php:307 +#: ../../../config/actions.xml:631 +msgid "Ver Perfil" +msgstr "Voir Profil" -#: ../../../../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" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 +#: ../../../modules/web/Controllers/UserProfileController.php:166 +#: ../../../config/actions.xml:643 +msgid "Editar Perfil" +msgstr "Éditer Profil" -#: ../../../../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)" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 +#: ../../../modules/web/Controllers/UserProfileController.php:100 +#: ../../../config/actions.xml:637 +msgid "Nuevo Perfil" +msgstr "Nouveau Profil" -#: ../../../../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 "" -"Un nouveau Mot de Passe Maître sysPass a été généré et sera demandé lors du " -"prochain démarrage" - -#: ../../../../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" - -#: ../../../../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" - -#: ../../../../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" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Actualisation des données chiffrées" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 -msgid "Categorías" -msgstr "Catégories" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:307 +#: ../../../config/actions.xml:331 #, fuzzy -msgid "Clientes" -msgstr "Clients" +msgid "Ver Cliente" +msgstr "Voir Client" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 +#: ../../../config/actions.xml:343 +#, fuzzy +msgid "Editar Cliente" +msgstr "Éditer Client" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:337 +#, fuzzy +msgid "Nuevo Cliente" +msgstr "Nouveau Client" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 +msgid "Ver Categoría" +msgstr "Voir Catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 +#: ../../../config/actions.xml:313 +msgid "Editar Categoría" +msgstr "Éditer Catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 +#: ../../../config/actions.xml:307 +msgid "Nueva Categoría" +msgstr "Nouvelle Catégorie" + +#: ../../../modules/web/Controllers/AuthTokenController.php:322 +msgid "Ver Autorización" +msgstr "Voir Autorisation" + +#: ../../../modules/web/Controllers/AuthTokenController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:151 +msgid "Nueva Autorización" +msgstr "Nouvelle Autorisation" + +#: ../../../modules/web/Controllers/AuthTokenController.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:186 +msgid "Editar Autorización" +msgstr "Éditer Autorisation" + +#: ../../../modules/web/Controllers/CustomFieldController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:154 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 +msgid "Nuevo Campo" +msgstr "Nouveau champ" + +#: ../../../modules/web/Controllers/CustomFieldController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 +msgid "Editar Campo" +msgstr "Éditer Champ" + +#: ../../../modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "Es necesario un nombre de usuario" +msgstr "Nom d'utilisateur requis" + +#: ../../../modules/web/Forms/UserForm.php:115 +msgid "Es necesario un login" +msgstr "Login requis" + +#: ../../../modules/web/Forms/UserForm.php:119 +msgid "Es necesario un perfil" +msgstr "Profil requis" + +#: ../../../modules/web/Forms/UserForm.php:123 +msgid "Es necesario un grupo" +msgstr "Groupe requis" + +#: ../../../modules/web/Forms/UserForm.php:127 +msgid "Es necesario un email" +msgstr "Courriel requis" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:53 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:92 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:151 +#: ../../../modules/web/Controllers/ConfigImportController.php:56 +#: ../../../modules/web/Controllers/ConfigLdapController.php:218 +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:55 +#: ../../../modules/web/Forms/UserForm.php:131 +#: ../../../modules/web/Forms/UserForm.php:153 +#: ../../../modules/web/Forms/UserForm.php:171 +msgid "Ey, esto es una DEMO!!" +msgstr "Hey, ceci est une DEMO" + +#: ../../../modules/web/Controllers/UserPassResetController.php:169 +#: ../../../modules/web/Forms/AuthTokenForm.php:101 +#: ../../../modules/web/Forms/UserForm.php:157 +msgid "La clave no puede estar en blanco" +msgstr "Le mot de passe ne peut pas être vide" + +#: ../../../modules/web/Controllers/UserController.php:311 +#: ../../../modules/web/Controllers/UserController.php:317 +msgid "Usuario creado" +msgstr "Utilisateur ajouté" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:471 +msgid "Error al crear el usuario" +msgstr "Erreur pendant la création de l'utilisateur" + +#: ../../../modules/web/Controllers/UserController.php:372 +#: ../../../modules/web/Controllers/UserController.php:378 +msgid "Usuario actualizado" +msgstr "Utilisateur actualisé" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:100 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:674 +#: ../../../../lib/SP/Services/User/UserService.php:310 +msgid "Error al actualizar el usuario" +msgstr "Erreur pendant l'actualisation de l'utilisateur" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:165 +#: ../../../../lib/SP/Services/User/UserService.php:331 +msgid "Error al modificar la clave" +msgstr "Erreur pendant la modification du mot de passe" + +#: ../../../modules/web/Forms/UserForm.php:179 +msgid "No es posible eliminar, usuario en uso" +msgstr "Impossible à supprimer, utilisateur en cours d'utilisation" + +#: ../../../modules/web/Controllers/UserController.php:277 +#: ../../../modules/web/Controllers/UserController.php:281 +msgid "Usuario eliminado" +msgstr "Utilisateur supprimé" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error al eliminar el usuario" +msgstr "Erreur pendant la suppression de l'utilisateur" + +#: ../../../modules/web/Forms/UserGroupForm.php:84 +msgid "Es necesario un nombre de grupo" +msgstr "Nom de groupe requis" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:305 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:350 +msgid "Nombre de grupo duplicado" +msgstr "Nom de groupe dupliqué" + +#: ../../../modules/web/Controllers/UserGroupController.php:253 +#: ../../../modules/web/Controllers/UserGroupController.php:257 +msgid "Grupo creado" +msgstr "Groupe ajouté" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:314 +msgid "Error al crear el grupo" +msgstr "Erreur pendant la création du groupe" + +#: ../../../modules/web/Controllers/UserGroupController.php:292 +#: ../../../modules/web/Controllers/UserGroupController.php:296 +msgid "Grupo actualizado" +msgstr "Groupe actualisé" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:360 +msgid "Error al actualizar el grupo" +msgstr "Erreur pendant l'actualisation du groupe" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:99 @@ -202,304 +398,378 @@ msgstr "Clients" msgid "Usuarios" msgstr "Utilisateurs" -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 -msgid "Grupos" -msgstr "Groupes" +#. (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/ConfigBackupController.php:120 +#: ../../../modules/web/Controllers/ConfigManagerController.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 +#: ../../../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/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)" +#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:115 +msgid "No es posible eliminar" +msgstr "Impossible à supprimer" -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Format détecté: %s" +#: ../../../modules/web/Controllers/UserGroupController.php:219 +#: ../../../modules/web/Controllers/UserGroupController.php:223 +msgid "Grupo eliminado" +msgstr "Groupe supprimé" -#: ../../../../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/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error al eliminar el grupo" +msgstr "Erreur pendant la suppression du groupe" -#: ../../../../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" +#: ../../../modules/web/Forms/UserProfileForm.php:116 +msgid "Es necesario un nombre de perfil" +msgstr "Nom de profil requis" -#: ../../../../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/Repositories/UserProfile/UserProfileRepository.php:229 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:274 +msgid "Nombre de perfil duplicado" +msgstr "Nom de profil dupliqué" -#: ../../../../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" +#: ../../../modules/web/Controllers/UserProfileController.php:248 +msgid "Perfil creado" +msgstr "Profil ajouté" -#: ../../../../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)" +#: ../../../modules/web/Controllers/UserProfileController.php:284 +msgid "Perfil actualizado" +msgstr "Profil actualisé" -#: ../../../../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')" +#: ../../../modules/web/Controllers/UserProfileController.php:215 +#: ../../../modules/web/Controllers/UserProfileController.php:219 +msgid "Perfil eliminado" +msgstr "Profil supprimé" -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" +#: ../../../../lib/SP/Services/Import/KeepassImport.php:77 +#: ../../../modules/api/Controllers/ClientController.php:93 +#: ../../../modules/api/Controllers/ClientController.php:98 +#: ../../../modules/web/Controllers/ClientController.php:244 +#: ../../../modules/web/Controllers/ClientController.php:248 +#, fuzzy +msgid "Cliente creado" +msgstr "Client ajouté" + +#: ../../../modules/api/Controllers/ClientController.php:124 +#: ../../../modules/api/Controllers/ClientController.php:129 +#: ../../../modules/web/Controllers/ClientController.php:280 +#: ../../../modules/web/Controllers/ClientController.php:284 +#, fuzzy +msgid "Cliente actualizado" +msgstr "Client actualisé" + +#: ../../../modules/api/Controllers/ClientController.php:153 +#: ../../../modules/api/Controllers/ClientController.php:158 +#: ../../../modules/web/Controllers/ClientController.php:212 +#: ../../../modules/web/Controllers/ClientController.php:216 +#, fuzzy +msgid "Cliente eliminado" +msgstr "Client supprimé" + +#: ../../../modules/web/Forms/CategoryForm.php:83 +msgid "Es necesario un nombre de categoría" +msgstr "Nom de catégorie requis" + +#: ../../../modules/api/Controllers/CategoryController.php:90 +#: ../../../modules/api/Controllers/CategoryController.php:95 +#: ../../../modules/web/Controllers/CategoryController.php:253 +#: ../../../modules/web/Controllers/CategoryController.php:257 +msgid "Categoría creada" +msgstr "Catégorie ajoutée" + +#: ../../../modules/api/Controllers/CategoryController.php:120 +#: ../../../modules/api/Controllers/CategoryController.php:125 +#: ../../../modules/web/Controllers/CategoryController.php:293 +#: ../../../modules/web/Controllers/CategoryController.php:297 +msgid "Categoría actualizada" +msgstr "Catégorie actualisée" + +#: ../../../modules/api/Controllers/CategoryController.php:149 +#: ../../../modules/api/Controllers/CategoryController.php:154 +#: ../../../modules/web/Controllers/CategoryController.php:219 +#: ../../../modules/web/Controllers/CategoryController.php:223 +msgid "Categoría eliminada" +msgstr "Catégorie supprimée" + +#: ../../../modules/web/Controllers/AuthTokenController.php:250 +msgid "Autorización creada" +msgstr "Autorisation ajoutée" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +#: ../../../modules/web/Controllers/AuthTokenController.php:283 +#: ../../../modules/web/Controllers/AuthTokenController.php:292 +#: ../../../modules/web/Controllers/AuthTokenController.php:299 +msgid "Autorización actualizada" +msgstr "Autorisation mise à jour" + +#: ../../../modules/web/Controllers/AuthTokenController.php:217 +#: ../../../modules/web/Controllers/AuthTokenController.php:221 +msgid "Autorización eliminada" +msgstr "Autorisation supprimée" + +#: ../../../modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Nombre del campo no indicado" +msgstr "Nom de champ indéfini" + +#: ../../../modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Tipo del campo no indicado" +msgstr "Type de champ indéfini" + +#: ../../../modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Módulo del campo no indicado" +msgstr "Module de champ indéfini" + +#: ../../../modules/web/Controllers/CustomFieldController.php:234 +#: ../../../modules/web/Controllers/CustomFieldController.php:238 +msgid "Campo creado" +msgstr "Champ ajouté" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +#: ../../../modules/web/Controllers/CustomFieldController.php:271 +#: ../../../modules/web/Controllers/CustomFieldController.php:275 +msgid "Campo actualizado" +msgstr "Champ mis à jour" + +#: ../../../modules/web/Controllers/CustomFieldController.php:206 +msgid "Campo eliminado" +msgstr "Champ supprimé" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:96 +msgid "Realizar Backup" +msgstr "Effectuer une sauvegarde" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:114 +msgid "Error al realizar el backup" +msgstr "Erreur pendant la sauvegarde" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:116 +#: ../../../../lib/SP/Services/Export/XmlExportService.php:167 +#: ../../../modules/web/Controllers/ConfigImportController.php:80 +#: ../../../modules/web/Controllers/ConfigImportController.php:83 +msgid "Revise el registro de eventos para más detalles" +msgstr "Veuillez consulter le journal des évènements pour plus de détails" + +#: ../../../modules/api/Controllers/ConfigController.php:57 +#: ../../../modules/web/Controllers/ConfigBackupController.php:64 +msgid "Copia de la aplicación y base de datos realizada correctamente" msgstr "" -"Erreur lors du paramétrage des permissions de la base de données ('%s')" +"Sauvegarde de l'application et de la base de données effectuées correctement" -#: ../../../../lib/SP/Services/Install/MySQL.php:309 -#, php-format -msgid "Error al seleccionar la BBDD '%s' (%s)" -msgstr "Error while selecting database '%s' (%s)" +#: ../../../modules/api/Controllers/ConfigController.php:61 +#: ../../../modules/web/Controllers/ConfigBackupController.php:67 +msgid "Proceso de backup finalizado" +msgstr "Processus de sauvegarde terminé" -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 -msgid "Importado desde LDAP" -msgstr "Importé depuis LDAP" +#: ../../../../inc/SP/Core/XmlExport.class.php:146 +msgid "Error al realizar la exportación de cuentas" +msgstr "Erreur pendant l'exportation de comptes" -#: ../../../../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/Export/XmlExportService.php:165 +msgid "Error al realizar la exportación" +msgstr "Problème durant l'export" -#: ../../../../lib/SP/Services/Task/TaskService.php:184 -msgid "Esperando actualización de progreso ..." -msgstr "Patientez pendant la mise à jour" +#: ../../../../inc/SP/Core/XmlExport.class.php:155 +msgid "Exportación de cuentas realizada correctamente" +msgstr "Export réalisé avec succès" -#: ../../../../lib/SP/Services/Track/TrackService.php:137 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Tentatives dépassées (%d/%d)" +#: ../../../modules/api/Controllers/ConfigController.php:91 +#: ../../../modules/api/Controllers/ConfigController.php:94 +#: ../../../modules/web/Controllers/ConfigBackupController.php:102 +#: ../../../modules/web/Controllers/ConfigBackupController.php:127 +msgid "Proceso de exportación finalizado" +msgstr "Processus d'export terminé" -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:151 -msgid "El archivo de actualización no contiene datos" -msgstr "The update file does not contain data" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +msgid "Los parámetros de LDAP no están configurados" +msgstr "Les paramètres LDAP ne sont pas définis" -#: ../../../../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" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +#: ../../../modules/web/Controllers/ConfigLdapController.php:154 +#: ../../../modules/web/Controllers/ConfigLdapController.php:197 +msgid "Conexión a LDAP correcta" +msgstr "Connexion LDAP OK" -#: ../../../../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" +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:109 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objetos encontrados" +msgstr "Objets trouvés" -#: ../../../../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/Controller/ConfigActionController.class.php:257 +msgid "Modificar Configuración" +msgstr "Modifier Configuration" -#: ../../../../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" +#: ../../../modules/web/Controllers/ConfigAccountController.php:70 +msgid "El tamaño máximo por archivo es de 16MB" +msgstr "La taille maximale par fichier est de 16 MB" -#: ../../../../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)" +#: ../../../config/strings.js.inc:45 +msgid "Extensión no permitida" +msgstr "Extension non autorisée" -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 -msgid "Error al obtener los datos" -msgstr "Erreur lors de la récupérartion des données" +#: ../../../modules/web/Controllers/ConfigGeneralController.php:115 +#, fuzzy +msgid "Faltan parámetros de Proxy" +msgstr "Paramètres proxy manquant" -#: ../../../../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)" +#: ../../../modules/web/Controllers/ConfigGeneralController.php:129 +msgid "Proxy habiltado" +msgstr "Proxy activé" -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 -msgid "Datos no cargados" -msgstr "Données non chargées" +#: ../../../modules/web/Controllers/ConfigGeneralController.php:134 +msgid "Proxy deshabilitado" +msgstr "Proxy désactivé" -#: ../../../../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/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" -#: ../../../../lib/SP/Storage/File/FileHandler.php:86 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Impossible d'ouvrir le fichier (%s)" +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 +msgid "General" +msgstr "Générale" -#: ../../../../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)" +#: ../../../modules/web/Controllers/ConfigWikiController.php:59 +msgid "Faltan parámetros de Wiki" +msgstr "Paramètres Wiki manquants" -#: ../../../../lib/SP/Storage/File/FileHandler.php:170 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Impossible de fermer le fichier (%s)" +#: ../../../modules/web/Controllers/ConfigWikiController.php:69 +msgid "Wiki habiltada" +msgstr "Wiki activé" -#: ../../../../lib/SP/Storage/File/FileHandler.php:185 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" +#: ../../../modules/web/Controllers/ConfigWikiController.php:74 +msgid "Wiki deshabilitada" +msgstr "Wiki désactivé" -#: ../../../../lib/SP/Storage/File/FileHandler.php:200 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 +#: ../../../config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" -#: ../../../../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)" +#: ../../../modules/web/Controllers/ConfigLdapController.php:69 +#: ../../../modules/web/Controllers/ConfigLdapController.php:139 +#: ../../../modules/web/Controllers/ConfigLdapController.php:175 +msgid "Faltan parámetros de LDAP" +msgstr "Paramètres LDAP manquants" -#: ../../../../lib/SP/Storage/File/FileHandler.php:252 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Unable to delete file (%s)" +#: ../../../modules/web/Controllers/ConfigLdapController.php:88 +msgid "LDAP habiltado" +msgstr "LDAP activé" -#: ../../../../lib/SP/Util/ErrorUtil.php:128 -msgid "Opción no disponible" -msgstr "Option indisponible" +#: ../../../modules/web/Controllers/ConfigLdapController.php:93 +msgid "LDAP deshabilitado" +msgstr "LDAP désactivé" -#: ../../../../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" +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 +msgid "LDAP" +msgstr "LDAP" -#: ../../../../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" +#: ../../../modules/web/Controllers/ConfigMailController.php:68 +#: ../../../modules/web/Controllers/ConfigMailController.php:125 +msgid "Faltan parámetros de Correo" +msgstr "Paramètres de Courriel manquants" -#: ../../../../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" +#: ../../../modules/web/Controllers/ConfigMailController.php:93 +msgid "Correo habiltado" +msgstr "Courriel activé" -#: ../../../../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" +#: ../../../modules/web/Controllers/ConfigMailController.php:100 +msgid "Correo deshabilitado" +msgstr "Courriel désactivé" +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 +msgid "Correo" +msgstr "Courriel" + +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuración actualizada" +msgstr "Configuration actualisée" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:291 +#: ../../../../lib/SP/Services/Auth/LoginService.php:310 +#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:144 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:68 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:142 #: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 #, fuzzy msgid "Clave maestra actualizada" msgstr "Mot de Passe Maître actualisé" +#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 #: ../../../../lib/SP/Util/ErrorUtil.php:145 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:68 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:142 #: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 msgid "Reinicie la sesión para cambiarla" msgstr "Redémarrez la session pour mettre à jour" -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -#: ../../../../lib/SP/Util/ErrorUtil.php:155 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:72 #, fuzzy -msgid "Se ha producido una excepción" -msgstr "Une erreur est survenue" +msgid "Clave maestra no indicada" +msgstr "Mot de Passe Maître requis" -#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 -msgid "Fallo de autentificación" -msgstr "Erreur d'authentification" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:76 +msgid "Se ha de confirmar el cambio de clave" +msgstr "Le changement de mot de passe doit être confirmé" -#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 -msgid "Error al realizar la consulta" -msgstr "Erreur durant la requête" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:80 +msgid "Las claves son idénticas" +msgstr "Les mots de passe sont identiques" -#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 -msgid "URL de conexión no establecida" -msgstr "URL de connexion non paramétré" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:84 +msgid "Las claves maestras no coinciden" +msgstr "Les Mots de passe Maîtres ne correspondent pas" -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" -msgstr "Mot de passe actualisé" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:88 +msgid "La clave maestra actual no coincide" +msgstr "Le Mot de Passe Maître actuel indiqué est incorrect" -#: ../../../modules/api/Controllers/AccountController.php:193 -msgid "Cuenta creada" -msgstr "Compte ajouté" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Errores al actualizar las claves de las cuentas" +msgstr "Erreur pendant la modification des mots de passe des comptes" -#: ../../../modules/api/Controllers/AccountController.php:242 -msgid "Cuenta actualizada" -msgstr "Compte actualisé" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:233 +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" -#: ../../../modules/api/Controllers/AccountController.php:315 -#, fuzzy -msgid "Cuenta eliminada" -msgstr "Compte supprimé" +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Errores al actualizar datos de campos personalizados" +msgstr "Erreur pendant la mise à jour de champs personnalisés" -#: ../../../modules/api/Controllers/CategoryController.php:95 -msgid "Categoría creada" -msgstr "Catégorie ajoutée" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:71 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:77 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:67 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:75 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:108 +msgid "Actualizar Clave Maestra" +msgstr "Mettre à jour le Mot de Passe Maître" -#: ../../../modules/api/Controllers/CategoryController.php:125 -msgid "Categoría actualizada" -msgstr "Catégorie actualisée" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:138 +msgid "Error al guardar el hash de la clave maestra" +msgstr "Erreur pendant la sauvegarde du hash du Mot de passe Maître" -#: ../../../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" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:102 +msgid "Generar Clave Temporal" +msgstr "Générer un Mot de Passe Temporaire" #: ../../../modules/api/Controllers/Help/AccountHelp.php:69 #: ../../../modules/api/Controllers/Help/AccountHelp.php:85 @@ -533,585 +803,98 @@ msgstr "Envoyer les détails de la réponse" 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:83 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:85 -msgid "Fecha Caducidad Clave" -msgstr "Date d'Expiration" +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:190 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:196 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:200 +msgid "Clave Temporal Generada" +msgstr "Mot de Passe Temporaire Géneré" -#: ../../../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" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:109 +msgid "Error al generar clave temporal" +msgstr "Erreur pendant la génération du mot de passe temporaire" -#: ../../../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" +#: ../../../../inc/SP/Controller/LoginController.class.php:124 +msgid "Usuario/Clave no introducidos" +msgstr "Utilisateur/Mot de Passe non saisi" -#: ../../../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 +#: ../../../../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" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:243 +#: ../../../../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:226 +#: ../../../../lib/SP/Services/Account/AccountService.php:231 +#: ../../../../lib/SP/Services/Api/ApiService.php:129 +#: ../../../../lib/SP/Services/Api/ApiService.php:227 +#: ../../../../lib/SP/Services/Api/ApiService.php:235 +#: ../../../../lib/SP/Services/Auth/LoginService.php:187 +#: ../../../../lib/SP/Services/Auth/LoginService.php:340 +#: ../../../../lib/SP/Services/Auth/LoginService.php:489 +#: ../../../../lib/SP/Services/Auth/LoginService.php:494 +#: ../../../../lib/SP/Services/Auth/LoginService.php:526 +#: ../../../../lib/SP/Services/Auth/LoginService.php:633 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:306 +#: ../../../../lib/SP/Services/CustomField/CustomFieldService.php:203 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:108 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:79 +#: ../../../../lib/SP/Services/User/UserPassService.php:229 +#: ../../../modules/web/Controllers/Traits/ItemTrait.php:122 +#: ../../../modules/web/Controllers/Traits/ItemTrait.php:177 +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" +msgstr "" +"Erreur pendant l'actualisation du mot de passe utilisateur dans la base de " +"données" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:157 +#: ../../../../lib/SP/Services/Auth/LoginService.php:445 +#: ../../../../lib/SP/Services/Auth/LoginService.php:452 +#: ../../../../lib/SP/Services/Auth/LoginService.php:560 +#: ../../../../lib/SP/Services/Auth/LoginService.php:565 +#: ../../../../lib/SP/Services/Auth/LoginService.php:604 +#: ../../../../lib/SP/Services/Auth/LoginService.php:609 #, 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:194 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:19 -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:211 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:38 -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:236 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:8 -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:102 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 -#: ../../../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:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:476 -#: ../../../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:256 -#: ../../../modules/web/Controllers/AccountController.php:300 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 -#: ../../../config/actions.xml:151 -msgid "Nueva Cuenta" -msgstr "Nouveau Compte" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:344 -#: ../../../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:389 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:145 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 -#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 -#: ../../../config/actions.xml:781 -msgid "Eliminar Cuenta" -msgstr "Supprimer Compte" - -#: ../../../modules/web/Controllers/AccountController.php:432 -#: ../../../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" - -#: ../../../modules/web/Controllers/AccountFileController.php:186 -#, php-format -msgid "Extensión: %s" -msgstr "Extension: %s" - -#: ../../../modules/web/Controllers/AccountFileController.php:370 -msgid "Gestión de archivos deshabilitada" -msgstr "Gestion des fichiers désactivée" - -#: ../../../modules/web/Controllers/AccountFileController.php:387 -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:150 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:151 -msgid "Nueva Autorización" -msgstr "Nouvelle Autorisation" - -#: ../../../modules/web/Controllers/AuthTokenController.php:165 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:186 -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:147 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 -#: ../../../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:165 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 -#: ../../../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:150 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 -#: ../../../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:168 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 -#: ../../../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:149 -#: ../../../modules/web/Controllers/ConfigLdapController.php:191 -msgid "Resultados" -msgstr "Résultats" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:155 -#: ../../../modules/web/Controllers/ConfigLdapController.php:198 -#, php-format -msgid "Objetos encontrados: %d" -msgstr "Objet trouvé : %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:271 -#, php-format -msgid "Usuarios importados: %d / %d" -msgstr "Utilisateurs importés: %d / %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:272 -#, 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/item_preset.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 -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:457 -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" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:357 -msgid "No instalado" -msgstr "Non installé" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:361 -msgid "Información" -msgstr "Information" - -#: ../../../modules/web/Controllers/CustomFieldController.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:154 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 -msgid "Nuevo Campo" -msgstr "Nouveau champ" - -#: ../../../modules/web/Controllers/CustomFieldController.php:162 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:172 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 -msgid "Editar Campo" -msgstr "Éditer Champ" - -#: ../../../modules/web/Controllers/CustomFieldController.php:298 -msgid "Ver Campo" -msgstr "Voir le champ" - -#: ../../../modules/web/Controllers/ErrorController.php:107 -msgid "Aplicación en mantenimiento" -msgstr "Application en maintenance" - -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" -msgstr "Sera opérationnel sous peu" - -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" -msgstr "Voir Actuel" - -#: ../../../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:292 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:437 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" -msgstr "Demande de Modification" - -#: ../../../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" - -#: ../../../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" - -#. (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" - -#. (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" - -#. (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" - -#: ../../../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" - -#. (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" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:67 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" -msgstr "Mot de Passe du Compte" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 -msgid "Más Acciones" -msgstr "Plus d'Actions" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:99 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:100 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:104 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 -#, fuzzy -msgid "Ordenar por Cliente" -msgstr "Trier par Client" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:98 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:99 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:100 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:102 -#: ../../../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/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:528 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:16 -msgid "Nombre" -msgstr "Nom" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 -msgid "Ordenar por Nombre" -msgstr "Trier par Nom" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 -msgid "Ordenar por Categoría" -msgstr "Trier par Catégorie" - +msgid "Login incorrecto" +msgstr "Login incorrect" + +#: ../../../../lib/SP/Core/Acl/Acl.php:296 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:112 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:110 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:142 +#: ../../../../lib/SP/Services/Auth/LoginService.php:217 +#: ../../../../lib/SP/Services/Auth/LoginService.php:235 +#: ../../../../lib/SP/Services/Auth/LoginService.php:375 +#: ../../../../lib/SP/Services/Auth/LoginService.php:442 +#: ../../../../lib/SP/Services/Auth/LoginService.php:550 +#: ../../../../lib/SP/Services/Auth/LoginService.php:593 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:238 #: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: ../../../modules/web/Controllers/LoginController.php:102 +#: ../../../modules/web/Controllers/UserController.php:278 +#: ../../../modules/web/Controllers/UserController.php:312 +#: ../../../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 #: ../../../modules/web/themes/material-blue/views/account/account-history.inc:91 @@ -1144,315 +927,65 @@ msgstr "Trier par Catégorie" msgid "Usuario" msgstr "Utilisateur" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 -msgid "Ordenar por Usuario" -msgstr "Trier par Nom d'Utilisateur" +#: ../../../../lib/SP/Services/Auth/LoginService.php:460 +#: ../../../../lib/SP/Services/Auth/LoginService.php:465 +msgid "Cuenta expirada" +msgstr "Compte expiré" -#: ../../../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" +#: ../../../../lib/SP/Services/Auth/LoginService.php:473 +#: ../../../../lib/SP/Services/Auth/LoginService.php:478 +msgid "El usuario no tiene grupos asociados" +msgstr "L'utilisateur n'a pas de groupe associé" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 -msgid "Ordenar por URL / IP" -msgstr "Trier par URL / IP" +#: ../../../../lib/SP/Services/Auth/LoginService.php:594 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 +msgid "Autentificación" +msgstr "Authentification" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:67 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:68 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:69 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:69 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:71 -msgid "Eliminar Seleccionados" -msgstr "Supprimer Sélection" +#: ../../../../lib/SP/Services/Auth/LoginService.php:216 +#: ../../../../lib/SP/Services/Auth/LoginService.php:223 +msgid "Usuario deshabilitado" +msgstr "Utilisateur désactivé" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 -#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 -msgid "Buscar Cuenta" -msgstr "Rechercher un Compte" +#: ../../../../inc/SP/Controller/LoginController.class.php:246 +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" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:87 -msgid "Cuentas (H)" -msgstr "Comptes (H)" +#: ../../../../lib/SP/Services/Auth/LoginService.php:328 +msgid "La clave maestra no ha sido guardada o es incorrecta" +msgstr "Mot de Passe Maître non sauvegardé ou incorrect" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 -msgid "Estado" -msgstr "Status" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:124 -msgid "Modificada" -msgstr "Modifié" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:125 -msgid "Eliminada" -msgstr "Supprimer" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 -#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 -msgid "Restaurar Cuenta" -msgstr "Restaurer Compte" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 -msgid "Autorizaciones API" -msgstr "Autorisations des APIs" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:135 -msgid "Buscar Token" -msgstr "Rechercher un Token" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:169 -msgid "Ver token de Autorización" -msgstr "Voir Token Autorisation" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:202 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:203 -msgid "Eliminar Autorización" -msgstr "Supprimer Autorisation" - -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 -#: ../../../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" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 -#: ../../../config/actions.xml:319 -msgid "Buscar Categoría" -msgstr "Rechercher une Catégorie" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 -#: ../../../config/actions.xml:313 -msgid "Eliminar Categoría" -msgstr "Supprimer Catégorie" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 -#: ../../../config/strings.js.inc:66 -msgid "SI" -msgstr "OUI" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 -#: ../../../config/strings.js.inc:67 -msgid "NO" -msgstr "NON" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 -#: ../../../config/actions.xml:349 +#: ../../../../lib/SP/Services/Auth/LoginService.php:277 +#: ../../../../lib/SP/Services/Auth/LoginService.php:283 +#: ../../../../lib/SP/Services/Auth/LoginService.php:296 +#: ../../../../lib/SP/Services/Auth/LoginService.php:302 #, fuzzy -msgid "Buscar Cliente" -msgstr "Rechercher un Client" +msgid "Clave maestra incorrecta" +msgstr "Mot de Passe Maître invalide" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 -#: ../../../config/actions.xml:343 -#, fuzzy -msgid "Eliminar Cliente" -msgstr "Supprimer Client" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:90 -#: ../../../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:103 -#: ../../../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:104 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:117 -#: ../../../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:105 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 -msgid "Propiedades" -msgstr "Propriétés" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:123 -#: ../../../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:139 -msgid "Buscar Campo" -msgstr "Rechercher un Champ" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 -msgid "Eliminar Campo" -msgstr "Supprimer Champ" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:88 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:318 -#: ../../../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:92 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:94 -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:112 -#: ../../../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" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:103 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 -msgid "Tamaño" -msgstr "Taille" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 -#: ../../../config/actions.xml:469 -msgid "Buscar Archivo" -msgstr "Rechercher un Fichier" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 -#: ../../../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" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 -#: ../../../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" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:94 -msgid "Valores Predeterminados" -msgstr "Preset Values" +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:113 +#: ../../../modules/web/Controllers/UserProfileController.php:216 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Profil" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:120 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:113 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:146 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:156 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:111 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:143 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:140 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:108 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:114 +#: ../../../modules/web/Controllers/UserGroupController.php:220 #: ../../../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 @@ -1467,435 +1000,1442 @@ msgstr "Preset Values" msgid "Grupo" msgstr "Groupe" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:60 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../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/ItemPresetGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:78 -msgid "Prioridad" -msgstr "Priority" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:115 -msgid "Forzado" -msgstr "Forced" +#: ../../../modules/web/Controllers/AccountFileController.php:370 +msgid "Gestión de archivos deshabilitada" +msgstr "Gestion des fichiers désactivée" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 -#: ../../../config/actions.xml:841 -msgid "Buscar Valor" -msgstr "Search for Value" +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 +msgid "Subir Archivo" +msgstr "Envoyer Fichier" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" -msgstr "Permission Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:167 +msgid "No hay extensiones permitidas" +msgstr "Il n'y a pas d'extensions permises" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:161 -msgid "Nuevo Valor de Permiso" -msgstr "New Permission Preset" +#: ../../../../lib/SP/Services/Import/FileImport.php:100 +#: ../../../modules/web/Controllers/AccountFileController.php:184 +msgid "Tipo de archivo no soportado" +msgstr "Types de fichiers non supportés" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:184 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" -msgstr "Private Account Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:191 +msgid "Archivo inválido" +msgstr "Fichier invalide" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:185 -msgid "Nuevo Valor de Cuenta Privada" -msgstr "New Private Account Preset" +#: ../../../../lib/SP/Services/Import/FileImport.php:116 +#: ../../../modules/web/Controllers/AccountFileController.php:199 +#: ../../../modules/web/Controllers/AccountFileController.php:219 +msgid "Error interno al leer el archivo" +msgstr "Erreur interne à la lecture du fichier" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:208 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" -msgstr "Session Timeout Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:231 +#: ../../../modules/web/Controllers/AccountFileController.php:240 +msgid "Archivo guardado" +msgstr "Fichier sauvegardé" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:209 -msgid "Nuevo Valor de Timeout de Sesión" -msgstr "New Session Timeout Preset" +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "No se pudo guardar el archivo" +msgstr "Erreur pendant la sauvegarde du fichier" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:232 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" -msgstr "Account Password Preset" +#: ../../../../ajax/ajax_filesMgmt.php:154 +#: ../../../../ajax/ajax_filesMgmt.php:198 +msgid "No es un ID de archivo válido" +msgstr "ID de fichier invalide" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:233 -msgid "Nuevo Valor de Clave de Cuentas" -msgstr "New Account Password Preset" +#: ../../../modules/web/Controllers/AccountFileController.php:70 +#: ../../../modules/web/Controllers/AccountFileController.php:122 +msgid "El archivo no existe" +msgstr "Fichier inexistant" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 -#: ../../../modules/web/Controllers/ItemPresetController.php:225 -#: ../../../config/actions.xml:859 -msgid "Editar Valor" -msgstr "Edit Value" +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +msgid "Descargar Archivo" +msgstr "Télécharger Fichier" + +#: ../../../modules/api/Controllers/AccountController.php:73 +#: ../../../modules/api/Controllers/AccountController.php:105 +#: ../../../modules/api/Controllers/AccountController.php:141 +#: ../../../modules/api/Controllers/AccountController.php:190 +#: ../../../modules/api/Controllers/AccountController.php:239 +#: ../../../modules/api/Controllers/AccountController.php:312 +#: ../../../modules/api/Controllers/CategoryController.php:92 +#: ../../../modules/api/Controllers/CategoryController.php:122 +#: ../../../modules/api/Controllers/CategoryController.php:151 +#: ../../../modules/api/Controllers/ClientController.php:65 +#: ../../../modules/api/Controllers/ClientController.php:95 +#: ../../../modules/api/Controllers/ClientController.php:126 +#: ../../../modules/api/Controllers/ClientController.php:155 +#: ../../../modules/api/Controllers/TagController.php:118 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: ../../../modules/web/Controllers/ItemPresetController.php:274 +#: ../../../modules/web/Controllers/ItemPresetController.php:307 +#: ../../../modules/web/Controllers/ItemPresetController.php:346 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:94 +msgid "ID" +msgstr "ID" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: ../../../modules/web/Controllers/AccountFileController.php:84 +#: ../../../modules/web/Controllers/AccountFileController.php:97 +#: ../../../modules/web/Controllers/AccountFileController.php:137 +#: ../../../modules/web/Controllers/AccountFileController.php:232 +#: ../../../modules/web/Controllers/AccountFileController.php:329 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 +msgid "Archivo" +msgstr "Fichier" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:440 +#: ../../../../lib/SP/Services/Auth/LoginService.php:503 +#: ../../../../lib/SP/Services/Auth/LoginService.php:549 +#: ../../../../lib/SP/Services/Auth/LoginService.php:592 +#: ../../../modules/web/Controllers/AccountFileController.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:117 +#: ../../../modules/web/Controllers/ItemPresetController.php:306 +#: ../../../modules/web/Controllers/ItemPresetController.php:345 +#: ../../../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/AccountFileController.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 +msgid "Tamaño" +msgstr "Taille" + +#: ../../../modules/web/Controllers/AccountFileController.php:328 +msgid "Archivo eliminado" +msgstr "Fichier supprimé" + +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error al eliminar el archivo" +msgstr "Erreur pendant la suppression du fichier" + +#: ../../../../lib/SP/Services/Api/ApiService.php:152 +#, fuzzy +msgid "Parámetros incorrectos" +msgstr "Paramètres incorrects" + +#: ../../../modules/web/Controllers/UserPassResetController.php:101 +msgid "Recuperación de Clave" +msgstr "Recupération de Mot de Passe" + +#: ../../../modules/web/Controllers/UserPassResetController.php:102 +msgid "Solicitado para" +msgstr "Requis pour" + +#: ../../../modules/web/Controllers/UserPassResetController.php:107 +msgid "Solicitud enviada" +msgstr "Requête envoyée" + +#: ../../../modules/web/Controllers/UserPassResetController.php:107 +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" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 +#: ../../../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" + +#: ../../../../ajax/ajax_passReset.php:107 +msgid "La clave es incorrecta o no coincide" +msgstr "Le mot de passe est incorrect ou ne correspond pas" + +#: ../../../modules/web/Controllers/AccountController.php:909 +#: ../../../modules/web/Forms/NotificationForm.php:100 +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" + +#: ../../../modules/web/Controllers/AccountController.php:917 +msgid "Solicitante" +msgstr "Demandeur" + +#: ../../../modules/api/Controllers/AccountController.php:71 +#: ../../../modules/api/Controllers/AccountController.php:103 +#: ../../../modules/api/Controllers/AccountController.php:139 +#: ../../../modules/api/Controllers/AccountController.php:188 +#: ../../../modules/api/Controllers/AccountController.php:237 +#: ../../../modules/api/Controllers/AccountController.php:310 +#: ../../../modules/web/Controllers/AccountController.php:224 +#: ../../../modules/web/Controllers/AccountController.php:557 +#: ../../../modules/web/Controllers/AccountController.php:611 +#: ../../../modules/web/Controllers/AccountController.php:645 +#: ../../../modules/web/Controllers/AccountController.php:674 +#: ../../../modules/web/Controllers/AccountController.php:709 +#: ../../../modules/web/Controllers/AccountController.php:754 +#: ../../../modules/web/Controllers/AccountController.php:795 +#: ../../../modules/web/Controllers/AccountController.php:834 +#: ../../../modules/web/Controllers/AccountController.php:884 +#: ../../../modules/web/Controllers/AccountController.php:918 +#: ../../../modules/web/Controllers/AccountFileController.php:233 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:111 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:146 +#: ../../../modules/web/Controllers/AccountManagerController.php:114 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:103 +#: ../../../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" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:159 +#: ../../../modules/api/Controllers/AccountController.php:72 +#: ../../../modules/api/Controllers/AccountController.php:104 +#: ../../../modules/api/Controllers/AccountController.php:140 +#: ../../../modules/api/Controllers/AccountController.php:189 +#: ../../../modules/api/Controllers/AccountController.php:238 +#: ../../../modules/api/Controllers/AccountController.php:311 +#: ../../../modules/api/Controllers/ClientController.php:64 +#: ../../../modules/api/Controllers/ClientController.php:94 +#: ../../../modules/api/Controllers/ClientController.php:125 +#: ../../../modules/api/Controllers/ClientController.php:154 +#: ../../../modules/web/Controllers/AccountController.php:225 +#: ../../../modules/web/Controllers/AccountController.php:710 +#: ../../../modules/web/Controllers/AccountController.php:755 +#: ../../../modules/web/Controllers/AccountController.php:796 +#: ../../../modules/web/Controllers/AccountController.php:835 +#: ../../../modules/web/Controllers/AccountController.php:885 +#: ../../../modules/web/Controllers/AccountController.php:919 +#: ../../../modules/web/Controllers/AccountFileController.php:234 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:112 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:147 +#: ../../../modules/web/Controllers/AccountManagerController.php:115 +#: ../../../modules/web/Controllers/ClientController.php:213 +#: ../../../modules/web/Controllers/ClientController.php:245 +#: ../../../modules/web/Controllers/ClientController.php:281 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:104 +#: ../../../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" + +#: ../../../modules/web/Controllers/AccountController.php:920 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 +#: ../../../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" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:694 +msgid "Error al actualizar preferencias" +msgstr "Erreur pendant l'actualisation des préférences" + +#: ../../../modules/web/Controllers/UserSettingsGeneralController.php:70 +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" + +#: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Util/ErrorUtil.php:132 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +msgid "No tiene permisos para acceder a esta cuenta" +msgstr "Vous n'avez pas les permissions pour accéder à ce compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 -#: ../../../config/actions.xml:865 -msgid "Eliminar Valor" -msgstr "Delete Value" +#: ../../../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/inc/Icons.php:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 +#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 +msgid "Ver Clave" +msgstr "Voir Mot de Passe" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:67 +#: ../../../config/strings.js.inc: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" + +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +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" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:158 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:215 +msgid "Error al actualizar los grupos secundarios" +msgstr "Erreur pendant l'actualisation des groupes secondaires" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:96 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:160 +msgid "Error al actualizar los usuarios de la cuenta" +msgstr "Erreur pendant la modification des comptes utilisateurs" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 -#: ../../../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" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 +msgid "Restaurar Cuenta" +msgstr "Restaurer Compte" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -msgid "Componente" -msgstr "Composant" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:140 -#: ../../../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" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:141 -msgid "Sólo Admins" -msgstr "Admins seulement" +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:405 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:571 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:75 +msgid "No se pudieron obtener los datos de la cuenta" +msgstr "Erreur lors de la récupération des données du compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 -#: ../../../config/actions.xml:829 -msgid "Buscar Notificación" -msgstr "Rechercher une Notification" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:174 -#: ../../../modules/web/Controllers/NotificationController.php:179 -msgid "Nueva Notificación" -msgstr "Nouvelle Notification" +#: ../../../modules/web/Controllers/AccountController.php:256 +#: ../../../modules/web/Controllers/AccountController.php:300 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 +#: ../../../config/actions.xml:157 +msgid "Nueva Cuenta" +msgstr "Nouveau Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 -#: ../../../modules/web/Controllers/NotificationController.php:103 -#: ../../../config/actions.xml:799 -msgid "Ver Notificación" -msgstr "Voir Notification" +#: ../../../modules/web/Controllers/AccountController.php:389 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 +msgid "Eliminar Cuenta" +msgstr "Supprimer Compte" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:137 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:194 +msgid "Error al eliminar grupos asociados a la cuenta" +msgstr "Erreur pendant la suppression du groupe du compte" + +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:73 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:137 +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" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:81 +msgid "Error en el módulo de encriptación" +msgstr "Erreur dans le module de chiffrement" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error al obtener las claves de las cuentas" +msgstr "Erreur pendant la récupération des mots de passe des comptes" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:183 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Fallo al actualizar la clave de la cuenta" +msgstr "Erreur à la mise à jour des mots de passe des comptes" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:193 +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" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:212 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Actualizar Clave Maestra (H)" +msgstr "Mettre à jour le Mot de Passe Maître (H)" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:158 +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" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Registros actualizados" +msgstr "Enregistrements à jour" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 -#: ../../../config/actions.xml:823 -msgid "Marcar Notificación" -msgstr "Marquer Notification" +#: ../../../config/actions.xml:7 +msgid "Buscar Cuentas" +msgstr "Rechercher des Comptes" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 -#: ../../../modules/web/Controllers/NotificationController.php:210 -#: ../../../config/actions.xml:811 -msgid "Editar Notificación" -msgstr "Éditer Notification" +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 +msgid "Ver Cuenta" +msgstr "Voir Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 -#: ../../../config/actions.xml:817 -msgid "Eliminar Notificación" -msgstr "Supprimer Notification" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:332 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 -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 "Indisponible" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: ../../../config/actions.xml:193 +msgid "Copiar Cuenta" +msgstr "Copier Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 -#: ../../../config/actions.xml:535 -msgid "Buscar Plugin" -msgstr "Recherche un Plugin" +#: ../../../modules/web/Controllers/AccountController.php:344 +#: ../../../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:163 +msgid "Editar Cuenta" +msgstr "Éditer Compte" #. (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:91 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 -msgid "Enlaces" -msgstr "Liens" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 -#: ../../../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:106 -#: ../../../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:108 -#: ../../../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:109 -#: ../../../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:144 -msgid "Buscar Enlace" -msgstr "Rechercher un Lien" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:160 -msgid "Nuevo Enlace" -msgstr "Nouveau lien" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:178 -#: ../../../modules/web/Controllers/PublicLinkController.php:336 -msgid "Ver Enlace" -msgstr "Voir Lien" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:193 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:194 -msgid "Renovar Enlace" -msgstr "Renouveler Lien" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:210 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:211 -msgid "Eliminar Enlace" -msgstr "Supprimer Lien" - -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:89 -#: ../../../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" +#: ../../../config/actions.xml:181 +msgid "Editar Clave de Cuenta" +msgstr "Éditer Mot de Passe du Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 -#: ../../../config/actions.xml:517 -msgid "Buscar Etiqueta" -msgstr "Recherche un Tag" +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 +#: ../../../config/actions.xml:259 +msgid "Ver Historial" +msgstr "Voir Historique" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 -#: ../../../modules/web/Controllers/TagController.php:98 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:217 -#: ../../../config/actions.xml:493 -msgid "Nueva Etiqueta" -msgstr "Nouveau Tag" +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 +#: ../../../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" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 -#: ../../../modules/web/Controllers/TagController.php:157 -#: ../../../config/actions.xml:505 -msgid "Editar Etiqueta" -msgstr "Éditer Tag" +#: ../../../config/actions.xml:25 +msgid "Peticiones" +msgstr "Requêtes" + +#: ../../../../inc/SP/Core/Acl.class.php:196 +msgid "Gestión Aplicación" +msgstr "Gestion des Applications" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 -#: ../../../config/actions.xml:511 -msgid "Eliminar Etiqueta" -msgstr "Supprimer Tag" +#: ../../../config/actions.xml:49 +msgid "Gestión Categorías" +msgstr "Gestion des Catégories" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 -#: ../../../config/actions.xml:589 -msgid "Buscar Usuario" -msgstr "Rechercher un Utilisateur" +#: ../../../config/actions.xml:55 +#, fuzzy +msgid "Gestión Clientes" +msgstr "Gestion des Clients" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 -#: ../../../modules/web/Controllers/UserController.php:105 -#: ../../../config/actions.xml:565 -msgid "Nuevo Usuario" -msgstr "Nouvel Utilisateur" +#: ../../../config/actions.xml:67 +msgid "Gestión Campos Personalizados" +msgstr "Gestion des Champs Personnalisés" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 -#: ../../../modules/web/Controllers/UserController.php:190 -#: ../../../config/actions.xml:571 -msgid "Editar Usuario" -msgstr "Éditer Utilisateur" +#: ../../../config/actions.xml:61 +msgid "Gestión Autorizaciones API" +msgstr "Gestion des Autorisations d'APIs" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 -#: ../../../config/actions.xml:577 -msgid "Eliminar Usuario" -msgstr "Supprimer Utilisateur" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:218 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:219 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:457 -msgid "Importar usuarios de LDAP" -msgstr "Importer des utilisateurs depuis LDAP" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:234 -msgid "Ver Detalles de Usuario" -msgstr "Voir Détails Utilisateur" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:250 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:251 -#: ../../../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" +#: ../../../config/actions.xml:115 +msgid "Gestión Usuarios" +msgstr "Gestion des Utilisateurs" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 -#: ../../../config/actions.xml:619 -msgid "Buscar Grupo" -msgstr "Rechercher un Groupe" +#: ../../../config/actions.xml:121 +msgid "Gestión Grupos" +msgstr "Gestion des Groupes" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 -#: ../../../modules/web/Controllers/UserGroupController.php:106 -#: ../../../config/actions.xml:601 -msgid "Nuevo Grupo" -msgstr "Nouveau Groupe" +#: ../../../config/actions.xml:127 +msgid "Gestión Perfiles" +msgstr "Gestion des Profils" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 -#: ../../../modules/web/Controllers/UserGroupController.php:319 -#: ../../../config/actions.xml:595 -msgid "Ver Grupo" -msgstr "Voir Groupe" +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:61 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 +#: ../../../config/actions.xml:679 +msgid "Configuración" +msgstr "Configuration" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 -#: ../../../modules/web/Controllers/UserGroupController.php:171 -#: ../../../config/actions.xml:607 -msgid "Editar Grupo" -msgstr "Éditer Groupe" +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 +#: ../../../config/actions.xml:685 +msgid "Configuración General" +msgstr "Configuration Générale" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 +msgid "Encriptación" +msgstr "Chiffrement" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:323 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 +#: ../../../config/actions.xml:727 +msgid "Copia de Seguridad" +msgstr "Sauvegarde de sécurité" + +#: ../../../../inc/SP/Core/Acl.class.php:220 +msgid "Exportar" +msgstr "Exporter" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:489 +msgid "Importar" +msgstr "Importer" + +#: ../../../../lib/SP/Services/Api/ApiService.php:186 +#: ../../../modules/api/Controllers/ControllerBase.php:146 +msgid "Acceso no permitido" +msgstr "Accès non autorisé" + +#: ../../../../lib/SP/Http/Json.php:179 +msgid "Error de codificación" +msgstr "Erreur d'encodage" + +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:220 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:308 +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" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:202 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:203 +msgid "Eliminar Autorización" +msgstr "Supprimer Autorisation" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +msgid "Usuario no pertenece al grupo" +msgstr "L'utilisateur ne fait pas partie du groupe" + +#: ../../../../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" + +#: ../../../../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" + +#: ../../../../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:" + +#: ../../../../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" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:335 +msgid "Esta operación sólo es posible en entornos Linux" +msgstr "Cette opération est uniquement possible en environnement Linux" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:103 +msgid "Error al realizar backup en modo compatibilidad" +msgstr "Erreur pendant la sauvegarde en mode compatibilité" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:140 +#, fuzzy +msgid "Compruebe los permisos del directorio de backups" +msgstr "Vérifiez les permissions du dossier de sauvegarde" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Nombre de categoría duplicado" +msgstr "Nom de catégorie dupliqué" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error al crear la categoría" +msgstr "Erreur pendant la création de la catégorie" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:104 +#: ../../../modules/api/Controllers/CategoryController.php:63 +#: ../../../modules/api/Controllers/CategoryController.php:91 +#: ../../../modules/api/Controllers/CategoryController.php:121 +#: ../../../modules/api/Controllers/CategoryController.php:150 +#: ../../../modules/web/Controllers/CategoryController.php:220 +#: ../../../modules/web/Controllers/CategoryController.php:254 +#: ../../../modules/web/Controllers/CategoryController.php:294 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 +#: ../../../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" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error al eliminar la categoría" +msgstr "Erreur pendant la suppression de la catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 +#: ../../../config/actions.xml:319 +msgid "Eliminar Categoría" +msgstr "Supprimer Catégorie" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error al actualizar la categoría" +msgstr "Erreur pendant l'actualisation de la catégorie" + +#: ../../../../inc/SP/Config/ConfigDB.class.php:108 +#: ../../../../inc/SP/Config/ConfigDB.class.php:148 +msgid "Modificar configuración" +msgstr "Modifier Configuration" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parámetro" +msgstr "Paramètre" + +#: ../../../../inc/SP/Config/ConfigDB.class.php:152 +msgid "Valor" +msgstr "Valeur" + +#: ../../../../lib/SP/Util/ErrorUtil.php:128 +msgid "Opción no disponible" +msgstr "Option indisponible" + +#: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: ../../../../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/Controllers/UserPassResetController.php:94 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Consulte con el administrador" +msgstr "Veuillez contacter votre administrateur" + +#: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: ../../../../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" + +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Util/ErrorUtil.php:140 +#: ../../../modules/web/Controllers/AccountFileController.php:261 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 +#: ../../../modules/web/Controllers/AccountManagerController.php:57 +#: ../../../modules/web/Controllers/AuthTokenController.php:65 +#: ../../../modules/web/Controllers/AuthTokenController.php:97 +#: ../../../modules/web/Controllers/AuthTokenController.php:162 +#: ../../../modules/web/Controllers/AuthTokenController.php:192 +#: ../../../modules/web/Controllers/AuthTokenController.php:235 +#: ../../../modules/web/Controllers/AuthTokenController.php:270 +#: ../../../modules/web/Controllers/AuthTokenController.php:319 +#: ../../../modules/web/Controllers/CategoryController.php:66 +#: ../../../modules/web/Controllers/CategoryController.php:100 +#: ../../../modules/web/Controllers/CategoryController.php:164 +#: ../../../modules/web/Controllers/CategoryController.php:194 +#: ../../../modules/web/Controllers/CategoryController.php:237 +#: ../../../modules/web/Controllers/CategoryController.php:277 +#: ../../../modules/web/Controllers/CategoryController.php:317 +#: ../../../modules/web/Controllers/ClientController.php:64 +#: ../../../modules/web/Controllers/ClientController.php:96 +#: ../../../modules/web/Controllers/ClientController.php:160 +#: ../../../modules/web/Controllers/ClientController.php:190 +#: ../../../modules/web/Controllers/ClientController.php:230 +#: ../../../modules/web/Controllers/ClientController.php:268 +#: ../../../modules/web/Controllers/ClientController.php:304 +#: ../../../modules/web/Controllers/CustomFieldController.php:65 +#: ../../../modules/web/Controllers/CustomFieldController.php:97 +#: ../../../modules/web/Controllers/CustomFieldController.php:159 +#: ../../../modules/web/Controllers/CustomFieldController.php:189 +#: ../../../modules/web/Controllers/CustomFieldController.php:221 +#: ../../../modules/web/Controllers/CustomFieldController.php:258 +#: ../../../modules/web/Controllers/CustomFieldController.php:295 +#: ../../../modules/web/Controllers/EventlogController.php:101 +#: ../../../modules/web/Controllers/ItemPresetController.php:67 +#: ../../../modules/web/Controllers/ItemPresetController.php:149 +#: ../../../modules/web/Controllers/ItemPresetController.php:184 +#: ../../../modules/web/Controllers/ItemPresetController.php:222 +#: ../../../modules/web/Controllers/ItemPresetController.php:252 +#: ../../../modules/web/Controllers/ItemPresetController.php:291 +#: ../../../modules/web/Controllers/ItemPresetController.php:330 +#: ../../../modules/web/Controllers/NotificationController.php:100 +#: ../../../modules/web/Controllers/NotificationController.php:160 +#: ../../../modules/web/Controllers/NotificationController.php:175 +#: ../../../modules/web/Controllers/NotificationController.php:206 +#: ../../../modules/web/Controllers/NotificationController.php:237 +#: ../../../modules/web/Controllers/NotificationController.php:288 +#: ../../../modules/web/Controllers/NotificationController.php:315 +#: ../../../modules/web/Controllers/NotificationController.php:348 +#: ../../../modules/web/Controllers/PluginController.php:98 +#: ../../../modules/web/Controllers/PluginController.php:117 +#: ../../../modules/web/Controllers/PublicLinkController.php:68 +#: ../../../modules/web/Controllers/PublicLinkController.php:100 +#: ../../../modules/web/Controllers/PublicLinkController.php:162 +#: ../../../modules/web/Controllers/PublicLinkController.php:188 +#: ../../../modules/web/Controllers/PublicLinkController.php:218 +#: ../../../modules/web/Controllers/PublicLinkController.php:259 +#: ../../../modules/web/Controllers/PublicLinkController.php:291 +#: ../../../modules/web/Controllers/PublicLinkController.php:333 +#: ../../../modules/web/Controllers/TagController.php:65 +#: ../../../modules/web/Controllers/TagController.php:99 +#: ../../../modules/web/Controllers/TagController.php:159 +#: ../../../modules/web/Controllers/TagController.php:189 +#: ../../../modules/web/Controllers/TagController.php:223 +#: ../../../modules/web/Controllers/TagController.php:254 +#: ../../../modules/web/Controllers/TagController.php:285 +#: ../../../modules/web/Controllers/UserController.php:69 +#: ../../../modules/web/Controllers/UserController.php:101 +#: ../../../modules/web/Controllers/UserController.php:186 +#: ../../../modules/web/Controllers/UserController.php:218 +#: ../../../modules/web/Controllers/UserController.php:254 +#: ../../../modules/web/Controllers/UserController.php:296 +#: ../../../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 +#: ../../../modules/web/Controllers/UserGroupController.php:198 +#: ../../../modules/web/Controllers/UserGroupController.php:238 +#: ../../../modules/web/Controllers/UserGroupController.php:277 +#: ../../../modules/web/Controllers/UserGroupController.php:316 +#: ../../../modules/web/Controllers/UserProfileController.php:64 +#: ../../../modules/web/Controllers/UserProfileController.php:96 +#: ../../../modules/web/Controllers/UserProfileController.php:163 +#: ../../../modules/web/Controllers/UserProfileController.php:193 +#: ../../../modules/web/Controllers/UserProfileController.php:233 +#: ../../../modules/web/Controllers/UserProfileController.php:268 +#: ../../../modules/web/Controllers/UserProfileController.php:304 +msgid "No tiene permisos para realizar esta operación" +msgstr "Vous n'avez pas les permissions pour effectuer cette opération" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:56 +#: ../../../config/strings.js.inc:85 +msgid "Aviso" +msgstr "Attention" + +#: ../../../../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/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/Core/Crypt/CryptPKI.php:102 +msgid "No es posible generar las claves RSA" +msgstr "Impossible de générer les clés RSA" + +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:135 +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:168 +msgid "El archivo de clave no existe" +msgstr "Le fichier de clé n'existe pas" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 +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 +msgid "Compruebe el formato del archivo CSV en línea %s" +msgstr "Veuillez vérifier le format CSV à la ligne %s" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 +msgid "Importar Cuentas" +msgstr "Importer comptes" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error importando cuenta" +msgstr "Erreur pendant l'importation des comptes" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:90 +#: ../../../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" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Actualizando datos encriptados" +msgstr "Actualisation des données chiffrées" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Registros no actualizados" +msgstr "Enregistrements non mis à jour" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:8 +msgid "Texto" +msgstr "Texte" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: ../../../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" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 +msgid "Número" +msgstr "Numéro" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 +msgid "Email" +msgstr "Courriel" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 +msgid "Teléfono" +msgstr "Téléphone" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:9 +msgid "Link" +msgstr "Lien" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 +msgid "Color" +msgstr "Couleur" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: ../../../modules/web/Controllers/ConfigBackupController.php:122 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:89 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 +msgid "Categorías" +msgstr "Catégories" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: ../../../modules/web/Controllers/ConfigBackupController.php:121 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 +#, fuzzy +msgid "Clientes" +msgstr "Clients" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 +msgid "Grupos" +msgstr "Groupes" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:62 +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Cliente duplicado" +msgstr "Client dupliqué" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:80 +#, fuzzy +msgid "Error al crear el cliente" +msgstr "Erreur pendant la création du client" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +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" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:283 +#, fuzzy +msgid "Error al eliminar el cliente" +msgstr "Erreur pendant la suppression du client" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 +#: ../../../config/actions.xml:349 +#, fuzzy +msgid "Eliminar Cliente" +msgstr "Supprimer Client" + +#: ../../../../lib/SP/Services/Install/MySQL.php:99 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:97 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:117 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:164 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:176 +msgid "No es posible conectar con la BD" +msgstr "Impossible de se connecter à la base de données" + +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:99 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Compruebe los datos de conexión" +msgstr "Veuillez vérifier les paramètres de connexion" + +#. Not available +#: ../../../../lib/SP/Core/Acl/Acl.php:289 +#: ../../../../lib/SP/Services/Auth/LoginService.php:589 +msgid "N/D" +msgstr "N/A" + +#: ../../../../lib/SP/Core/Acl/Acl.php:295 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 +#: ../../../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/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" + +#: ../../../../lib/SP/Services/Mail/MailService.php:145 +#: ../../../modules/web/Controllers/ConfigMailController.php:138 +#: ../../../modules/web/Controllers/ConfigMailController.php:144 +msgid "Correo enviado" +msgstr "Courriel envoyé" + +#: ../../../../lib/SP/Services/Mail/MailService.php:85 +#: ../../../../lib/SP/Services/Mail/MailService.php:155 +msgid "Error al enviar correo" +msgstr "Erreur pendant l'envoi du courriel" + +#: ../../../../lib/SP/Services/Mail/MailService.php:146 +#: ../../../modules/web/Controllers/ConfigMailController.php:139 +msgid "Destinatario" +msgstr "Destinataire" + +#: ../../../../inc/SP/Log/Email.class.php:85 +msgid "CC" +msgstr "CC" + +#: ../../../../lib/SP/Services/Import/FileImport.php:67 +#: ../../../../lib/SP/Services/Import/FileImport.php:88 +msgid "Archivo no subido correctamente" +msgstr "Fichier transféré avec succès" + +#: ../../../../lib/SP/Services/Import/FileImport.php:69 +#: ../../../../lib/SP/Services/Import/FileImport.php:90 +#, fuzzy +msgid "Verifique los permisos del usuario del servidor web" +msgstr "Veuillez vérifier les permissions de l'utilisateur du serveur web" + +#: ../../../../lib/SP/Services/Import/FileImport.php:102 +msgid "Compruebe la extensión del archivo" +msgstr "Veuillez vérifier l'extension de fichier" + +#: ../../../../lib/SP/Services/Import/FileImport.php:118 +msgid "Compruebe la configuración de PHP para subir archivos" +msgstr "Veuillez vérifier la configuration PHP pour le transfert de fichier" + +#: ../../../../lib/SP/Services/Import/FileImport.php:157 +#: ../../../../lib/SP/Services/Import/FileImport.php:183 +msgid "Compruebe los permisos del directorio temporal" +msgstr "Veuillez vérifiez les permissions du dossier temporaire" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 +msgid "Eliminar Archivo" +msgstr "Supprimer Fichier" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 -#: ../../../config/actions.xml:613 +#: ../../../config/actions.xml:619 msgid "Eliminar Grupo" msgstr "Supprimer Groupe" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 -msgid "Perfiles" -msgstr "Profils" +#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error al eliminar los usuarios del grupo" +msgstr "Erreur pendant la suppression des utilisateurs du groupe" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 -#: ../../../config/actions.xml:649 -msgid "Buscar Perfil" -msgstr "Rechercher un Profil" +#: ../../../../lib/SP/Services/Import/ImportService.php:91 +msgid "Compruebe el formato del archivo" +msgstr "Veuillez vérifier le format de fichier" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 -#: ../../../modules/web/Controllers/UserProfileController.php:100 -#: ../../../config/actions.xml:631 -msgid "Nuevo Perfil" -msgstr "Nouveau Profil" +#: ../../../modules/web/Controllers/ConfigImportController.php:80 +#: ../../../modules/web/Controllers/ConfigLdapController.php:260 +msgid "Importación finalizada" +msgstr "Importation terminée" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:165 -msgid "Ver Detalles de Perfil" -msgstr "Voir Détails Profil" +#: ../../../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" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 -#: ../../../modules/web/Controllers/UserProfileController.php:166 -#: ../../../config/actions.xml:637 -msgid "Editar Perfil" -msgstr "Éditer Profil" +#: ../../../../lib/SP/Core/Context/SessionContext.php:547 +msgid "La sesión no puede ser inicializada" +msgstr "La session ne peut pas être initialisée" + +#: ../../../../lib/SP/Config/ConfigUtil.php:94 +msgid "El directorio \"/config\" no existe" +msgstr "Le dossier \"/config\" n'existe pas" + +#: ../../../../lib/SP/Config/ConfigUtil.php:100 +msgid "No es posible escribir en el directorio \"config\"" +msgstr "Impossible d'écrire dans le dossier \"/config\"" + +#: ../../../../lib/SP/Config/ConfigUtil.php:109 +msgid "Los permisos del directorio \"/config\" son incorrectos" +msgstr "Les permissions du dossier \"/config\" sont incorrectes" + +#: ../../../modules/web/Controllers/ErrorController.php:107 +msgid "Aplicación en mantenimiento" +msgstr "Application en maintenance" + +#: ../../../modules/web/Controllers/ErrorController.php:108 +msgid "En breve estará operativa" +msgstr "Sera opérationnel sous peu" + +#: ../../../modules/web/Controllers/LoginController.php:101 +msgid "Finalizar sesión" +msgstr "Déconnexion" + +#: ../../../modules/web/Controllers/LoginController.php:103 +msgid "Tiempo inactivo" +msgstr "Temps d'inactivité" + +#: ../../../modules/web/Controllers/LoginController.php:104 +msgid "Tiempo total" +msgstr "Temps total" + +#: ../../../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/inc/Icons.php:43 +#: ../../../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" + +#: ../../../../lib/SP/Controller/MainActionController.php:91 +#: ../../../../lib/SP/Controller/MainActionController.php:148 +msgid "Actualización" +msgstr "Actualisation" + +#: ../../../../lib/SP/Controller/MainActionController.php:149 +msgid "Actualización de versión realizada." +msgstr "Mise à jour de version effectuée." + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:229 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:161 +#: ../../../modules/web/Controllers/ConfigBackupController.php:118 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:40 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:28 +msgid "Versión" +msgstr "Version" + +#: ../../../../lib/SP/Services/Install/Installer.php:106 +msgid "Indicar nombre de usuario admin" +msgstr "Saisir le nom de l'utilisateur admin" + +#: ../../../../lib/SP/Services/Install/Installer.php:108 +msgid "Usuario admin para acceso a la aplicación" +msgstr "Utilisateur administrateur pour se connecter à l'application" + +#: ../../../../lib/SP/Services/Install/Installer.php:113 +msgid "Indicar la clave de admin" +msgstr "Saisir le mot de passe administrateur" + +#: ../../../../lib/SP/Services/Install/Installer.php:115 +msgid "Clave del usuario admin de la aplicación" +msgstr "Mot de passe administrateur de l'application" + +#: ../../../../lib/SP/Services/Install/Installer.php:120 +msgid "Indicar la clave maestra" +msgstr "Saisir le Mot de Passe Maître" + +#: ../../../../lib/SP/Services/Install/Installer.php:122 +#, fuzzy +msgid "Clave maestra para encriptar las claves" +msgstr "Mot de Passe Maître pour chiffrer les mots de passe" + +#: ../../../../lib/SP/Services/Install/Installer.php:127 +#, fuzzy +msgid "Clave maestra muy corta" +msgstr "Mot de Passe Maître trop court" + +#: ../../../../lib/SP/Services/Install/Installer.php:129 +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" + +#: ../../../../lib/SP/Services/Install/Installer.php:134 +msgid "Indicar el usuario de la BBDD" +msgstr "Saisir l'utilisateur de la base de données" + +#: ../../../../lib/SP/Services/Install/Installer.php:136 +#, 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" + +#: ../../../../lib/SP/Services/Install/Installer.php:148 +msgid "Indicar el nombre de la BBDD" +msgstr "Saisir le nom de la base de données" + +#: ../../../../lib/SP/Services/Install/Installer.php:150 +msgid "Nombre para la BBDD de la aplicación pej. syspass" +msgstr "Nom pour la base de données de l'application. eg. syspass" + +#: ../../../../lib/SP/Services/Install/Installer.php:155 +msgid "El nombre de la BBDD no puede contener \".\"" +msgstr "Le nom de la base de données ne peut pas contenir \".\"" + +#: ../../../../lib/SP/Services/Install/Installer.php:157 +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" + +#: ../../../../lib/SP/Services/Install/Installer.php:162 +msgid "Indicar el servidor de la BBDD" +msgstr "Saisir le serveur de base de données" + +#: ../../../../lib/SP/Services/Install/Installer.php:164 +msgid "Servidor donde se instalará la Base de Datos" +msgstr "Serveur où la base de données sera installée" + +#: ../../../../inc/SP/Core/Installer.class.php:238 +msgid "No es posible comprobar el usuario de sysPass" +msgstr "Utilisateur impossible à vérifier" + +#: ../../../../lib/SP/Services/Install/MySQL.php:137 +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" + +#: ../../../../lib/SP/Services/Install/MySQL.php:201 +msgid "La BBDD ya existe" +msgstr "La base de données existe déjà" + +#: ../../../../lib/SP/Services/Install/MySQL.php:203 +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à" + +#: ../../../../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" + +#: ../../../../lib/SP/Services/Install/MySQL.php:215 +#: ../../../../lib/SP/Services/Install/MySQL.php:239 +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" + +#: ../../../../lib/SP/Services/Install/MySQL.php:305 +msgid "El archivo de estructura de la BBDD no existe" +msgstr "Fichier de structure de base de données inexistant" + +#: ../../../../lib/SP/Services/Install/MySQL.php:307 +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." + +#: ../../../../lib/SP/Services/Install/MySQL.php:290 +msgid "Error al seleccionar la BBDD" +msgstr "Erreur pendant la sélection de la base de données" + +#: ../../../../lib/SP/Services/Install/MySQL.php:311 +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." + +#: ../../../../lib/SP/Services/Install/MySQL.php:331 +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" + +#: ../../../../lib/SP/Services/Install/Installer.php:318 +#: ../../../../lib/SP/Services/Install/Installer.php:369 +msgid "Informe al desarrollador" +msgstr "Avertissez le développeur" + +#: ../../../../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\"" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:141 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:188 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:193 +msgid "No es posible conectar con el servidor de LDAP" +msgstr "Impossible de se connecter au server LDAP" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Error al conectar (BIND)" +msgstr "Erreur de connexion (BIND)" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:249 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:254 +msgid "Error al buscar objetos en DN base" +msgstr "Erreur pendant la recherche d'objets dans la base DN" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:125 +msgid "Error al buscar RDN de grupo" +msgstr "Erreur pendant la recherche RDN du groupe" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:200 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:204 +msgid "Error al localizar el usuario en LDAP" +msgstr "Erreur pendant la recherche de l'utilisateur dans l'annuaire LDAP" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:139 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:113 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:120 +msgid "Error al buscar el grupo de usuarios" +msgstr "Erreur pendant la recherche de groupe d'utilisateurs" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:111 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:154 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:109 +msgid "Usuario verificado en grupo" +msgstr "Utilisateur vérifié dans le groupe" + +#: ../../../../inc/SP/Controller/EventlogController.class.php:102 +msgid "Vaciar Eventos" +msgstr "Nettoyer les Évènements" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 +#, fuzzy +msgid "Vaciar registro de eventos" +msgstr "Nettoyer le journal d'évènements" + +#: ../../../../lib/SP/Services/Client/ClientService.php:76 +#: ../../../../lib/SP/Services/Client/ClientService.php:95 +#: ../../../../lib/SP/Services/Client/ClientService.php:110 +#, fuzzy +msgid "Cliente no encontrado" +msgstr "Client introuvable" + +#: ../../../../inc/SP/Mgmt/Users/User.class.php:246 +msgid "Error al obtener los usuarios" +msgstr "Erreur pendant la récupération des utilisateurs" + +#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:52 +msgid "Migrar Perfiles" +msgstr "Migrer Profils" + +#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:82 +msgid "Error al obtener perfiles" +msgstr "Erreur pendant l'obtention des profils" + +#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:144 +msgid "Operación realizada correctamente" +msgstr "Opération faite avec succès" + +#: ../../../../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/UserProfileGrid.php:198 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 -#: ../../../config/actions.xml:643 +#: ../../../config/actions.xml:649 msgid "Eliminar Perfil" msgstr "Supprimer Profil" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:263 -msgid "Buscar" -msgstr "Rechercher" +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:119 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Formato de XML inválido" +msgstr "Format XML invalide" + +#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:306 +#: ../../../../lib/SP/Mvc/View/Template.php:122 +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 +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 +msgid "No es posible destruir la variable \"%s\"" +msgstr "Impossible de détruire la variable \"%s\"" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:104 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:175 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:179 +msgid "Error al aplicar la actualización de la Base de Datos" +msgstr "Erreur pendant la mise à jour de la base de données" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:72 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +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/themes/material-blue/views/login/index.inc:63 +msgid "Acceder" +msgstr "Se connecter" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:96 +msgid "Error al aplicar la actualización auxiliar" +msgstr "Erreur lors de l'application d'une mise à jour auxiliaire" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:89 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:120 +msgid "Actualizar BBDD" +msgstr "Mis à jour base de données" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:155 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:159 +msgid "No es necesario actualizar la Base de Datos." +msgstr "La mise à jour de la base de données n'est pas nécessaire" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 +msgid "Actualización de la Base de Datos realizada correctamente." +msgstr "Mise à jour de la base de données effectuée" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:202 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:228 +msgid "Actualizar Configuración" +msgstr "Mettre à jour la configuration" + +#: ../../../../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" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:290 -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" -msgstr "Utilisateurs et accès" +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 +#: ../../../config/actions.xml:583 +msgid "Eliminar Usuario" +msgstr "Supprimer Utilisateur" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:304 -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" -msgstr "Eléments et personnalisation" +#: ../../../modules/web/themes/material-blue/inc/Icons.php:40 +msgid "Usuario de LDAP" +msgstr "Utilisateur LDAP" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 -#: ../../../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" +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:122 +msgid "Activación Cuenta" +msgstr "Activation de Compte" + +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:123 +msgid "Su cuenta está pendiente de activación." +msgstr "Votre compte est en attente d'activation." + +#: ../../../../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." + +#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:131 +msgid "Nuevo usuario de LDAP" +msgstr "Nouvel utilisateur LDAP" + +#: ../../../../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" + +#: ../../../modules/web/Controllers/InstallController.php:62 +msgid "Versión de PHP requerida >= " +msgstr "Version PHP requise >=" + +#: ../../../../lib/SP/Bootstrap.php:267 +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" #: ../../../modules/web/Controllers/InstallController.php:59 msgid "Módulo no disponible" @@ -1905,48 +2445,30 @@ msgstr "Module indisponible" msgid "Sin este módulo la aplicación puede no funcionar correctamente." msgstr "Sans ce module, l'application ne peut pas fonctionner correctement." -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:70 -#: ../../../config/actions.xml:847 -msgid "Ver Valor" -msgstr "Display Value" +#: ../../../../inc/SP/Core/XmlExport.class.php:133 +msgid "Exportar XML" +msgstr "Exporter XML" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:195 -#: ../../../config/actions.xml:853 -msgid "Nuevo Valor" -msgstr "New Value" +#: ../../../../lib/SP/Services/Export/XmlExportService.php:545 +msgid "Error al crear el archivo XML" +msgstr "Erreur pendant la création du fichier XML" -#: ../../../modules/web/Controllers/PublicLinkController.php:104 -msgid "Nuevo Enlace Público" -msgstr "Nouveau lien publique" +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:110 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:81 +msgid "No es posible procesar el archivo XML" +msgstr "Impossible de traiter le fichier XML" -#: ../../../modules/web/Controllers/PublicLinkController.php:191 -msgid "Editar Enlace Público" -msgstr "Editer le lien publique" +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:105 +msgid "Archivo XML no soportado" +msgstr "Fichier XML non supportés" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:283 -#: ../../../config/actions.xml:499 -msgid "Ver Etiqueta" -msgstr "Voir étiquette" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:439 -#: ../../../config/actions.xml:559 -msgid "Ver Usuario" -msgstr "Voir Utilisateur" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:307 -#: ../../../config/actions.xml:625 -msgid "Ver Perfil" -msgstr "Voir Profil" - -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 -msgid "Preferencias" -msgstr "Préférences" +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:107 +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" +#: ../../../../lib/SP/Storage/Database/QueryData.php:354 #: ../../../config/strings.js.inc:26 msgid "Error en la consulta" msgstr "Erreur pendant la requête" @@ -2006,6 +2528,7 @@ msgstr "Supprimer élément ?" msgid "Página no encontrada" msgstr "Page introuvable" +#: ../../../modules/web/Controllers/AccountFileController.php:108 #: ../../../config/strings.js.inc:40 msgid "Archivo no soportado para visualizar" msgstr "Fichier non supporté pour la pré-visualisation" @@ -2026,11 +2549,8 @@ msgstr "Trop de fichiers" msgid "Tamaño de archivo no permitido" msgstr "Taille de fichiers non supportés" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" -msgstr "Extension non autorisée" - #: ../../../config/strings.js.inc:46 +#, fuzzy msgid "Vaciar el registro de eventos?" msgstr "Nettoyer journal d’événements ?" @@ -2112,7 +2632,7 @@ msgstr "Copier Nom d'Utilisateur" #. (itstool) path: action/text #: ../../../config/strings.js.inc:60 #: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:36 -#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 msgid "Copiar Clave" msgstr "Copier Mot de Passe" @@ -2128,6 +2648,7 @@ msgstr "Inclure des Lettres Majuscules" #: ../../../config/strings.js.inc:63 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:102 +#, fuzzy msgid "Incluir Símbolos" msgstr "Inclure des Symboles" @@ -2142,6 +2663,16 @@ msgstr "Longueur" msgid "Seleccionar Acción" msgstr "Sélectionner une Action" +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "OUI" + +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "NON" + #: ../../../config/strings.js.inc:68 msgid "Aceptar" msgstr "Accepter" @@ -2158,179 +2689,267 @@ msgstr "Mot de Passe Copié dans le Presse-Papier" msgid "Error al copiar al portapapeles" msgstr "Erreur lors de la copie dans le Presse-Papier" -#: ../../../config/strings.js.inc:73 -#, fuzzy -msgid "Recibir notificaciones?" -msgstr "Envoyer notification ?" +#: ../../../modules/web/Controllers/AccountController.php:149 +#: ../../../modules/web/Controllers/AccountController.php:204 +#: ../../../modules/web/Controllers/AccountController.php:476 +#: ../../../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" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 -msgid "Marcar Favorito" -msgstr "Marquer comme Favoris" +#: ../../../modules/web/Controllers/AccountController.php:432 +#: ../../../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" + +#: ../../../../lib/SP/Plugin/PluginManager.php:246 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:98 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:111 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:102 +#: ../../../modules/web/Controllers/UserGroupController.php:254 +#: ../../../modules/web/Controllers/UserGroupController.php:293 +#: ../../../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/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:528 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:16 +msgid "Nombre" +msgstr "Nom" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 +#: ../../../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:189 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 +msgid "Eliminar Campo" +msgstr "Supprimer Champ" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 +msgid "Último backup" +msgstr "Dernière sauvegarde" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 +msgid "No se encontraron backups" +msgstr "Il n'y a pas de sauvegardes disponible" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 +msgid "Última exportación" +msgstr "Dernier export" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 +msgid "No se encontró archivo de exportación" +msgstr "Aucun fichier d'export trouvé" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Información" +msgstr "Information" + +#: ../../../modules/web/Controllers/EventlogController.php:119 +#: ../../../modules/web/Controllers/EventlogController.php:122 +msgid "Registro de eventos vaciado" +msgstr "Journal d'évènements nettoyé" + +#: ../../../../lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error al vaciar el registro de eventos" +msgstr "Erreur pendant le nettoyage du journal d'évènements" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 +msgid "Admin Aplicación" +msgstr "Admin de l'Application" + +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:263 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Buscar" +msgstr "Rechercher" #. (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/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Utilisateurs et accès" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" -msgstr "Effacer la Sélection" +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Eléments et personnalisation" -#: ../../../config/strings.js.inc:77 -msgid "Mostrar Favoritos" -msgstr "Montrer les Favoris" +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: ../../../config/actions.xml:133 +msgid "Registro de Eventos" +msgstr "Journal d'évènements" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 -msgid "Mostrar Todos" -msgstr "Montrer Tous" +#: ../../../modules/web/Controllers/InstallController.php:82 +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)" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Aide" +#: ../../../modules/web/Controllers/InstallController.php:83 +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" -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Aucun changement" +#: ../../../modules/web/Controllers/InstallController.php:89 +msgid "No se encuentra el generador de números aleatorios." +msgstr "Impossible de trouver le générateur de nombres aléatoires." -#: ../../../config/strings.js.inc:81 -msgid "Ahora" -msgstr "Maintenant" - -#: ../../../config/strings.js.inc:82 +#: ../../../modules/web/Controllers/InstallController.php:90 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"Sin esta función un atacante puede utilizar su cuenta al resetear la clave" msgstr "" -"Cette action va importer les utilisateurs LDAP détectés. Souhaitez-vous " -"continuer ?" +"Sans cette fonction, un attaquant pourrait prendre votre compte sur un " +"changement de mot de passe" -#: ../../../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 ?" +#: ../../../modules/web/Controllers/InstallController.php:89 +msgid "Instalación finalizada" +msgstr "Installation terminée" -#: ../../../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 "" -"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." - -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:88 -msgid "Incluir Letras" -msgstr "Inclure des Lettres" - -#: ../../../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." - -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." -msgstr "Presse-Papier non supporté par votre navigateur." - -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" -msgstr "Auto-login effectué" - -#: ../../../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})" - -#: ../../../config/strings.js.inc:93 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 -msgid "Actualizado" -msgstr "Mis à jour" - -#: ../../../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/SP/Controller/MainController.class.php:492 +msgid "Descargar nueva versión" +msgstr "Télécharger nouvelle version" #: ../../../config/strings.js.inc:95 msgid "Avisos de sysPass" msgstr "Notifications de sysPass" -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 #, fuzzy -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "Javascript est requis pour fonctionner correctement" +msgid "Ordenar por Cliente" +msgstr "Trier par Client" -#: ../../../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" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 +msgid "Ordenar por Nombre" +msgstr "Trier par Nom" -#: ../../../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)" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 +msgid "Ordenar por Categoría" +msgstr "Trier par Catégorie" -#: ../../../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" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 +msgid "Ordenar por Usuario" +msgstr "Trier par Nom d'Utilisateur" -#: ../../../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" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 +msgid "Ordenar por URL / IP" +msgstr "Trier par URL / IP" -#: ../../../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/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" -#: ../../../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/Controllers/Helpers/Grid/CustomFieldGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 +msgid "Propiedades" +msgstr "Propriétés" -#: ../../../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/inc/Icons.php:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 +msgid "Admin Cuentas" +msgstr "Admin des Comptes" -#: ../../../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 "" -"Les mots de passe envoyés à partir du formulaire sont chiffrés avec PKI, les " -"autres données ne le sont pas." +#: ../../../modules/web/themes/material-blue/inc/Icons.php:41 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 +msgid "Deshabilitado" +msgstr "Utilisateur Désactivé" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "Aide :: FAQ :: Changelog" +#: ../../../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" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:60 -msgid "Un proyecto de cygnux.org" -msgstr "Un projet cygnux.org" +#: ../../../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" -#: ../../../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/Controllers/Helpers/Grid/UserProfileGrid.php:164 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:165 +msgid "Ver Detalles de Perfil" +msgstr "Voir Détails Profil" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:169 +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" + +#: ../../../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/Controllers/UserSettingsManagerController.php:89 +msgid "Preferencias" +msgstr "Préférences" + +#: ../../../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: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: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/web/themes/material-blue/views/account/account-editpass.inc:77 #: ../../../modules/web/themes/material-blue/views/account/account.inc:160 @@ -2344,21 +2963,6 @@ msgstr "Aucun enregistrement trouvé" 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 @@ -2367,6 +2971,39 @@ msgstr "Détails" msgid "Notas" msgstr "Notes" +#: ../../../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/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-permissions.inc:28 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:53 +msgid "Hablitar edición" +msgstr "Autoriser Édition du Compte" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:174 +#: ../../../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/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/config/accounts.inc:325 +msgid "Tamaño máximo de archivo" +msgstr "Taille maximale de fichier" + #: ../../../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:253 @@ -2388,40 +3025,19 @@ msgstr "Sélectionner une date" msgid "Última Modificación" msgstr "Dernière Modification" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:28 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 -msgid "Seleccionar Usuarios" -msgstr "Sélectionner des Utilisateurs" +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: ../../../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/themes/material-blue/views/account/account-permissions.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:102 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:8 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:47 -#: ../../../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:64 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:138 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:63 -#: ../../../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:92 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:124 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:51 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:67 -msgid "Seleccionar Grupos" -msgstr "Sélectionner des Groupes" +#: ../../../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/account-permissions.inc:157 #: ../../../modules/web/themes/material-blue/views/account/details.inc:37 @@ -2429,71 +3045,15 @@ msgstr "Sélectionner des Groupes" msgid "Creador" msgstr "Créateur" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:174 -#: ../../../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/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/account-permissions.inc:200 -#: ../../../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:217 -#: ../../../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:246 -#: ../../../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:279 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:281 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 -#: ../../../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:292 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:294 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:297 -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: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:55 #: ../../../modules/web/themes/material-blue/views/account/details.inc:57 @@ -2505,351 +3065,50 @@ msgstr "Date Modifiée" msgid "Editor" msgstr "Éditeur" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:75 -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 "" -"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 -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Rechercher les comptes pour lesquels 'login' a les droits d'accès." - -#: ../../../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." - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "" -"Rechercher les comptes pour lesquels 'group_name' a les droits d'accès." - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 -msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "" -"Récupérer les comptes pour lesquels le groupe principal est 'group_name'." - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "" -"Rechercher les comptes qui contiennent un ficher avec le nom 'file_name'." - -#: ../../../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 "Rechercher les comptes avec un mot de passe expiré." - -#: ../../../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 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:20 -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 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:28 -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" - -#: ../../../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." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 -msgid "Búsquedas globales" -msgstr "Recherches globales" - -#: ../../../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 "" -"Permet aux utilisateurs d'effectuer des recherches incluant tous les " -"comptes, s'ils n'ont pas la permission ils ne peuvent pas voir les détails " -"des comptes." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:144 -msgid "Imagen para mostrar clave" -msgstr "Image pour visualiser le mot de passe" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:146 -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 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:148 -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" - -#: ../../../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." - -#: ../../../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 "" -"Ecrire l'extension et appuyez sur Entrée pour l'ajouter. Vous devez " -"sauvegarder la configuration." - -#: ../../../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." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 -msgid "El máximo absuluto es de 16MB." -msgstr "Le grand maximum est 16MB" - -#: ../../../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" - -#: ../../../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/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" + +#: ../../../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" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "Ver Actual" +msgstr "Voir Actuel" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:49 +#: ../../../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/themes/material-blue/views/account/actions.inc:146 +msgid "Modificar Cuenta" +msgstr "Modifier Compte" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Solicitar Modificación" +msgstr "Demande de Modification" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:51 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:121 +msgid "Guardar" +msgstr "Sauvegarder" #: ../../../modules/web/themes/material-blue/views/config/backup.inc:23 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:26 @@ -2865,18 +3124,15 @@ msgstr "Résultat" msgid "Descargar Actual" msgstr "Télécharger l'élément actuel" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 -msgid "Copia BBDD" -msgstr "Sauvegarde de la base de données" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 -msgid "Copia sysPass" -msgstr "Sauvegarde sysPass" - #: ../../../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/inc/Icons.php:52 +#: ../../../config/strings.js.inc:79 +msgid "Ayuda" +msgstr "Aide" + #: ../../../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 " @@ -2922,10 +3178,6 @@ 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 "" @@ -2943,306 +3195,20 @@ 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" - -#: ../../../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 +#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 #, fuzzy -msgid "Último cambio" -msgstr "Dernier Changement" +msgid "Javascript es necesario para el correcto funcionamiento" +msgstr "Javascript est requis pour fonctionner correctement" -#: ../../../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" +#: ../../../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/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" - -#: ../../../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)" - -#: ../../../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" - -#: ../../../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." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 -#, fuzzy -msgid "Confirmar cambio" -msgstr "Confirmer Changement" - -#: ../../../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." - -#: ../../../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." -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é." - -#: ../../../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." -msgstr "" -"Il est conseillé d’utiliser un mot de passe complexe qui comprend des " -"nombres, des lettres et des symboles. Pour une sécurité « maximale » il est " -"même conseillé de changer les mots de passe de temps en temps ou " -"périodiquement." - -#: ../../../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" - -#: ../../../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é" - -#: ../../../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'à" - -#: ../../../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)" - -#: ../../../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 " -"la clave maestra original." -msgstr "" -"Le mot de passe temporaire est utilisé comme Mot de Passe Maître pour les " -"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." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 -msgid "Generar" -msgstr "Générer" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 -msgid "Autentificación" -msgstr "Authentification" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:28 -msgid "Usar Auth Basic" -msgstr "Utiliser Auth Basic" - -#: ../../../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" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 -msgid "Usar Auth Basic SSO" -msgstr "Use Auth Basic SSO" - -#: ../../../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" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 -msgid "Dominio" -msgstr "Domaine" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 -msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." -msgstr "" -"Le domaine sera ajouté au nom de l'utilisateur sysPass pour vérifier celui " -"de Auth Basic" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 -msgid "Nombre de dominio" -msgstr "Nom de domaine" - -#: ../../../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:236 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:246 -msgid "Grupo por Defecto" -msgstr "Groupe par Défaut" - -#: ../../../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 "" -"Définie le groupe d'utilisateurs par défaut pour les nouveaux utilisateurs " -"SSO" - -#: ../../../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:261 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:271 -msgid "Perfil por Defecto" -msgstr "Profil par Défaut" - -#: ../../../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 "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/plugin/plugin.inc:64 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:66 -msgid "Eventos" -msgstr "Évènements" - -#: ../../../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" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 -msgid "Habilitar Syslog Remoto" -msgstr "Activer Syslog Distant" - -#: ../../../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:91 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:116 -#: ../../../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" - -#: ../../../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" - -#: ../../../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 "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 "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" -msgstr "This extension is needed to check for sysPass updates and notices" +#: ../../../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/web/themes/material-blue/views/config/general-site.inc:22 #: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:5 @@ -3268,14 +3234,6 @@ msgstr "" "Définis la langue globale de l'application. Vous pouvez également définir la " "langue dans les préférences utilisateurs." -#: ../../../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 "" -"Pour améliorer la traduction, vous pouvez aller sur https://poeditor.com/" -"join/project/fmlsBuugyv" - #: ../../../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 @@ -3296,13 +3254,13 @@ msgstr "" msgid "Timeout de sesión (s)" msgstr "Timeout de session (s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 -msgid "Forzar HTTPS" -msgstr "Forcer HTTPS" +#: ../../../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-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." +#: ../../../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-site.inc:120 msgid "Habilitar depuración" @@ -3352,21 +3310,309 @@ msgstr "" "Vérifier s'il existe des notifications ou alertes de sécurité sysPass " "(uniquement pour les administrateurs)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 -msgid "Encriptar Sesión" -msgstr "Session chiffrée" +#: ../../../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" -#: ../../../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" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:183 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:110 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:82 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"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." + +#: ../../../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:125 +msgid "Búsquedas globales" +msgstr "Recherches globales" + +#: ../../../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 "" -"Cette fonctionnalité augmente la sécurité des sessions PHP, les données " -"stockées ne seront pas lisible." +"Permet aux utilisateurs d'effectuer des recherches incluant tous les " +"comptes, s'ils n'ont pas la permission ils ne peuvent pas voir les détails " +"des 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" + +#: ../../../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." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:267 +msgid "Se permite un máximo de 4 caracteres." +msgstr "4 caractères maximum autorisés." + +#: ../../../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 "" +"Ecrire l'extension et appuyez sur Entrée pour l'ajouter. Vous devez " +"sauvegarder la configuration." + +#: ../../../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." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 +msgid "El máximo absuluto es de 16MB." +msgstr "Le grand maximum est 16MB" + +#: ../../../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: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:141 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:144 +msgid "Imagen para mostrar clave" +msgstr "Image pour visualiser le mot de passe" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:146 +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 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:148 +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/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/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:76 +msgid "Obligatorio" +msgstr "Requis" + +#: ../../../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" + +#: ../../../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" + +#: ../../../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" + +#: ../../../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" + +#: ../../../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)" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 +msgid "No modificar cuentas" +msgstr "Ne pas modifier les comptes" + +#: ../../../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." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 +#, fuzzy +msgid "Confirmar cambio" +msgstr "Confirmer Changement" + +#: ../../../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:152 +#, fuzzy +msgid "" +"La clave maestra es utilizada para encriptar las claves de las cuentas de " +"sysPass para mantenerlas seguras." +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é." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:154 +#, fuzzy +msgid "" +"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " +"que incluya números, letras y símbolos." +msgstr "" +"Il est conseillé d’utiliser un mot de passe complexe qui comprend des " +"nombres, des lettres et des symboles. Pour une sécurité « maximale » il est " +"même conseillé de changer les mots de passe de temps en temps ou " +"périodiquement." + +#: ../../../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" + +#: ../../../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é" + +#: ../../../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'à" + +#: ../../../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)" + +#: ../../../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 " +"la clave maestra original." +msgstr "" +"Le mot de passe temporaire est utilisé comme Mot de Passe Maître pour les " +"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." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 +msgid "Generar" +msgstr "Générer" + +#: ../../../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/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Fecha / Hora" +msgstr "Date / Heure" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Evento" +msgstr "Evènement" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:69 +msgid "Primera página" +msgstr "Première page" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Página anterior" +msgstr "Page précédente" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Página siguiente" +msgstr "Page suivante" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Última página" +msgstr "Dernière page" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 +msgid "Ver Archivo" +msgstr "Voir Fichier" + +#: ../../../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 "" +"Las claves de formularios enviados se encriptan mediante PKI, el resto de " +"datos no." +msgstr "" +"Les mots de passe envoyés à partir du formulaire sont chiffrés avec PKI, les " +"autres données ne le sont pas." + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 +msgid "Ayuda :: FAQ :: Changelog" +msgstr "Aide :: FAQ :: Changelog" + +#: ../../../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/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/config/import.inc:10 #: ../../../modules/web/themes/material-blue/views/config/import.inc:101 @@ -3382,19 +3628,35 @@ msgstr "Utilisateur par Défaut" 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/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:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:246 +msgid "Grupo por Defecto" +msgstr "Groupe par Défaut" + #: ../../../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: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: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: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 +#, fuzzy msgid "" "Permite realizar la importación de Cuentas, Categorías y Clientes desde " "archivos XML y CSV." @@ -3431,15 +3693,6 @@ msgstr "" 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 "" @@ -3449,40 +3702,6 @@ 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" @@ -3502,71 +3721,55 @@ msgstr "Base de données" msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:40 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:28 -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" +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: ../../../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:91 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:116 +#: ../../../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/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/install/index.inc:34 +msgid "Login del usuario administrador de sysPass" +msgstr "Login administrateur de sysPass" -#: ../../../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/install/index.inc:66 +msgid "Configurar BBDD" +msgstr "Configuration base de données" -#: ../../../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." +#: ../../../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: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 "" -"Si non installé, vous devez configurer les bon droits sur le système " -"d'exploitation. Plus d'info sur le Wiki." +"Ne créer pas ou vérifier les permissions de l'utilisateur dans la base de " +"données" -#: ../../../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/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/config/ldap.inc:43 msgid "Habilitar LDAP" @@ -3580,18 +3783,6 @@ msgstr "Active l'authentification couplé à un serveur LDAP." 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:81 -msgid "Habilita la conexión mediante TLS." -msgstr "Enables the connection over TLS" - #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:96 msgid "Nombre o dirección IP del servidor de LDAP." msgstr "Le nom d'hôte ou l'adresse IP du serveur LDAP." @@ -3616,10 +3807,6 @@ msgstr "Utilisateur de connexion au service LDAP." msgid "Clave de conexión" msgstr "Mot de passe de connexion" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:157 -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:173 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:197 msgid "Base de búsqueda" @@ -3646,101 +3833,442 @@ 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/general-auth.inc:98 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:108 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:261 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:271 +msgid "Perfil por Defecto" +msgstr "Profil par Défaut" + #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:266 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:318 -msgid "Importación" -msgstr "Import" +#: ../../../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:324 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:334 -msgid "Atributo Login" -msgstr "Login Attribué" +#: ../../../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:329 -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/inc/Icons.php:57 +msgid "Comprobar" +msgstr "Vérifier" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:347 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:357 -msgid "Atributo Nombre" -msgstr "Nom d'attribut" +#: ../../../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/config/ldap.inc:352 -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." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:382 -msgid "Importar Grupos" -msgstr "Import des groupes" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:391 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:401 -msgid "Atributo Nombre Grupo" -msgstr "Attribut de nom de groupe" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:396 -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:412 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:426 -msgid "Filtro" -msgstr "Filtre" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:417 -msgid "Filtro para importar usuarios o grupos de LDAP." -msgstr "Filtre pour l'import d'utilisateurs ou de groupes LDAP" +#: ../../../modules/web/Controllers/UpgradeController.php:92 +#: ../../../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/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/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" #: ../../../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 +#, fuzzy 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/mail.inc:46 +msgid "Habilitar peticiones por correo" +msgstr "Activer les demandes par courriel" -#: ../../../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/Controllers/Helpers/Account/AccountSearchHelper.php:161 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 +msgid "Más Acciones" +msgstr "Plus d'Actions" + +#: ../../../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/inc/Icons.php:37 +#, fuzzy +msgid "Cambiar Clave" +msgstr "Changer Mot de Passe" + +#: ../../../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." + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 +msgid "Nombre del perfil" +msgstr "Nom du profil" + +#: ../../../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/account/account-permissions.inc:32 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:36 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:102 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:8 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 +msgid "Ver" +msgstr "Voir" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 +msgid "Ver clave de cuenta" +msgstr "Voir mot de passe du compte" + +#: ../../../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/inc/Icons.php:35 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:134 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 +msgid "Editar" +msgstr "Éditer" + +#: ../../../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:113 +msgid "Editar Clave" +msgstr "Éditer Mot de Passe" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:32 +msgid "Añadir" +msgstr "Ajouter" + +#: ../../../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:473 +msgid "Backup" +msgstr "Sauvegarde" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:490 +msgid "Realizar importación de cuentas" +msgstr "Effectuer l'importation des comptes" + +#: ../../../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: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/Controllers/Helpers/Grid/UserProfileGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 +msgid "Perfiles" +msgstr "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:326 +#, fuzzy +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/Controllers/Helpers/Grid/AuthTokenGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 +msgid "Autorizaciones API" +msgstr "Autorisations des APIs" + +#: ../../../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:510 +msgid "Ver log de eventos" +msgstr "Voir journal d'évènements" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:509 +msgid "Log de Eventos" +msgstr "Journal d'évènements" + +#: ../../../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:543 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:545 +msgid "Usado por" +msgstr "Utilisé par" + +#: ../../../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/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:292 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:437 +#: ../../../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" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 +msgid "Enviar" +msgstr "Envoyer" + +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 +msgid "Filtro ON" +msgstr "Filtre ON" + +#: ../../../modules/web/themes/material-blue/views/account/search-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" + +#: ../../../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/inc/Icons.php:53 +msgid "Limpiar" +msgstr "Nettoyer la Sélection" + +#: ../../../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/web/themes/material-blue/views/account/search-searchbox.inc:23 +msgid "Parámetros especiales:" +msgstr "Paramètres spéciaux de recherche :" + +#: ../../../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." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 +msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgstr "" +"Rechercher les comptes pour lesquels 'group_name' a les droits d'accès." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 +msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgstr "" +"Rechercher les comptes qui contiennent un ficher avec le nom 'file_name'." + +#: ../../../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:100 +msgid "Cuentas por página" +msgstr "Comptes par page" + +#: ../../../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/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" + +#: ../../../config/strings.js.inc:93 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 +msgid "Actualizado" +msgstr "Mis à jour" + +#: ../../../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" + +#: ../../../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: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: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/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:85 +msgid "Dirección de correo" +msgstr "Adresse de courriel" + +#: ../../../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: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: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/config/wiki.inc:44 msgid "Habilitar enlaces Wiki" @@ -3803,6 +4331,1333 @@ 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/account/account-history.inc:9 +msgid "Histórico" +msgstr "Historique" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Realizar" +msgstr "Effectuer" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 +msgid "Forzar HTTPS" +msgstr "Forcer 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 "Force l'utilisation du protocole HTTPS pour toutes les connexions." + +#: ../../../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/general-proxy.inc:10 +msgid "Proxy" +msgstr "Proxy" + +#: ../../../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: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/itemshow/custom_field.inc:26 +msgid "Nombre del campo" +msgstr "Nom du champ" + +#: ../../../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/config/encryption.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:222 +msgid "Intentos" +msgstr "Tentatives" + +#: ../../../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" + +#: ../../../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: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: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/config/ldap.inc:157 +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/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/itemshow/user_profile.inc:32 +msgid "Crear nueva cuenta" +msgstr "Créer nouveau compte" + +#: ../../../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:130 +msgid "Eliminar cuenta" +msgstr "Supprimer compte" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:36 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:66 +#: ../../../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:458 +msgid "Opciones de encriptación" +msgstr "Options de chiffrement" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 +msgid "Realizar copia de seguridad y exportar" +msgstr "Faire une sauvegarde et exporter" + +#: ../../../../ajax/ajax_filesMgmt.php:97 +msgid "Extensión" +msgstr "Extension" + +#: ../../../modules/web/Controllers/AccountFileController.php:209 +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" + +#: ../../../../lib/SP/Services/Account/AccountService.php:282 +#: ../../../../lib/SP/Services/Account/AccountService.php:639 +#: ../../../../lib/SP/Services/Account/AccountService.php:694 +msgid "La cuenta no existe" +msgstr "Le compte n'existe pas" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errores" +msgstr "Erreurs" + +#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error al añadir favorito" +msgstr "Erreur lors de l'ajout du favori" + +#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error al eliminar favorito" +msgstr "Erreur lors de la suppression du favori" + +#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error al eliminar las etiquetas de la cuenta" +msgstr "Erreur lors de la suppression des tags du compte" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:107 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Método inválido" +msgstr "Méthode invalide" + +#: ../../../../lib/SP/Services/Api/ApiRequest.php:79 +#: ../../../../lib/SP/Services/Api/ApiRequest.php:113 +#: ../../../../lib/SP/Services/Api/ApiService.php:229 +msgid "Datos inválidos" +msgstr "Donnée invalide" + +#: ../../../../inc/SP/Api/ApiRequest.class.php:211 +msgid "Formato incorrecto" +msgstr "Mauvais format" + +#: ../../../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:56 +msgid "Devolver detalles en la respuesta" +msgstr "Envoyer les détails de la réponse" + +#: ../../../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: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" + +#: ../../../../lib/SP/Api/SyspassApi.php:511 +msgid "Nombre de categoría a buscar" +msgstr "Nom de la catégorie à rechercher" + +#: ../../../../lib/SP/Api/SyspassApi.php:531 +#, fuzzy +msgid "Nombre de cliente a buscar" +msgstr "Nom du client à rechercher" + +#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Método ya inicializado" +msgstr "Méthode déjà initialisée" + +#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Método no disponible" +msgstr "Méthode non disponible" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:155 +#: ../../../modules/web/Controllers/ConfigLdapController.php:198 +msgid "Objetos encontrados: %d" +msgstr "Objet trouvé : %d" + +#: ../../../../lib/SP/Controller/ChecksController.php:127 +msgid "Los parámetros de DokuWiki no están configurados" +msgstr "Les paramètres de Dokuwiki ne sont pas définis" + +#: ../../../../lib/SP/Controller/ChecksController.php:135 +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:214 +msgid "Error" +msgstr "Erreur" + +#: ../../../../lib/SP/Controller/ChecksController.php:137 +msgid "Conexión correcta" +msgstr "Connexion réussie" + +#: ../../../../lib/SP/Controller/ChecksController.php:141 +msgid "Error de conexión a DokuWiki" +msgstr "Erreur lors de la connexion à Dokuwiki" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:89 +msgid "Faltan parámetros de syslog remoto" +msgstr "Paramètres syslog distants manquants" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:102 +msgid "Syslog remoto deshabilitado" +msgstr "Syslog distant désactivé" + +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error al guardar la configuración" +msgstr "Erreur lors de la sauvegarde de la configuration" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:87 +msgid "Faltan parámetros de DokuWiki" +msgstr "Paramètres Dokuwiki manquants" + +#: ../../../../inc/SP/Controller/ConfigActionController.class.php:368 +msgid "DokuWiki habiltada" +msgstr "Dokuwiki activé" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:104 +msgid "DokuWiki deshabilitada" +msgstr "Dokuwiki désactivé" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 +msgid "Buscar Evento" +msgstr "Recherche d'Évènements" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 +#: ../../../config/actions.xml:325 +msgid "Buscar Categoría" +msgstr "Rechercher une Catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 +#: ../../../config/actions.xml:355 +#, fuzzy +msgid "Buscar Cliente" +msgstr "Rechercher un Client" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:139 +msgid "Buscar Campo" +msgstr "Rechercher un Champ" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 +#: ../../../config/actions.xml:475 +msgid "Buscar Archivo" +msgstr "Rechercher un Fichier" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 +msgid "Buscar Cuenta" +msgstr "Rechercher un Compte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 +#: ../../../config/actions.xml:595 +msgid "Buscar Usuario" +msgstr "Rechercher un Utilisateur" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:218 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:219 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:457 +msgid "Importar usuarios de LDAP" +msgstr "Importer des utilisateurs depuis LDAP" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 +#: ../../../config/actions.xml:625 +msgid "Buscar Grupo" +msgstr "Rechercher un Groupe" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 +#: ../../../config/actions.xml:655 +msgid "Buscar Perfil" +msgstr "Rechercher un Profil" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:135 +msgid "Buscar Token" +msgstr "Rechercher un Token" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 +#: ../../../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:106 +#: ../../../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:108 +#: ../../../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:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 +msgid "Enlaces" +msgstr "Liens" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:144 +msgid "Buscar Enlace" +msgstr "Rechercher un Lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:177 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:178 +#: ../../../modules/web/Controllers/PublicLinkController.php:336 +msgid "Ver Enlace" +msgstr "Voir Lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:193 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:194 +msgid "Renovar Enlace" +msgstr "Renouveler Lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:210 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:211 +msgid "Eliminar Enlace" +msgstr "Supprimer Lien" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:123 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:89 +#: ../../../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:130 +#: ../../../config/actions.xml:523 +msgid "Buscar Etiqueta" +msgstr "Recherche un Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 +#: ../../../modules/web/Controllers/TagController.php:103 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:217 +#: ../../../config/actions.xml:499 +msgid "Nueva Etiqueta" +msgstr "Nouveau Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 +msgid "Editar Etiqueta" +msgstr "Éditer Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 +#: ../../../config/actions.xml:517 +msgid "Eliminar Etiqueta" +msgstr "Supprimer Tag" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:101 +msgid "Plugin" +msgstr "Plugin" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 +msgid "Estado" +msgstr "Status" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:332 +#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +msgid "Plugins" +msgstr "Plugins" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 +#: ../../../config/actions.xml:541 +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:535 +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/NotificationGrid.php:118 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 +msgid "Componente" +msgstr "Composant" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:140 +#: ../../../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" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:65 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:105 +#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 +#: ../../../config/actions.xml:673 +msgid "Notificaciones" +msgstr "Notifications" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 +#: ../../../config/actions.xml:835 +msgid "Buscar Notificación" +msgstr "Rechercher une Notification" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 +#: ../../../modules/web/Controllers/NotificationController.php:103 +#: ../../../config/actions.xml:805 +msgid "Ver Notificación" +msgstr "Voir Notification" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 +#: ../../../config/actions.xml:829 +msgid "Marcar Notificación" +msgstr "Marquer Notification" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 +#: ../../../config/actions.xml:823 +msgid "Eliminar Notificación" +msgstr "Supprimer Notification" + +#: ../../../modules/web/Controllers/PublicLinkController.php:270 +#: ../../../modules/web/Controllers/PublicLinkController.php:305 +msgid "Enlace creado" +msgstr "Lien créé" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +#: ../../../modules/web/Controllers/PublicLinkController.php:170 +msgid "Enlace actualizado" +msgstr "Lien actualisé" + +#: ../../../modules/web/Controllers/PublicLinkController.php:240 +#: ../../../modules/web/Controllers/PublicLinkController.php:244 +msgid "Enlace eliminado" +msgstr "Lien supprimé" + +#: ../../../modules/api/Controllers/TagController.php:88 +#: ../../../modules/api/Controllers/TagController.php:92 +#: ../../../modules/web/Controllers/TagController.php:234 +msgid "Etiqueta creada" +msgstr "Tag ajouté" + +#: ../../../modules/api/Controllers/TagController.php:116 +#: ../../../modules/api/Controllers/TagController.php:121 +#: ../../../modules/web/Controllers/TagController.php:265 +msgid "Etiqueta actualizada" +msgstr "Tag mis à jour" + +#: ../../../modules/api/Controllers/TagController.php:145 +#: ../../../modules/api/Controllers/TagController.php:149 +#: ../../../modules/web/Controllers/TagController.php:208 +msgid "Etiqueta eliminada" +msgstr "Tag supprimé" + +#: ../../../modules/web/Controllers/PluginController.php:181 +#: ../../../modules/web/Controllers/PluginController.php:184 +msgid "Plugin habilitado" +msgstr "Plugin activé" + +#: ../../../modules/web/Controllers/PluginController.php:206 +#: ../../../modules/web/Controllers/PluginController.php:209 +msgid "Plugin deshabilitado" +msgstr "Plugin désactivé" + +#: ../../../modules/web/Controllers/PluginController.php:231 +#: ../../../modules/web/Controllers/PluginController.php:234 +msgid "Plugin restablecido" +msgstr "Plugin ré-initialisé" + +#: ../../../modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorito añadido" +msgstr "Favoris ajouté" + +#: ../../../modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorito eliminado" +msgstr "Favoris supprimé" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:269 +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" + +#: ../../../modules/web/Controllers/NotificationController.php:297 +#: ../../../modules/web/Controllers/NotificationController.php:301 +msgid "Notificación leída" +msgstr "Notification lue" + +#: ../../../modules/web/Controllers/NotificationController.php:266 +#: ../../../modules/web/Controllers/NotificationController.php:270 +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" + +#: ../../../modules/web/Controllers/AccountController.php:933 +msgid "Solicitud realizada" +msgstr "Requête términée" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 +#, fuzzy +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" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:316 +msgid "Es necesaria su clave anterior" +msgstr "Mot de passe précédent nécessaire" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:441 +#: ../../../../lib/SP/Services/Auth/LoginService.php:504 +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" + +#. (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" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:135 +msgid "No es posible crear el directorio de backups (\"%s\")" +msgstr "Impossible de créer le répertoire de sauvegarde (\"%s\")" + +#: ../../../../lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observador no inicializado" +msgstr "Observateur non initialisé" + +#: ../../../../lib/SP/Core/Events/Event.php:56 +msgid "Es necesario un objeto" +msgstr "Un objet est nécessaire" + +#: ../../../../lib/SP/Services/Install/Installer.php:141 +msgid "Indicar la clave de la BBDD" +msgstr "Saisir le mot de passe de la base de données" + +#: ../../../../lib/SP/Services/Install/Installer.php:143 +msgid "Clave del usuario administrador de la Base de Datos" +msgstr "Mot de passe administrateur de la base de données" + +#: ../../../../lib/SP/Services/Install/MySQL.php:181 +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'" + +#: ../../../../lib/SP/Services/Install/MySQL.php:251 +msgid "La BBDD no existe" +msgstr "La base de données n'existe pas" + +#: ../../../../lib/SP/Services/Install/MySQL.php:253 +msgid "Es necesario crearla y asignar los permisos necesarios" +msgstr "Vous devez créer et définir les permissions nécessaires" + +#: ../../../../lib/SP/Services/Install/MySQL.php:237 +msgid "Error al establecer permisos de la BBDD ('%s')" +msgstr "" +"Erreur lors du paramétrage des permissions de la base de données ('%s')" + +#: ../../../../lib/SP/Plugin/PluginManager.php:113 +#: ../../../../lib/SP/Plugin/PluginManager.php:256 +msgid "No es posible cargar el plugin \"%s\"" +msgstr "Impossible de charger le plugin \"%s\"" + +#: ../../../../lib/SP/Mvc/View/Template.php:341 +msgid "La plantilla no contiene archivos" +msgstr "Le modèle ne contient pas de fichiers" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error al actualizar la configuración" +msgstr "Erreur durant la mise à jour de la configuration" + +#: ../../../modules/web/Forms/AuthTokenForm.php:91 +msgid "Usuario no indicado" +msgstr "Utilisateur non paramétré" + +#: ../../../modules/web/Forms/AuthTokenForm.php:95 +msgid "Acción no indicada" +msgstr "Action non paramétrée" + +#: ../../../modules/web/Forms/TagForm.php:82 +msgid "Es necesario un nombre de etiqueta" +msgstr "Un nom de tag est nécessaire" + +#: ../../../../lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Respuesta XML-RPC inválida" +msgstr "Réponse XML-RPC invalide" + +#: ../../../../lib/SP/Services/Import/ImportService.php:89 +msgid "Tipo mime no soportado (\"%s\")" +msgstr "Le type MIME n'est pas supporté (\"%s\")" + +#: ../../../../lib/SP/Services/Import/ImportTrait.php:106 +msgid "Id de categoría no definido. No es posible importar cuenta." +msgstr "ID catégorie non paramétré. Impossible d'importer le compte." + +#: ../../../../lib/SP/Services/Import/ImportTrait.php:110 +#, fuzzy +msgid "Id de cliente no definido. No es posible importar cuenta." +msgstr "ID client non paramétré. Impossible d'importer le compte." + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:69 +msgid "Clave de encriptación no indicada" +msgstr "Chiffrement mot de passe non paramétré" + +#: ../../../../lib/SP/Services/Import/CsvImport.php:50 +msgid "Formato detectado: %s" +msgstr "Format détecté: %s" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 +msgid "El nodo \"%s\" no existe" +msgstr "Le \"%s\" node n'existe pas" + +#: ../../../../lib/SP/Util/ImageUtil.php:48 +#: ../../../../lib/SP/Util/ImageUtil.php:99 +#: ../../../../lib/SP/Util/Util.php:180 ../../../../lib/SP/Util/Util.php:182 +msgid "Extensión '%s' no cargada" +msgstr "L'extension '%s' n'est pas chargée" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Categoría duplicada" +msgstr "Catégorie dupliqué" + +#: ../../../../lib/SP/Services/Category/CategoryService.php:77 +#: ../../../../lib/SP/Services/Category/CategoryService.php:98 +#: ../../../../lib/SP/Services/Category/CategoryService.php:115 +msgid "Categoría no encontrada" +msgstr "Catégorie introuvable" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error al crear el campo personalizado" +msgstr "Erreur durant la création d'un champ personnalisé" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error al eliminar el campo personalizado" +msgstr "Erreur durant la suppression d'un champ personnalisé" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error al actualizar el campo personalizado" +msgstr "Erreur durant la mise à jour de la catégorie" + +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldDef.php:162 +msgid "Campo personalizado no encontrado" +msgstr "Champ personnalisé non trouvé" + +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldDef.php:215 +msgid "No se encontraron campos personalizados" +msgstr "Champs personnalisé non trouvés" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "No hay datos de campos personalizados" +msgstr "Pas de donnée de champs personnalisés" + +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldsUtil.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é" + +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:55 +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" + +#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error al asignar los usuarios al grupo" +msgstr "Erreur pendant la suppression de l'utilisateur du groupe" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:78 +msgid "Error al crear la notificación" +msgstr "Erreur lors de l'ajout de la notification" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:137 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:156 +msgid "Error al eliminar la notificación" +msgstr "Erreur lors de la suppression de la notification" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:118 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:427 +msgid "Error al modificar la notificación" +msgstr "Erreur lors de la mise à jour de la notification" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:212 +msgid "Error al obtener la notificación" +msgstr "Erreur lors de la récupération de la notification" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:242 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:464 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:497 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:531 +msgid "Error al obtener las notificaciones" +msgstr "Erreur lors de la récupération des notifications" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error al crear el plugin" +msgstr "Erreur lors de l'ajout du plugin" + +#. (itstool) path: action/text +#: ../../../../lib/SP/Plugin/PluginManager.php:245 +#: ../../../config/actions.xml:529 +msgid "Nuevo Plugin" +msgstr "Nouveau plugin" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error al eliminar el plugin" +msgstr "Erreur lors de la suppression du plugin" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:347 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:367 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:387 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:407 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:426 +msgid "Error al actualizar el plugin" +msgstr "Erreur lors de la mise à jour du plugin" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Habilitado" +msgstr "Activé" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:238 +msgid "Error al crear perfil" +msgstr "Erreur lors de la création du profil" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:73 +msgid "Perfil en uso" +msgstr "Profil en cours d'utilisation" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error al eliminar perfil" +msgstr "Erreur lors de la suppression du profil" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:287 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error al modificar perfil" +msgstr "Erreur lors de la modification du profil" + +#: ../../../modules/web/Controllers/AccountController.php:223 +msgid "Enlace visualizado" +msgstr "Lien visualisé" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:340 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:388 +msgid "Error al actualizar enlace" +msgstr "Erreur lors de la mise à jour du lien" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:254 +msgid "Enlace ya creado" +msgstr "Lien déjà créé" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:281 +msgid "Error al crear enlace" +msgstr "Erreur lors de la création du lien" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error al eliminar enlace" +msgstr "Erreur lors de la suppression du lien" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:423 +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" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:465 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:506 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:526 +msgid "Error al obtener enlace" +msgstr "Erreur lors de la récupération du lien" + +#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +#: ../../../modules/web/Controllers/AccountController.php:227 +msgid "ON" +msgstr "ON" + +#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 +#: ../../../modules/web/Controllers/AccountController.php:227 +msgid "OFF" +msgstr "OFF" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:60 +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Etiqueta duplicada" +msgstr "Tag dupliqué" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error al crear etiqueta" +msgstr "Erreur lors de la création du tag" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error al eliminar etiqueta" +msgstr "Erreur lors de la suppression du tag" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:118 +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" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:63 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:427 +msgid "Login/email de usuario duplicados" +msgstr "Login/courriel utilisateur dupliqué" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:234 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:548 +msgid "Error al obtener los datos del usuario" +msgstr "Erreur lors de la récupération des données utilisateurs" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 +msgid "Sincronización LDAP" +msgstr "Synchronisation LDAP" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:264 +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" + +#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error en comprobación de hash" +msgstr "Erreur lors de la vérification du hash" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Hash inválido o expirado" +msgstr "Hash invalide ou expiré" + +#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +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" + +#: ../../../../lib/SP/Storage/XmlHandler.php:79 +msgid "No es posible leer/escribir el archivo: %s" +msgstr "Impossible de lire/écrire le fichier: %s" + +#: ../../../../lib/SP/Storage/File/XmlHandler.php:167 +msgid "No hay elementos para guardar" +msgstr "Il n'y a pas d'objet à sauvegarder" + +#: ../../../../lib/SP/Util/Connection.php:157 +msgid "Socket no inicializado" +msgstr "Socket non initialisé" + +#: ../../../../lib/SP/Util/Connection.php:164 +msgid "Error al enviar datos" +msgstr "Erreur lors de l'envoi de donnée" + +#: ../../../../lib/SP/Util/Util.php:243 +msgid "Respuesta" +msgstr "Réponse" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 +msgid "Fallo de autentificación" +msgstr "Erreur d'authentification" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 +msgid "Error al realizar la consulta" +msgstr "Erreur durant la requête" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 +msgid "URL de conexión no establecida" +msgstr "URL de connexion non paramétré" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:33 +msgid "Ver Detalles" +msgstr "Voir Détails" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copiar" +msgstr "Copier" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restaurar" +msgstr "Restaurer" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Descargar" +msgstr "Télécharger" + +#: ../../../modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Crítico" +msgstr "Critique" + +#: ../../../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:253 +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:81 +msgid "Ahora" +msgstr "Maintenant" + +#: ../../../config/strings.js.inc: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 ?" + +#: ../../../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 ?" + +#: ../../../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:83 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:85 +msgid "Fecha Caducidad Clave" +msgstr "Date d'Expiration" + +#: ../../../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" + +#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:9 +msgid "Accesos" +msgstr "Accès" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:28 +#: ../../../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:92 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:124 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:67 +msgid "Seleccionar Grupos" +msgstr "Sélectionner des Groupes" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:194 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:19 +msgid "Cuenta Privada" +msgstr "Compte Privé" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:200 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 +msgid "Privada" +msgstr "Restreint (Personnel)" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 +msgid "Seleccionar Etiquetas" +msgstr "Sélectionner des Tags" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:236 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:8 +msgid "Cuenta Vinculada" +msgstr "Compte Lié" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:246 +#: ../../../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:279 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:281 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 +msgid "Enlace Público" +msgstr "Lien Publique" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:352 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:353 +#: ../../../config/actions.xml:421 +msgid "Crear Enlace Público" +msgstr "Créer un Lien Publique" + +#: ../../../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/details.inc:73 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:75 +msgid "Fecha de Clave" +msgstr "Date du Mot de Passe" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +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" + +#: ../../../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:199 +msgid "Ver en Wiki" +msgstr "Voir sur le Wiki" + +#: ../../../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é." + +#: ../../../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: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/config/backup.inc:43 +msgid "Copia BBDD" +msgstr "Sauvegarde de la base de données" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 +msgid "Copia sysPass" +msgstr "Sauvegarde sysPass" + +#: ../../../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/plugin/plugin.inc:64 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:66 +msgid "Eventos" +msgstr "Évènements" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 +msgid "Habilitar Syslog" +msgstr "Activer Syslog" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 +msgid "Habilitar Syslog Remoto" +msgstr "Activer Syslog Distant" + +#: ../../../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" + +#. (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: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: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/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:122 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:125 +msgid "Plugins Cargados" +msgstr "Plugins Chargés" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:149 +#: ../../../modules/web/Controllers/ConfigLdapController.php:191 +msgid "Resultados" +msgstr "Résultats" + #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:143 msgid "DokuWiki API" msgstr "DokuWiki API" @@ -3843,6 +5698,7 @@ msgid "URL base de DokuWiki." msgstr "DokuWiki base URL" #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:235 +#, fuzzy msgid "Usuario para conectar a la API de DokuWiki." msgstr "Utilisateur à connecter au DokuWiki API." @@ -3855,19 +5711,108 @@ msgstr "Namespace" 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/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Nivel" +msgstr "Niveau" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 -msgid "Filtro ON" -msgstr "Filtre ON" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:67 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:68 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:74 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:83 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:80 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:71 +msgid "Eliminar Seleccionados" +msgstr "Supprimer Sélection" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:23 +msgid "Nombre del plugin" +msgstr "Nom du plugin" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:35 +#, fuzzy +msgid "Versión del plugin" +msgstr "Version du Plugin" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:40 +msgid "Versión Compatible" +msgstr "Version Compatible" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:47 +msgid "Versión de sysPass compatible" +msgstr "Version sysPass compatible" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:52 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 +msgid "Autor" +msgstr "Auteur" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:59 +msgid "Autor del plugin" +msgstr "Auteur du plugin" + +#: ../../../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:161 +msgid "Publicar Enlace" +msgstr "Partager le Lien" + +#: ../../../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:210 +msgid "Asignar permisos" +msgstr "Définir permissions" + +#: ../../../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" + +#: ../../../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/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:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:95 +msgid "Uso" +msgstr "Utiliser" + +#: ../../../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/web/themes/material-blue/views/_partials/fixed-header.inc:40 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:110 +msgid "Hay %d notificaciones pendientes" +msgstr "Il y a %d de notification(s) non-lue(s)" + +#: ../../../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/install/index.inc:8 -#, php-format msgid "Instalación %s" msgstr "Installation %s" @@ -3875,72 +5820,1480 @@ msgstr "Installation %s" 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/login/index.inc:37 +msgid "Clave Anterior" +msgstr "Mot de Passe Précédent" -#: ../../../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/main/upgrade.inc:6 +msgid "Actualización %s" +msgstr "Mise à jour %s" -#: ../../../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" +#: ../../../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 "" -"Ne créer pas ou vérifier les permissions de l'utilisateur dans la base de " -"données" +"Le code est paramétré dans le fichier de configuration de sysPass avec le " +"nom de tag \"upgradekey\"" -#: ../../../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" +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 +#: ../../../config/actions.xml:277 +msgid "Ver Wiki" +msgstr "Voir Wiki" -#: ../../../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/wiki/wikipage.inc:10 +msgid "Resultados de búsqueda de '%s'" +msgstr "Rechercher les résultats de '%s'" -#: ../../../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/wiki/wikipage.inc:13 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:23 +msgid "Página" +msgstr "Page" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 +msgid "No instalado" +msgstr "Non installé" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Origen" +msgstr "Origine" + +#: ../../../modules/web/Controllers/AccountController.php:226 +msgid "Agente" +msgstr "Agent" + +#: ../../../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 "" +"Pour améliorer la traduction, vous pouvez aller sur https://poeditor.com/" +"join/project/fmlsBuugyv" + +#: ../../../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/_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" + +#: ../../../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" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:232 +msgid "Crear Usuario" +msgstr "Ajouter un Utilisateur" + +#: ../../../../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" + +#: ../../../../lib/SP/Api/SyspassApi.php:368 +#, fuzzy +msgid "Crear Cliente" +msgstr "Ajouter un Client" + +#: ../../../../lib/SP/Api/SyspassApi.php:279 +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" + +#: ../../../../lib/SP/Api/SyspassApi.php:188 +msgid "Crear Cuenta" +msgstr "Ajouter un Compte" + +#: ../../../../inc/SP/Controller/ItemActionController.class.php:1091 +msgid "Usuarios importados" +msgstr "Utilisateurs importés" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 +#: ../../../modules/web/Controllers/AccountController.php:916 +msgid "Solicitud" +msgstr "Requête" + +#: ../../../../lib/SP/Core/Acl/Acl.php:294 +msgid "Acceso denegado" +msgstr "Accès refusé" + +#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error al añadir las etiquetas de la cuenta" +msgstr "Erreur en ajoutant des étiquettes de compte" + +#: ../../../../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" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:174 +#: ../../../modules/web/Controllers/NotificationController.php:179 +msgid "Nueva Notificación" +msgstr "Nouvelle Notification" + +#: ../../../modules/web/Controllers/UserGroupController.php:208 +#: ../../../modules/web/Controllers/UserGroupController.php:211 +msgid "Grupos eliminados" +msgstr "Groupes supprimés" + +#: ../../../modules/web/Controllers/UserProfileController.php:203 +#: ../../../modules/web/Controllers/UserProfileController.php:206 +msgid "Perfiles eliminados" +msgstr "Profils supprimés" + +#: ../../../modules/web/Controllers/ClientController.php:201 +#: ../../../modules/web/Controllers/ClientController.php:204 +#, fuzzy +msgid "Clientes eliminados" +msgstr "Utilisateurs supprimés" + +#: ../../../modules/web/Controllers/CategoryController.php:206 +#: ../../../modules/web/Controllers/CategoryController.php:209 +msgid "Categorías eliminadas" +msgstr "Catégories supprimées" + +#: ../../../modules/web/Controllers/AuthTokenController.php:204 +#: ../../../modules/web/Controllers/AuthTokenController.php:207 +msgid "Autorizaciones eliminadas" +msgstr "Autorisations supprimées" + +#: ../../../modules/web/Controllers/CustomFieldController.php:197 +#: ../../../modules/web/Controllers/CustomFieldController.php:200 +msgid "Campos eliminados" +msgstr "Champs supprimés" + +#: ../../../modules/web/Controllers/PublicLinkController.php:229 +#: ../../../modules/web/Controllers/PublicLinkController.php:232 +msgid "Enlaces eliminados" +msgstr "Liens supprimés" + +#: ../../../modules/web/Controllers/TagController.php:200 +msgid "Etiquetas eliminadas" +msgstr "Tags supprimés" + +#: ../../../modules/web/Controllers/AccountFileController.php:320 +#: ../../../modules/web/Controllers/AccountFileController.php:323 +msgid "Archivos eliminados" +msgstr "Fichiers supprimés" + +#: ../../../modules/web/Controllers/AccountController.php:869 +#: ../../../modules/web/Controllers/AccountController.php:872 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:99 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:102 +#: ../../../modules/web/Controllers/AccountManagerController.php:99 +#: ../../../modules/web/Controllers/AccountManagerController.php:102 +msgid "Cuentas eliminadas" +msgstr "Comptes supprimés" + +#: ../../../modules/web/Controllers/NotificationController.php:327 +#: ../../../modules/web/Controllers/NotificationController.php:330 +msgid "Notificación creada" +msgstr "Notification créée" + +#: ../../../modules/web/Controllers/NotificationController.php:251 +#: ../../../modules/web/Controllers/NotificationController.php:254 +msgid "Notificaciones eliminadas" +msgstr "Notifications supprimées" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:269 +msgid "Usando clave temporal" +msgstr "Utilisation d'un mot de passe temporaire" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:130 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:180 +msgid "Clave temporal caducada" +msgstr "Mot de passe temporaire expiré" + +#: ../../../../inc/SP/Core/Init.class.php:506 +msgid "Sesión" +msgstr "Session" + +#: ../../../../lib/SP/Services/Install/MySQL.php:361 +msgid "Error al comprobar la base de datos" +msgstr "Erreur lors de la vérification de la base de données" + +#: ../../../../lib/SP/Services/Install/MySQL.php:363 +msgid "Intente de nuevo la instalación" +msgstr "Veuillez réessayer l'installation" + +#: ../../../modules/web/Forms/NotificationForm.php:92 +msgid "Es necesario un componente" +msgstr "Un composant est nécessaire" + +#: ../../../modules/web/Forms/NotificationForm.php:96 +msgid "Es necesario un tipo" +msgstr "Un type est nécessaire" + +#: ../../../modules/web/Forms/NotificationForm.php:106 +msgid "Es necesario un destinatario" +msgstr "Une destination est nécessaire" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error procesando línea" +msgstr "Erreur de la ligne de traitement" + +#: ../../../modules/web/Controllers/ConfigImportController.php:76 +msgid "Cuentas importadas" +msgstr "Comptes importés" + +#: ../../../../lib/SP/Services/Account/AccountFileService.php:164 +msgid "Archivo no encontrado" +msgstr "Fichier introuvable" + +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:80 +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:95 +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:178 +#: ../../../../lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Grupo no encontrado" +msgstr "Groupe introuvable" + +#: ../../../../lib/SP/Services/Notification/NotificationService.php:102 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:121 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:180 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:210 +msgid "Notificación no encontrada" +msgstr "Notification introuvable" + +#: ../../../../lib/SP/Services/Plugin/PluginService.php:92 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:153 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:186 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:206 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:224 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:241 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:258 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:275 +msgid "Plugin no encontrado" +msgstr "Plugin introuvable" + +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:65 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Perfil no encontrado" +msgstr "Profil introuvable" + +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:122 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:145 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:219 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:311 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:346 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:367 +msgid "Enlace no encontrado" +msgstr "Lien introuvable" + +#: ../../../../lib/SP/Services/Tag/TagService.php:75 +#: ../../../../lib/SP/Services/Tag/TagService.php:94 +#: ../../../../lib/SP/Services/Tag/TagService.php:111 +msgid "Etiqueta no encontrada" +msgstr "Tag introuvable" + +#: ../../../../lib/SP/Services/User/UserService.php:192 +msgid "Usuario no encontrado" +msgstr "Utilisateur introuvable" + +#: ../../../../lib/SP/Storage/Database/Database.php:131 +msgid "Consulta en blanco" +msgstr "Requête vide" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:211 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:38 +msgid "Cuenta Privada Grupo" +msgstr "Compte Privé pour le Groupe" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 +msgid "Privada Grupo" +msgstr "Restreint au Groupe" + +#: ../../../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:183 +msgid "Sólo es necesario para archivos CSV." +msgstr "Seulement nécessaire pour les fichiers CSV." + +#: ../../../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/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/notification/notification.inc:88 +msgid "Notificación global" +msgstr "Notification globale" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Global" +msgstr "Global" + +#: ../../../../lib/SP/Services/Service.php:115 +msgid "No es posible iniciar una transacción" +msgstr "Impossible de démarrer une transaction" + +#: ../../../../lib/SP/Services/Crypt/MasterPassService.php:101 +#: ../../../../lib/SP/Services/Import/ImportService.php:77 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:97 +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "No es posible finalizar una transacción" +msgstr "Impossible de terminer la transaction" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 +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 "" +"Un nouveau Mot de Passe Maître sysPass a été généré et sera demandé lors du " +"prochain démarrage" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 +msgid "La nueva clave es: %s" +msgstr "Le nouveau Mot de Passe Maître est: %s" + +#: ../../../../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" + +#: ../../../config/strings.js.inc:84 +msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgstr "Cette action peut être longue. Souhaitez-vous continuer ?" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:27 +msgid "Búsqueda" +msgstr "Rechercher" + +#: ../../../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:258 +msgid "Enviar correo" +msgstr "Envoyer un courriel" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:123 +msgid "XML" +msgstr "XML" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:172 +msgid "CSV" +msgstr "CSV" + +#: ../../../../lib/SP/Services/Account/AccountService.php:164 +#: ../../../../lib/SP/Services/Account/AccountService.php:566 +msgid "Cuenta no encontrada" +msgstr "Compte introuvable" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:159 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:161 +msgid "Hash de clave maestra actualizado" +msgstr "Hash du Mot de Passe Maître mis à jour" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Error al actualizar el hash de la clave maestra" +msgstr "Erreur durant la mise à jour du Mot de Passe Maître" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 +#: ../../../modules/web/Controllers/NotificationController.php:210 +#: ../../../config/actions.xml:817 +msgid "Editar Notificación" +msgstr "Éditer Notification" + +#: ../../../modules/web/Controllers/UserController.php:266 +#: ../../../modules/web/Controllers/UserController.php:269 +msgid "Usuarios eliminados" +msgstr "Utilisateurs supprimés" + +#: ../../../modules/web/Controllers/NotificationController.php:360 +#: ../../../modules/web/Controllers/NotificationController.php:363 +msgid "Notificación actualizada" +msgstr "Notification mise à jour" + +#: ../../../../lib/SP/Storage/Database/Database.php:272 +msgid "Restricción de integridad" +msgstr "Contrainte d'intégrité" + +#: ../../../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/Controllers/Helpers/Grid/AccountHistoryGrid.php:124 +msgid "Modificada" +msgstr "Modifié" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:125 +msgid "Eliminada" +msgstr "Supprimer" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:87 +msgid "Cuentas (H)" +msgstr "Comptes (H)" + +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:194 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:224 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:124 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:148 +msgid "Clave de encriptación incorrecta" +msgstr "Chiffrement de mot de passe incorrect" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 +msgid "Área de Texto" +msgstr "Zone de texte" + +#: ../../../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." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 +msgid "Devolver las cuentas con grupo principal 'group_name'" +msgstr "" +"Récupérer les comptes pour lesquels le groupe principal est 'group_name'." + +#: ../../../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/config/info.inc:55 +msgid "OP Cache" +msgstr "OP Cache" + +#: ../../../modules/web/Controllers/UpgradeController.php:71 +msgid "Código de seguridad incorrecto" +msgstr "Code de sécurité invalide" + +#: ../../../modules/web/Controllers/UpgradeController.php:67 +msgid "Es necesario confirmar la actualización" +msgstr "La mise à jour a besoin d'être confirmé" + +#: ../../../modules/web/Controllers/UpgradeController.php:92 +msgid "En 5 segundos será redirigido al login" +msgstr "Vous allez être redirigé vers l'écran de connexion dans 5 secondes" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:70 +msgid "Error al aplicar la actualización de la aplicación" +msgstr "Erreur lors de la mise à jour de l'application" + +#: ../../../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" + +#: ../../../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: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: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/config/encryption.inc:89 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:120 +#, fuzzy +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:156 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:122 +msgid "Para más información consulte: %s" +msgstr "Vous pouvez obtenir plus d'informations sur : %s" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:140 +msgid "Introducir login de usuario válido" +msgstr "Saisir un login de connexion valide" + +#: ../../../../lib/SP/Services/Api/ApiService.php:96 +#: ../../../../lib/SP/Services/Auth/LoginService.php:137 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +#: ../../../modules/web/Controllers/UserPassResetController.php:124 +msgid "Intentos excedidos" +msgstr "Tentatives dépassées" + +#: ../../../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" + +#: ../../../../lib/SP/Services/Track/TrackService.php:162 +msgid "Intentos excedidos (%d/%d)" +msgstr "Tentatives dépassées (%d/%d)" + +#: ../../../../lib/SP/Http/Address.php:49 +#: ../../../../lib/SP/Http/Address.php:51 +#: ../../../../lib/SP/Http/Address.php:68 +#: ../../../../lib/SP/Http/Address.php:70 +#: ../../../../lib/SP/Http/Address.php:90 +#: ../../../../lib/SP/Http/Address.php:109 +msgid "IP inválida" +msgstr "IP invalide" + +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:134 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:272 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:286 +msgid "Token no encontrado" +msgstr "Token non trouvé" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error al crear track" +msgstr "Erreur lors de la création de la piste" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error al eliminar track" +msgstr "Erreur lors de la suppression de la piste" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error al actualizar track" +msgstr "Erreur lors de la mise à jour de la piste" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error al obtener track" +msgstr "Erreur lors de la récupération de la piste" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:169 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error al obtener tracks" +msgstr "Erreur lors de la récupération des pistes" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 +#, fuzzy +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/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" + +#: ../../../../lib/SP/Services/Task/TaskService.php:184 +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" + +#: ../../../config/strings.js.inc: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." + +#: ../../../config/strings.js.inc:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:88 +msgid "Incluir Letras" +msgstr "Inclure des Lettres" + +#: ../../../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/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "Sí" +msgstr "Oui" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "No" +msgstr "Non" + +#: ../../../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." + +#: ../../../config/strings.js.inc:90 +msgid "Portapapeles no soportado por el navegador." +msgstr "Presse-Papier non supporté par votre navigateur." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:324 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:334 +msgid "Atributo Login" +msgstr "Login Attribué" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:329 +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/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" + +#: ../../../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/general-site.inc:182 +msgid "Encriptar los datos de la sesión de PHP." +msgstr "Données de session PHP chiffrées" + +#: ../../../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 "" +"Cette fonctionnalité augmente la sécurité des sessions PHP, les données " +"stockées ne seront pas lisible." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 +msgid "Encriptar Sesión" +msgstr "Session chiffrée" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:347 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:357 +msgid "Atributo Nombre" +msgstr "Nom d'attribut" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:352 +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." + +#: ../../../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})" + +#: ../../../../lib/SP/Bootstrap.php:265 +msgid "Versión de PHP requerida >= %s <= %s" +msgstr "Version de PHP requise >= %s <= %s" + +#: ../../../../lib/SP/Config/ConfigUtil.php:111 +msgid "Actual: %s - Necesario: 750" +msgstr "Actuel: %s - Requis: 750" + +#: ../../../../lib/SP/Core/Acl/Actions.php:176 +msgid "Acción no encontrada" +msgstr "Action non trouvée" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:103 +#: ../../../../lib/SP/Core/Context/ContextBase.php:126 +msgid "Contexto ya inicializado" +msgstr "Contexte déjà initialisé" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:109 +msgid "Contexto inválido" +msgstr "Context invalide" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:154 +msgid "Contexto no inicializado" +msgstr "Context non initialisé" + +#: ../../../../lib/SP/Core/UI/Theme.php:193 +msgid "Clase no válida para iconos" +msgstr "Classe d'icônes invalide" + +#: ../../../../lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Tipo de filtro inválido" +msgstr "Type de filtre invalide" + +#: ../../../../lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: ../../../../lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Tipo de objeto incorrecto" +msgstr "Type d'objet incorrecte" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 +msgid "Realizado por: %s (%s)" +msgstr "Réalisé par: %s (%s)" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 +msgid "Dirección IP: %s" +msgstr "Adresse IP: %s" + +#: ../../../../lib/SP/Providers/Mail/MailProvider.php:91 +msgid "No es posible inicializar" +msgstr "Impossible d'initialiser" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 +#: ../../../modules/web/Controllers/NotificationController.php:267 +#: ../../../modules/web/Controllers/NotificationController.php:298 +msgid "Notificación" +msgstr "Notification" + +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:302 +msgid "Error al eliminar los archivos" +msgstr "Erreur lors de la suppression des fichiers" + +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:455 +#: ../../../../lib/SP/Services/Account/AccountService.php:583 +msgid "Error al eliminar las cuentas" +msgstr "Erreur lors de la suppression des comptes" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error al eliminar la categorías" +msgstr "Erreur lors de la suppression des catégories" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:264 +#: ../../../../lib/SP/Services/Client/ClientService.php:127 +msgid "Error al eliminar los clientes" +msgstr "Erreur lors de la suppression des clients" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error al eliminar los campos personalizados" +msgstr "Error lors de la suppresion des champs personnalisé" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error al crear el tipo de campo" +msgstr "Erreur lors de la création du type de champ" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error al actualizar el tipo de campo" +msgstr "Erreur lors de l'actualisation du type de champ" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error al eliminar el tipo de campo" +msgstr "Erreur lors de la suppression du type de champ" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:179 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:302 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:140 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error al eliminar las notificaciones" +msgstr "Erreur lors de la suppression des notifications" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:447 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:493 +msgid "El enlace no existe" +msgstr "Le lien n'existe pas" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:243 +#: ../../../../lib/SP/Services/Tag/TagService.php:126 +msgid "Error al eliminar etiquetas" +msgstr "Erreur lors de la suppression des étiquettes" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:353 +#: ../../../../lib/SP/Services/User/UserService.php:209 +msgid "Error al eliminar los usuarios" +msgstr "Erreur lors de la suppresion des utilisateurs" + +#: ../../../../lib/SP/Services/User/UserPassService.php:253 +#: ../../../../lib/SP/Services/User/UserService.php:123 +#: ../../../../lib/SP/Services/User/UserService.php:154 +#: ../../../../lib/SP/Services/User/UserService.php:173 +msgid "El usuario no existe" +msgstr "L'utilisateur n'existe pas" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error al eliminar los perfiles" +msgstr "Erreur lors de la suppression des profiles" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 +msgid "Cuentas actualizadas: %d / %d" +msgstr "Comptes actualisés: %d / %d" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 +msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Comtpes actualisés: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: ../../../../lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error al eliminar archivos" +msgstr "Erreur lors de la suppression des fichiers" + +#: ../../../../lib/SP/Services/Api/ApiRequest.php:88 +msgid "Fomato incorrecto" +msgstr "Format invalide" + +#: ../../../modules/api/Controllers/Help/TagHelp.php:43 +#: ../../../modules/api/Controllers/Help/TagHelp.php:77 +msgid "Id de etiqueta" +msgstr "Id d'étiquette" + +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:153 +msgid "Error al eliminar tokens" +msgstr "Erreur lors de la suppression des tokens" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Exportación" +msgstr "Export" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:169 +msgid "Copiando base de datos" +msgstr "Base de données en copie" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:305 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:340 +msgid "Copiando aplicación" +msgstr "Application en copie" + +#: ../../../../lib/SP/Services/Config/ConfigService.php:68 +#: ../../../../lib/SP/Services/Config/ConfigService.php:153 +msgid "Parámetro no encontrado (%s)" +msgstr "Paramètre introuvable (%s)" + +#: ../../../../lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:159 +msgid "Error al comprobar clave temporal" +msgstr "Erreur lors de la varification du mot de passe temporaire" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Campo no encontrado" +msgstr "Champ introuvable" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error al eliminar los campos" +msgstr "Erreur lors de la suppression des champs" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:233 +msgid "Exportando categorías" +msgstr "Export des catégories" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:345 +msgid "Exportando clientes" +msgstr "Export des clients" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:391 +msgid "Exportando etiquetas" +msgstr "Export des étiquettes" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:435 +msgid "Exportando cuentas" +msgstr "Export des comptes" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:158 +#: ../../../../lib/SP/Services/Import/KeepassImport.php:103 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:387 +msgid "Cuenta importada" +msgstr "Compte importé" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:58 +msgid "Importación XML KeePass" +msgstr "Import XML KeePass" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:91 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:211 +msgid "Categoría importada" +msgstr "Catégorie importée" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:58 +msgid "Importación XML sysPass" +msgstr "Import XML sysPass" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:162 +#, fuzzy +msgid "Datos desencriptados" +msgstr "Données décryptées" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:250 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:290 +msgid "Cliente importado" +msgstr "Client importé" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:326 +msgid "Etiqueta importada" +msgstr "Étiquette" + +#: ../../../../lib/SP/Services/Import/XmlImport.php:99 +msgid "Formato no detectado" +msgstr "Format non détecté" + +#: ../../../../lib/SP/Services/Import/XmlImport.php:107 +msgid "Not implemented" +msgstr "Non implémenté" + +#: ../../../../lib/SP/Services/Install/MySQL.php:135 +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 +msgid "Error al crear la BBDD ('%s')" +msgstr "Erreur lors de la création de la BDD ('%s')" + +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Importado desde LDAP" +msgstr "Importé depuis LDAP" + +#: ../../../../lib/SP/Services/Mail/MailService.php:70 +msgid "Prueba de correo" +msgstr "Test d'email" + +#: ../../../../lib/SP/Services/Mail/MailService.php:71 +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" + +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error al eliminar los enlaces" +msgstr "Erreur lors de la suppression des liens" + +#: ../../../../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/Track/TrackService.php:163 +msgid "Segundos" +msgstr "Secondes" + +#. peut changer selon le contexte +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:63 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:86 +msgid "Actualizar Aplicación" +msgstr "Mettre à jour l'application" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:57 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:88 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:59 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:102 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:139 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:171 +msgid "Actualización de campos personalizados" +msgstr "Mise à jour des champs personnalisés" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +#: ../../../modules/web/Controllers/CustomFieldController.php:235 +#: ../../../modules/web/Controllers/CustomFieldController.php:272 +msgid "Campo" +msgstr "Champ" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Actualización de enlaces públicos" +msgstr "Mise à jour des liens publiques" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:90 +#: ../../../modules/web/Controllers/PublicLinkController.php:241 +msgid "Enlace" +msgstr "Lien" + +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:112 +msgid "Error al eliminar los grupos" +msgstr "Erreur lors de la suppression de groupes" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:225 +#: ../../../../lib/SP/Storage/File/FileHandler.php:280 +msgid "No es posible leer el archivo (%s)" +msgstr "Impossible de lire/écrire le fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileCache.php:47 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:58 +msgid "Error al leer datos del archivo (%s)" +msgstr "Erreur lors de la lecture des données du fichiers (%s)" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:114 +#: ../../../../lib/SP/Storage/File/FileCache.php:74 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:116 +msgid "No es posible crear el directorio (%s)" +msgstr "Impossible de créer le dossier (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:69 +#: ../../../../lib/SP/Storage/File/FileHandler.php:132 +msgid "No es posible escribir en el archivo (%s)" +msgstr "Impossible de lire/écrire le fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:86 +msgid "No es posible abrir el archivo (%s)" +msgstr "Impossible d'ouvrir le fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileCache.php:92 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:128 +msgid "Error al eliminar el archivo (%s)" +msgstr "Erreur lors de la suppression du fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:54 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:104 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:124 +msgid "No es posible leer/escribir el archivo (%s)" +msgstr "Impossible de lire/écrire le fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 +msgid "Error al descomprimir datos del archivo (%s)" +msgstr "Erreur lors de la décompression des données du fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error al obtener los datos" +msgstr "Erreur lors de la récupérartion des données" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:99 +msgid "Error al comprimir datos del archivo (%s)" +msgstr "Erreur lors de la compression des données du fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:112 +msgid "Error al escribir datos en el archivo (%s)" +msgstr "Erreur lors de l'écriture des données du fichier (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Datos no cargados" +msgstr "Données non chargées" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:170 +msgid "No es posible cerrar el archivo (%s)" +msgstr "Impossible de fermer le fichier (%s)" + +#: ../../../modules/api/Controllers/AccountController.php:70 +#, fuzzy +msgid "Cuenta visualizada" +msgstr "Compte affiché" + +#: ../../../modules/api/Controllers/AccountController.php:102 +#: ../../../modules/web/Controllers/AccountController.php:556 +#: ../../../modules/web/Controllers/AccountController.php:610 +#, fuzzy +msgid "Clave visualizada" +msgstr "Mot de passe affiché" + +#: ../../../modules/api/Controllers/ConfigController.php:82 +#: ../../../modules/web/Controllers/ConfigBackupController.php:92 +msgid "Exportación de sysPass en XML" +msgstr "Export sysPass en XML" + +#: ../../../modules/api/Controllers/TagController.php:62 +#: ../../../modules/api/Controllers/TagController.php:89 +#: ../../../modules/api/Controllers/TagController.php:117 +#: ../../../modules/api/Controllers/TagController.php:146 +msgid "Etiqueta" +msgstr "Étiquette" + +#: ../../../modules/api/Init.php:132 +msgid "Es necesario actualizar" +msgstr "Mise à jour requise" + +#: ../../../modules/web/Controllers/AccountController.php:227 +msgid "HTTPS" +msgstr "HTTPS" + +#: ../../../modules/web/Controllers/AccountController.php:644 +#: ../../../modules/web/Controllers/AccountController.php:673 +msgid "Clave copiada" +msgstr "Mot de passe copié" + +#: ../../../modules/web/Controllers/AccountFileController.php:83 +#: ../../../modules/web/Controllers/AccountFileController.php:96 +#, fuzzy +msgid "Archivo visualizado" +msgstr "Fichier affiché" + +#: ../../../modules/web/Controllers/AccountFileController.php:136 +msgid "Archivo descargado" +msgstr "Fichier téléchargé" + +#: ../../../modules/web/Controllers/AccountFileController.php:186 +msgid "Extensión: %s" +msgstr "Extension: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:193 +msgid "Archivo: %s" +msgstr "Fichier: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:201 +msgid "Máximo tamaño: %s" +msgstr "Taille maximum: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:211 +msgid "Máximo tamaño: %d KB" +msgstr "Taille maximum: %d KB" + +#: ../../../modules/web/Controllers/AccountFileController.php:334 +msgid "Archivo Eliminado" +msgstr "Fichier supprimé" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +#: ../../../modules/web/Controllers/AuthTokenController.php:218 +#: ../../../modules/web/Controllers/AuthTokenController.php:284 +#: ../../../modules/web/Controllers/AuthTokenController.php:293 +#: ../../../modules/web/Controllers/AuthTokenController.php:331 +msgid "Autorización" +msgstr "Autorisation" + +#: ../../../modules/web/Controllers/AuthTokenController.php:330 +#, fuzzy +msgid "Autorización visualizada" +msgstr "Autorisation affichée" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:78 +msgid "Archivos habilitados" +msgstr "Fichiers activés" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:83 +msgid "Archivos deshabilitados" +msgstr "Fichiers désactivés" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:96 +msgid "Enlaces públicos habilitados" +msgstr "Liens publiques activés" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:101 +msgid "Enlaces públicos deshabilitados" +msgstr "Liens publiques désactivés" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 +msgid "Esta clave estará activa hasta: %s" +msgstr "Ce mot de passe sera valid jusqu'au: %s" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:190 +msgid "Email enviado" +msgstr "Email envoyé" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:196 +msgid "Error al enviar email" +msgstr "Erreur lors de l'envoi de l'email" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:97 +msgid "Syslog remoto habilitado" +msgstr "Remote Syslog activé" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:153 +msgid "Auth Basic habilitada" +msgstr "Auth Basic activé" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:159 +msgid "Auth Basic deshabiltada" +msgstr "Auth Basic désactivé" + +#: ../../../modules/web/Controllers/ConfigImportController.php:83 +msgid "No se importaron cuentas" +msgstr "Aucun compte importé" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:115 +#: ../../../modules/web/Controllers/ConfigLdapController.php:238 +msgid "Parámetros de LDAP incorrectos" +msgstr "Mauvais paramètre LDAP" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:245 +msgid "Importación LDAP" +msgstr "Import LDAP" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:271 +msgid "Usuarios importados: %d / %d" +msgstr "Utilisateurs importés: %d / %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:272 +msgid "Errores: %d" +msgstr "Erreurs: %d" + +#: ../../../modules/web/Controllers/ConfigMailController.php:145 +msgid "Compruebe su buzón de correo" +msgstr "Merci de vérifier votre boîte de réception" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:99 +msgid "DokuWiki habilitada" +msgstr "DokuWiki activé" + +#: ../../../modules/web/Controllers/CustomFieldController.php:298 +msgid "Ver Campo" +msgstr "Voir le champ" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 +#: ../../../config/actions.xml:439 +msgid "Actualizar Enlace Público" +msgstr "Mettre à jour le lien publique" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:160 +msgid "Nuevo Enlace" +msgstr "Nouveau lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:118 +msgid "No disponible" +msgstr "Indisponible" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 +msgid "Refrescar" +msgstr "Actualiser" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:141 +msgid "Sólo Admins" +msgstr "Admins seulement" + +#: ../../../modules/web/Controllers/PublicLinkController.php:104 +msgid "Nuevo Enlace Público" +msgstr "Nouveau lien publique" + +#: ../../../modules/web/Controllers/PublicLinkController.php:191 +msgid "Editar Enlace Público" +msgstr "Editer le lien publique" + +#: ../../../modules/web/Controllers/StatusController.php:91 +msgid "Versión no disponible" +msgstr "Version indisponible" + +#: ../../../modules/web/Controllers/StatusController.php:136 +msgid "Notificaciones no disponibles" +msgstr "Notification indisponibles" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/TagController.php:288 +#: ../../../config/actions.xml:505 +msgid "Ver Etiqueta" +msgstr "Voir étiquette" + +#: ../../../modules/web/Controllers/UserPassResetController.php:90 +msgid "Datos incorrectos" +msgstr "Données incorrectes" + +#: ../../../modules/web/Controllers/UserPassResetController.php:94 +msgid "No es posible recuperar la clave" +msgstr "Impossible de réinitialiser le mot de passe" + +#: ../../../modules/web/Forms/PublicLinkForm.php:85 +msgid "Es necesario una cuenta" +msgstr "Un compte est nécessaire" + +#: ../../../config/strings.js.inc:91 +msgid "Realizando auto-login" +msgstr "Auto-login effectué" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:71 +msgid "Abrir enlace a: %s" +msgstr "Ouvrir le lien vers: %s" + +#: ../../../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/config/general-auth.inc:28 +msgid "Usar Auth Basic" +msgstr "Utiliser Auth Basic" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:26 +msgid "Usar auto-login con Auth Basic" +msgstr "Utiliser auto-login avec Auth Basic" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 +msgid "Dominio" +msgstr "Domaine" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 +msgid "" +"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " +"el de Auth Basic." +msgstr "" +"Le domaine sera ajouté au nom de l'utilisateur sysPass pour vérifier celui " +"de Auth Basic" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 +msgid "Nombre de dominio" +msgstr "Nom de domaine" + +#: ../../../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 "" +"Définie le groupe d'utilisateurs par défaut pour les nouveaux utilisateurs " +"SSO" + +#: ../../../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 "Définie le profile par défaut pour les nouveaux utilisateurs SSO" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:318 +msgid "Importación" +msgstr "Import" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:382 +msgid "Importar Grupos" +msgstr "Import des groupes" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:391 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:401 +msgid "Atributo Nombre Grupo" +msgstr "Attribut de nom de groupe" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:396 +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:412 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:426 +msgid "Filtro" +msgstr "Filtre" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:417 +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:160 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:163 +msgid "Destinatarios" +msgstr "Destinataires" #: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:50 msgid "Indica si el cliente es visible para todos los usuarios." @@ -3952,21 +7305,819 @@ msgid "" "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/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/custom_field.inc:59 -msgid "Texto Ayuda" -msgstr "Notice d'Aide" +#. ou "Identifiant SSO" +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:63 +#, fuzzy +msgid "Login SSO" +msgstr "Identification SSO" -#: ../../../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/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/custom_field.inc:76 -msgid "Obligatorio" -msgstr "Requis" +#: ../../../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: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" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:73 +msgid "No es posible cambiar el valor de la clave" +msgstr "Unable to change password value" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:344 +msgid "Filtro incorrecto" +msgstr "Wrong filter" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "El campo personalizado no existe" +msgstr "Custom field not found" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error al eliminar los plugins" +msgstr "Error while deleting the plugins" + +#: ../../../../lib/SP/Services/Account/AccountService.php:219 +msgid "Clave maestra no establecida" +msgstr "Master password not set" + +#: ../../../../lib/SP/Services/Category/CategoryService.php:134 +msgid "Error al eliminar las categorías" +msgstr "Error while deleting categories" + +#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:80 +#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:87 +msgid "No es posible restaurar la configuración" +msgstr "Unable to restore configuration" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Tipo de campo no encontrado" +msgstr "Field type not found" + +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:177 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:176 +msgid "Fallo en la verificación del hash de integridad" +msgstr "Error while checking integrity hash" + +#: ../../../../lib/SP/Services/Install/Installer.php:359 +msgid "Error al crear el usuario 'admin'" +msgstr "Error while creating 'admin' user" + +#: ../../../../lib/SP/Services/Install/MySQL.php:309 +msgid "Error al seleccionar la BBDD '%s' (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: ../../../../lib/SP/Services/Mail/MailService.php:190 +msgid "Servicio de correo no disponible" +msgstr "Mail service unavailable" + +#: ../../../../lib/SP/Services/Service.php:137 +#: ../../../../lib/SP/Services/Service.php:144 +msgid "Error ol obtener la clave maestra del contexto" +msgstr "Error while retrieving master pass from context" + +#: ../../../../lib/SP/Services/Service.php:160 +#: ../../../../lib/SP/Services/Service.php:164 +msgid "Error ol establecer la clave maestra en el contexto" +msgstr "Error while setting master password in context" + +#: ../../../../lib/SP/Services/Track/TrackService.php:87 +#: ../../../../lib/SP/Services/Track/TrackService.php:101 +#: ../../../../lib/SP/Services/Track/TrackService.php:128 +msgid "Track no encontrado" +msgstr "Track not found" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "Actualización de autorizaciones API" +msgstr "API authorizations update" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:101 +#: ../../../../lib/SP/Storage/File/FileHandler.php:115 +msgid "No es posible leer desde el archivo (%s)" +msgstr "Unable to read from file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:185 +msgid "No es posible escribir el archivo (%s)" +msgstr "Unable to write in file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:200 +msgid "Archivo no encontrado (%s)" +msgstr "File not found (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:252 +msgid "No es posible eliminar el archivo (%s)" +msgstr "Unable to delete file (%s)" + +#: ../../../../lib/SP/Storage/File/XmlHandler.php:89 +#: ../../../../lib/SP/Storage/File/XmlHandler.php:309 +msgid "El nodo XML no existe" +msgstr "The XML node does not exist" + +#: ../../../../lib/SP/Util/ImageUtil.php:65 +msgid "Imagen no válida" +msgstr "Invalid image" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:117 +msgid "Verificación de datos exportados finalizada" +msgstr "Verification of exported data finished" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:123 +#: ../../../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/Traits/ItemTrait.php:173 +msgid "Error al actualizar los datos del campo personalizado" +msgstr "Error while updating custom field's data" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:292 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:294 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:297 +msgid "Enlace Directo" +msgstr "Direct Link" + +#: ../../../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: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:42 +msgid "Operador para los parámetros especiales" +msgstr "Operator for special parameters" + +#: ../../../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:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:20 +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 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:28 +msgid "Tiempo caducidad (días)" +msgstr "Expire time (days)" + +#: ../../../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." + +#: ../../../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" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 +msgid "Usar Auth Basic SSO" +msgstr "Use Auth Basic SSO" + +#: ../../../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" + +#: ../../../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/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:87 +msgid "(*) Incluido en grupo" +msgstr "(*) Listed in group" + +#: ../../../../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 +msgid "La extensión '%s' no está disponible" +msgstr "The '%s' extension is unavailable" + +#: ../../../../lib/SP/Services/Service.php:133 +#: ../../../../lib/SP/Services/Service.php:140 +msgid "Error al obtener la clave maestra del contexto" +msgstr "Error while retrieving master password from context" + +#: ../../../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/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/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/info.inc:46 +msgid "Extensiones no disponibles" +msgstr "Unavailable extensions" + +#: ../../../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/wiki.inc:13 +msgid "Esta extensión es necesaria conectar con DokuWiki" +msgstr "This extension is needed to connect with DokuWiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:31 +msgid "Favoritos" +msgstr "Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:97 +msgid "Gestión Plugins" +msgstr "Plugins Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:139 +msgid "Buscar Eventos" +msgstr "Search for Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:145 +msgid "Limpiar Eventos" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:229 +msgid "Buscar Archivos" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:235 +msgid "Listar Archivos" +msgstr "List Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:241 +msgid "Ver Favoritos" +msgstr "Show Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:247 +msgid "Añadir Favorito" +msgstr "Mark as Favorite" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:283 +msgid "Añadir Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:289 +msgid "Editar Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:295 +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:361 +msgid "Nuevo Token API" +msgstr "New API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:367 +msgid "Ver Token API" +msgstr "View API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:373 +msgid "Editar Token API" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:379 +msgid "Eliminar Token API" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:385 +msgid "Buscar Token API" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:391 +msgid "Nuevo Campo Personalizado" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:397 +msgid "Ver Campo Personalizado" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:403 +msgid "Editar Campo Personalizado" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:409 +msgid "Eliminar Campo Personalizado" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:415 +msgid "Buscar Campo Personalizado" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:433 +msgid "Eliminar Enlace Público" +msgstr "Delete Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:445 +msgid "Buscar Enlace Público" +msgstr "Search for Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:547 +msgid "Habilitar Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:553 +msgid "Deshabilitar Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:559 +msgid "Restablecer Plugin" +msgstr "Reset Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:589 +msgid "Editar Clave Usuario" +msgstr "Edit User Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:661 +msgid "Configuración Usuario" +msgstr "User Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:667 +msgid "Preferencias General" +msgstr "General Preferences" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:691 +msgid "Configuración Cuentas" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:697 +msgid "Configuración Wiki" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:703 +msgid "Configuración Encriptación" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:709 +msgid "Actualizar Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:715 +msgid "Clave Maestra Temporal" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:721 +msgid "Configuración Copia de Seguridad" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:733 +msgid "Configuración Importación" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:739 +msgid "Importar CSV" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:745 +msgid "Importar XML" +msgstr "XML Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:751 +msgid "Configuración Exportación" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:763 +msgid "Configuración Email" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:769 +msgid "Configuración LDAP" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:781 +msgid "Gestión de Cuenta (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:811 +msgid "Crear Notificación" +msgstr "Create Notification" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:177 +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." + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +msgid "El archivo de actualización no contiene datos" +msgstr "The update file does not contain data" + +#: ../../../modules/api/Controllers/CategoryController.php:62 +msgid "Categoría visualizada" +msgstr "Category displayed" + +#: ../../../modules/api/Controllers/ClientController.php:63 +msgid "Cliente visualizado" +msgstr "Client displayed" + +#: ../../../modules/api/Controllers/ConfigController.php:58 +#: ../../../modules/api/Controllers/ConfigController.php:83 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:43 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Ruta" +msgstr "Path" + +#: ../../../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: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/TagController.php:61 +msgid "Etiqueta visualizada" +msgstr "Tag displayed" + +#: ../../../modules/web/Controllers/AccountFileController.php:387 +msgid "No hay archivos asociados a la cuenta" +msgstr "There are no linked files for the account" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error al crear permiso" +msgstr "Error while creating the permission" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error al actualizar permiso" +msgstr "Error while updating the permission" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error al eliminar permiso" +msgstr "Error while removing the permission" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error al eliminar los permisos" +msgstr "Error while removing the permissions" + +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:84 +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:105 +msgid "Permiso no encontrada" +msgstr "Permission not found" + +#. (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/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Default Permissions" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:78 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:115 +msgid "Forzado" +msgstr "Forced" + +#. (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" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:208 +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/ItemsPresetForm.php:133 +msgid "No hay permisos definidos" +msgstr "There aren't any defined permissions" + +#: ../../../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/item_preset.inc:95 +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." + +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +msgid "Es necesaria una clave con al menos %d caracteres" +msgstr "Password needs to be %d characters long" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "La clave no cumple los carácteres requeridos" +msgstr "Password does not contain the required characters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Es necesario que la clave contenga letras" +msgstr "Password needs to contain letters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Es necesario que la clave contenga minúsculas" +msgstr "Password needs to contain lower case letters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Es necesario que la clave contenga mayúsculas" +msgstr "Password needs to contain upper case letters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Es necesario que la clave contenga números" +msgstr "Password needs to contain numbers" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Es necesario que la clave contenga símbolos" +msgstr "Password needs to contain symbols" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error al desconectar del servidor de LDAP" +msgstr "Error while disconnecting from LDAP server" + +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Valor no encontrada" +msgstr "Value not found" + +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error al eliminar los valores" +msgstr "Error while deleting the values" + +#: ../../../../lib/SP/Services/Track/TrackService.php:208 +msgid "Dirección IP no establecida" +msgstr "IP address not set" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:94 +msgid "Valores Predeterminados" +msgstr "Preset Values" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 +#: ../../../config/actions.xml:847 +msgid "Buscar Valor" +msgstr "Search for Value" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:160 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Valor de Permiso" +msgstr "Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:161 +msgid "Nuevo Valor de Permiso" +msgstr "New Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Valor de Cuenta Privada" +msgstr "Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:185 +msgid "Nuevo Valor de Cuenta Privada" +msgstr "New Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:208 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Valor de Timeout de Sesión" +msgstr "Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:209 +msgid "Nuevo Valor de Timeout de Sesión" +msgstr "New Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:232 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Valor de Clave de Cuentas" +msgstr "Account Password Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:233 +msgid "Nuevo Valor de Clave de Cuentas" +msgstr "New Account Password Preset" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 +#: ../../../modules/web/Controllers/ItemPresetController.php:225 +#: ../../../config/actions.xml:865 +msgid "Editar Valor" +msgstr "Edit Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 +#: ../../../config/actions.xml:871 +msgid "Eliminar Valor" +msgstr "Delete Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:70 +#: ../../../config/actions.xml:853 +msgid "Ver Valor" +msgstr "Display Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:195 +#: ../../../config/actions.xml:859 +msgid "Nuevo Valor" +msgstr "New Value" + +#: ../../../modules/web/Controllers/ItemPresetController.php:262 +#: ../../../modules/web/Controllers/ItemPresetController.php:265 +msgid "Valores eliminados" +msgstr "Values deleted" + +#: ../../../modules/web/Controllers/ItemPresetController.php:273 +#: ../../../modules/web/Controllers/ItemPresetController.php:277 +msgid "Valor eliminado" +msgstr "Value deleted" + +#: ../../../modules/web/Controllers/ItemPresetController.php:305 +#: ../../../modules/web/Controllers/ItemPresetController.php:310 +msgid "Valor creado" +msgstr "Value created" + +#: ../../../modules/web/Controllers/ItemPresetController.php:344 +#: ../../../modules/web/Controllers/ItemPresetController.php:349 +msgid "Valor actualizado" +msgstr "Value updated" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:116 +msgid "Tipo de valor no definido o incorrecto" +msgstr "Value type not set or incorrect" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:182 +msgid "Expresión regular inválida" +msgstr "Invalid regular expression" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:81 +msgid "Habilita la conexión mediante TLS." +msgstr "Enables the connection over TLS" #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:34 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:42 @@ -4013,10 +8164,6 @@ msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:95 -msgid "Prioridad de asignación" -msgstr "Assignment Priority" - #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:117 msgid "" "Indica si los valores serán forzados al crear o modificar los elementos." @@ -4026,227 +8173,6 @@ msgstr "Enforces the values to be set either on creating or updating an item." msgid "Los valores serán añadidos a los existentes." msgstr "Values will be merged with the existing ones." -#: ../../../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:543 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:545 -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" - #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:421 msgid "Valores por Defecto" msgstr "Default Values" @@ -4256,2632 +8182,56 @@ msgid "Gestión de Valores por Defecto" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 -#: ../../../config/actions.xml:679 -msgid "Configuración General" -msgstr "Configuration Générale" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 -msgid "Opciones de encriptación" -msgstr "Options de chiffrement" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 -msgid "Backup" -msgstr "Sauvegarde" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 -msgid "Realizar copia de seguridad y exportar" -msgstr "Faire une sauvegarde et exporter" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:489 -msgid "Importar" -msgstr "Importer" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:490 -msgid "Realizar importación de cuentas" -msgstr "Effectuer l'importation des comptes" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:509 -msgid "Log de Eventos" -msgstr "Journal d'évènements" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:510 -msgid "Ver log de eventos" -msgstr "Voir journal d'évènements" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 -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/plugin/plugin.inc:23 -msgid "Nombre del plugin" -msgstr "Nom du plugin" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:35 -#, fuzzy -msgid "Versión del plugin" -msgstr "Version du Plugin" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:40 -msgid "Versión Compatible" -msgstr "Version Compatible" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:47 -msgid "Versión de sysPass compatible" -msgstr "Version sysPass compatible" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:52 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 -msgid "Autor" -msgstr "Auteur" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:59 -msgid "Autor del plugin" -msgstr "Auteur du plugin" - -#: ../../../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 +#: ../../../config/actions.xml:841 msgid "Gestión Valores Predeterminados" msgstr "Preset Values 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" - -#, 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 "Usuarios Secundarios" -#~ msgstr "Utilisateurs Secondaires" - -#~ msgid "Grupos Secundarios" -#~ msgstr "Groupes Secondaires" - -#~ 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 "Ver Permiso" -#~ msgstr "View Permission" - -#~ msgid "Nuevo Permiso" -#~ msgstr "New Permission" - -#~ msgid "Editar Permiso" -#~ msgstr "Edit Permission" - -#~ 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 "Buscar Permiso" -#~ msgstr "Search for Permission" - -#~ msgid "Eliminar Permiso" -#~ msgstr "Delete Permission" - -#~ 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 "" -#~ "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." - -#~ msgid "Gestión Permisos" -#~ msgstr "Permissions Management" - -#~ msgid "La clave no cumple los carácteres requeridos" -#~ msgstr "Password does not contain the required characters" - -#~ msgid "Es necesario que la clave contenga letras" -#~ msgstr "Password needs to contain letters" - -#~ msgid "Es necesario que la clave contenga minúsculas" -#~ msgstr "Password needs to contain lower case letters" - -#~ msgid "Es necesario que la clave contenga mayúsculas" -#~ msgstr "Password needs to contain upper case letters" - -#~ msgid "Es necesario que la clave contenga números" -#~ msgstr "Password needs to contain numbers" - -#~ msgid "Es necesario que la clave contenga símbolos" -#~ msgstr "Password needs to contain symbols" - -#~ msgid "Error al desconectar del servidor de LDAP" -#~ msgstr "Error while disconnecting from LDAP server" - -#~ msgid "Valor no encontrada" -#~ msgstr "Value not found" - -#~ msgid "Error al eliminar los valores" -#~ msgstr "Error while deleting the values" - -#~ msgid "Dirección IP no establecida" -#~ msgstr "IP address not set" - -#~ msgid "Valores eliminados" -#~ msgstr "Values deleted" - -#~ msgid "Valor eliminado" -#~ msgstr "Value deleted" - -#~ msgid "Valor creado" -#~ msgstr "Value created" - -#~ msgid "Valor actualizado" -#~ msgstr "Value updated" - -#~ msgid "Tipo de valor no definido o incorrecto" -#~ msgstr "Value type not set or incorrect" - -#~ msgid "Expresión regular inválida" -#~ msgstr "Invalid regular expression" +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error al vaciar tracks" +msgstr "Error while clearing tracks out" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + +#: ../../../modules/web/Controllers/TrackController.php:110 +msgid "Track desbloqueado" +msgstr "Track unlocked" + +#: ../../../modules/web/Controllers/TrackController.php:135 +msgid "Tracks limpiados" +msgstr "Tracks cleared out" + +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" diff --git a/app/locales/it_IT/LC_MESSAGES/messages.mo b/app/locales/it_IT/LC_MESSAGES/messages.mo index 1c9173138546e73ae5a095f98900de233a30472f..af2720730d5ff6c8fce3263851d5c40847763ad7 100644 GIT binary patch delta 31055 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 z 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 Bopb;I delta 17431 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 diff --git a/app/locales/nl_NL/LC_MESSAGES/messages.po b/app/locales/nl_NL/LC_MESSAGES/messages.po index a95086a6..72f7be54 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: 2018-09-24 01:05+0200\n" +"POT-Creation-Date: 2018-10-01 00:06+0200\n" "PO-Revision-Date: \n" "Last-Translator: nuxsmin \n" "Language-Team: nlmaca\n" @@ -95,7 +95,7 @@ msgstr "Verzoek" #: ../../../../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/ConfigManagerController.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 @@ -265,7 +265,7 @@ 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)" +msgstr "Error while selecting '%s' database (%s)" #: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 #: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 @@ -280,12 +280,12 @@ msgstr "Unable to create the lock file" msgid "Esperando actualización de progreso ..." msgstr "Wachten op voortgang van update" -#: ../../../../lib/SP/Services/Track/TrackService.php:137 +#: ../../../../lib/SP/Services/Track/TrackService.php:162 #, php-format msgid "Intentos excedidos (%d/%d)" msgstr "Te veel pogingen (%d/%d)." -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:151 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 msgid "El archivo de actualización no contiene datos" msgstr "The update file does not contain data" @@ -414,9 +414,7 @@ msgstr "Herstart sessie om bij te werken" #: ../../../../lib/SP/Util/ErrorUtil.php:155 #, fuzzy msgid "Se ha producido una excepción" -msgstr "" -"\n" -"Er is een uitzondering opgetreden" +msgstr "Er is een uitzondering opgetreden" #: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 msgid "Fallo de autentificación" @@ -435,9 +433,8 @@ msgid "Clave actualizada" msgstr "Wachtwoord bijgewerkt" #: ../../../modules/api/Controllers/AccountController.php:193 -#, fuzzy msgid "Cuenta creada" -msgstr "Account created" +msgstr "Account toegevoegd" #: ../../../modules/api/Controllers/AccountController.php:242 msgid "Cuenta actualizada" @@ -642,9 +639,7 @@ msgstr "Categorie ID om te filteren" #: ../../../modules/api/Controllers/Help/AccountHelp.php:129 #, fuzzy msgid "Id de cliente a filtrar" -msgstr "" -"\n" -"Klant ID om te filteren ingeschakeld" +msgstr "Klant ID om te filteren ingeschakeld" #: ../../../modules/api/Controllers/Help/AccountHelp.php:130 msgid "Array con Ids de etiquetas a filtrar" @@ -725,7 +720,7 @@ msgstr "Account details" #: ../../../modules/web/Controllers/AccountController.php:256 #: ../../../modules/web/Controllers/AccountController.php:300 #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 -#: ../../../config/actions.xml:151 +#: ../../../config/actions.xml:157 msgid "Nueva Cuenta" msgstr "Nieuw Account" @@ -734,7 +729,7 @@ msgstr "Nieuw Account" #: ../../../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 +#: ../../../config/actions.xml:163 msgid "Editar Cuenta" msgstr "Wijzig Account" @@ -746,8 +741,8 @@ msgstr "Wijzig Account" #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 -#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 -#: ../../../config/actions.xml:781 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 #, fuzzy msgid "Eliminar Cuenta" msgstr "Verwijder Account" @@ -788,25 +783,25 @@ msgid "Ver Autorización" msgstr "Bekijk Autorisatie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:99 +#: ../../../modules/web/Controllers/CategoryController.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 #: ../../../modules/web/themes/material-blue/views/account/account.inc:110 -#: ../../../config/actions.xml:301 +#: ../../../config/actions.xml:307 msgid "Nueva Categoría" msgstr "Nieuwe Categorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:162 +#: ../../../modules/web/Controllers/CategoryController.php:167 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 -#: ../../../config/actions.xml:307 +#: ../../../config/actions.xml:313 msgid "Editar Categoría" msgstr "Wijzig Categorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:315 -#: ../../../config/actions.xml:295 +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 msgid "Ver Categoría" msgstr "Bekijk Categorie" @@ -815,7 +810,7 @@ msgstr "Bekijk Categorie" #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 #: ../../../modules/web/themes/material-blue/views/account/account.inc:86 -#: ../../../config/actions.xml:331 +#: ../../../config/actions.xml:337 #, fuzzy msgid "Nuevo Cliente" msgstr "Nieuwe Klant" @@ -824,14 +819,14 @@ msgstr "Nieuwe Klant" #: ../../../modules/web/Controllers/ClientController.php:163 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 -#: ../../../config/actions.xml:337 +#: ../../../config/actions.xml:343 #, fuzzy msgid "Editar Cliente" msgstr "Wijzig Klant" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ClientController.php:307 -#: ../../../config/actions.xml:325 +#: ../../../config/actions.xml:331 #, fuzzy msgid "Ver Cliente" msgstr "Bekijk Klant" @@ -857,7 +852,7 @@ msgstr "Imported users: %d / %d" msgid "Errores: %d" msgstr "Errors: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:157 +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 #: ../../../modules/web/themes/material-blue/views/install/index.inc:131 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 @@ -865,60 +860,60 @@ msgid "General" msgstr "Algemeen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:186 +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 #: ../../../config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:205 +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:231 +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 msgid "Correo" msgstr "Email" -#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 msgid "Encriptación" msgstr "Encryptie" -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "Último backup" msgstr "Laatste backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 #, fuzzy msgid "No se encontraron backups" msgstr "Er zijn geen backups beschikbaar" -#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "Última exportación" msgstr "Laatste export" -#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "No se encontró archivo de exportación" msgstr "Geen export bestand gevonden" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:322 +#: ../../../modules/web/Controllers/ConfigManagerController.php:323 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 -#: ../../../config/actions.xml:721 +#: ../../../config/actions.xml:727 msgid "Copia de Seguridad" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:339 +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 msgid "Importar Cuentas" msgstr "Importeer Accounts" -#: ../../../modules/web/Controllers/ConfigManagerController.php:357 +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 msgid "No instalado" msgstr "Niet geïnstalleerd" -#: ../../../modules/web/Controllers/ConfigManagerController.php:361 +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 msgid "Información" msgstr "Informatie" @@ -993,14 +988,14 @@ msgstr "Opslaan" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 -#: ../../../config/actions.xml:433 +#: ../../../config/actions.xml:439 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 +#: ../../../config/actions.xml:421 msgid "Crear Enlace Público" msgstr "Publieke link aanmaken" @@ -1010,7 +1005,7 @@ msgstr "Publieke link aanmaken" #: ../../../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 +#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 msgid "Ver Clave" msgstr "Bekijk wachtwoord" @@ -1024,7 +1019,7 @@ 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 +#: ../../../config/actions.xml:193 msgid "Copiar Cuenta" msgstr "Kopieer Account" @@ -1118,6 +1113,7 @@ msgstr "Sorteer bij Categorie" #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 #: ../../../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 @@ -1190,7 +1186,7 @@ msgstr "Verwijder selectie" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 -#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 msgid "Buscar Cuenta" msgstr "Zoeken naar Account" @@ -1200,6 +1196,7 @@ msgstr "Accounts (H)" #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 #: ../../../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 @@ -1226,7 +1223,7 @@ msgstr "Verwijderd" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 -#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 msgid "Restaurar Cuenta" msgstr "Account Herstel" @@ -1257,7 +1254,7 @@ msgstr "Verwijder Autorisatie" #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 #: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 @@ -1270,14 +1267,14 @@ msgstr "Omschrijving" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 -#: ../../../config/actions.xml:319 +#: ../../../config/actions.xml:325 msgid "Buscar Categoría" msgstr "Zoeken naar Categorie" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 -#: ../../../config/actions.xml:313 +#: ../../../config/actions.xml:319 msgid "Eliminar Categoría" msgstr "Verwijder Categorie" @@ -1293,7 +1290,7 @@ msgstr "NEE" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 -#: ../../../config/actions.xml:349 +#: ../../../config/actions.xml:355 #, fuzzy msgid "Buscar Cliente" msgstr "Zoeken naar Klant" @@ -1301,7 +1298,7 @@ msgstr "Zoeken naar Klant" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 -#: ../../../config/actions.xml:343 +#: ../../../config/actions.xml:349 #, fuzzy msgid "Eliminar Cliente" msgstr "Verwijder Klant" @@ -1350,53 +1347,55 @@ msgid "Eliminar Campo" msgstr "Verwijder Veld" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:88 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:318 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 #: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 -#: ../../../config/actions.xml:127 +#: ../../../config/actions.xml:133 msgid "Registro de Eventos" msgstr "Event Log" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 #: ../../../modules/web/themes/material-blue/views/account/details.inc:92 #: ../../../modules/web/themes/material-blue/views/account/details.inc:94 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 msgid "Fecha / Hora" msgstr "Datum / Tijd" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 msgid "Nivel" msgstr "Niveau" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 msgid "Evento" msgstr "Evenement" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 #: ../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 msgid "IP" msgstr "IP" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 msgid "Buscar Evento" msgstr "Zoeken naar Gebeurtenis" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 msgid "Refrescar" msgstr "Refresh" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 +#, fuzzy msgid "Vaciar registro de eventos" msgstr "Event log opschonen" @@ -1425,7 +1424,7 @@ msgstr "Grootte" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 -#: ../../../config/actions.xml:469 +#: ../../../config/actions.xml:475 msgid "Buscar Archivo" msgstr "Zoeken naar Bestand" @@ -1433,7 +1432,7 @@ msgstr "Zoeken naar Bestand" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:445 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 msgid "Ver Archivo" msgstr "Bekijk bestand" @@ -1441,7 +1440,7 @@ msgstr "Bekijk bestand" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 -#: ../../../config/actions.xml:211 ../../../config/actions.xml:451 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 msgid "Descargar Archivo" msgstr "Download bestand" @@ -1449,7 +1448,7 @@ msgstr "Download bestand" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 #: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 msgid "Eliminar Archivo" msgstr "Verwijder Bestand" @@ -1495,7 +1494,7 @@ msgstr "Forced" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 -#: ../../../config/actions.xml:841 +#: ../../../config/actions.xml:847 msgid "Buscar Valor" msgstr "Search for Value" @@ -1539,14 +1538,14 @@ msgstr "New Account Password Preset" #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 #: ../../../modules/web/Controllers/ItemPresetController.php:225 -#: ../../../config/actions.xml:859 +#: ../../../config/actions.xml:865 msgid "Editar Valor" msgstr "Edit Value" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 #: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 -#: ../../../config/actions.xml:865 +#: ../../../config/actions.xml:871 msgid "Eliminar Valor" msgstr "Delete Value" @@ -1554,7 +1553,7 @@ msgstr "Delete Value" #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 #: ../../../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 +#: ../../../config/actions.xml:673 msgid "Notificaciones" msgstr "Notificaties" @@ -1576,7 +1575,7 @@ msgstr "Only Admins" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 -#: ../../../config/actions.xml:829 +#: ../../../config/actions.xml:835 msgid "Buscar Notificación" msgstr "Zoeken naar Notificatie" @@ -1590,14 +1589,14 @@ msgstr "Nieuw bericht" #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 #: ../../../modules/web/Controllers/NotificationController.php:103 -#: ../../../config/actions.xml:799 +#: ../../../config/actions.xml:805 msgid "Ver Notificación" msgstr "Toon Notificatie" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 -#: ../../../config/actions.xml:823 +#: ../../../config/actions.xml:829 msgid "Marcar Notificación" msgstr "Afrekenen Melding" @@ -1605,14 +1604,14 @@ msgstr "Afrekenen Melding" #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 #: ../../../modules/web/Controllers/NotificationController.php:210 -#: ../../../config/actions.xml:811 +#: ../../../config/actions.xml:817 msgid "Editar Notificación" msgstr "Wijzig bericht" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 -#: ../../../config/actions.xml:817 +#: ../../../config/actions.xml:823 msgid "Eliminar Notificación" msgstr "Verwijder Notificatie" @@ -1632,7 +1631,7 @@ msgstr "Unavailable" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 -#: ../../../config/actions.xml:535 +#: ../../../config/actions.xml:541 msgid "Buscar Plugin" msgstr "Zoeken naar Plugin" @@ -1640,7 +1639,7 @@ msgstr "Zoeken naar Plugin" #: ../../../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 +#: ../../../config/actions.xml:535 msgid "Ver Plugin" msgstr "Plugin Weergeven" @@ -1727,37 +1726,55 @@ msgstr "Tags" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 -#: ../../../config/actions.xml:517 +#: ../../../config/actions.xml:523 msgid "Buscar Etiqueta" msgstr "Zoeken naar Label" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 -#: ../../../modules/web/Controllers/TagController.php:98 +#: ../../../modules/web/Controllers/TagController.php:103 #: ../../../modules/web/themes/material-blue/views/account/account.inc:217 -#: ../../../config/actions.xml:493 +#: ../../../config/actions.xml:499 msgid "Nueva Etiqueta" msgstr "Nieuw Label" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 -#: ../../../modules/web/Controllers/TagController.php:157 -#: ../../../config/actions.xml:505 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 msgid "Editar Etiqueta" msgstr "Bewerk Label" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 -#: ../../../config/actions.xml:511 +#: ../../../config/actions.xml:517 msgid "Eliminar Etiqueta" msgstr "Verwijder Label" +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Origen" +msgstr "Doel" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 -#: ../../../config/actions.xml:589 +#: ../../../config/actions.xml:595 msgid "Buscar Usuario" msgstr "Zoeken naar Gebruiker" @@ -1765,7 +1782,7 @@ msgstr "Zoeken naar Gebruiker" #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 #: ../../../modules/web/Controllers/UserController.php:105 -#: ../../../config/actions.xml:565 +#: ../../../config/actions.xml:571 msgid "Nuevo Usuario" msgstr "Nieuwe Gebruiker" @@ -1773,14 +1790,14 @@ msgstr "Nieuwe Gebruiker" #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 #: ../../../modules/web/Controllers/UserController.php:190 -#: ../../../config/actions.xml:571 +#: ../../../config/actions.xml:577 msgid "Editar Usuario" msgstr "Wijzig Gebruiker" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 -#: ../../../config/actions.xml:577 +#: ../../../config/actions.xml:583 msgid "Eliminar Usuario" msgstr "Verwijder Gebruiker" @@ -1790,13 +1807,13 @@ msgstr "Verwijder Gebruiker" msgid "Importar usuarios de LDAP" msgstr "Imoporteer gebruikers van LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:234 +#: ../../../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:250 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:251 +#: ../../../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 @@ -1805,7 +1822,7 @@ msgstr "Wijzig Gebruikers Wachtwoord" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 -#: ../../../config/actions.xml:619 +#: ../../../config/actions.xml:625 msgid "Buscar Grupo" msgstr "Zoeken naar Groep" @@ -1813,7 +1830,7 @@ msgstr "Zoeken naar Groep" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 #: ../../../modules/web/Controllers/UserGroupController.php:106 -#: ../../../config/actions.xml:601 +#: ../../../config/actions.xml:607 msgid "Nuevo Grupo" msgstr "Nieuwe Groep" @@ -1821,7 +1838,7 @@ msgstr "Nieuwe Groep" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 #: ../../../modules/web/Controllers/UserGroupController.php:319 -#: ../../../config/actions.xml:595 +#: ../../../config/actions.xml:601 msgid "Ver Grupo" msgstr "Bekijk Groep" @@ -1829,14 +1846,14 @@ msgstr "Bekijk Groep" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 #: ../../../modules/web/Controllers/UserGroupController.php:171 -#: ../../../config/actions.xml:607 +#: ../../../config/actions.xml:613 msgid "Editar Grupo" msgstr "Wijzig Broep" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 -#: ../../../config/actions.xml:613 +#: ../../../config/actions.xml:619 msgid "Eliminar Grupo" msgstr "Verwijder Groep" @@ -1847,7 +1864,7 @@ msgstr "Profielen" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 -#: ../../../config/actions.xml:649 +#: ../../../config/actions.xml:655 msgid "Buscar Perfil" msgstr "Zoeken naar Profiel" @@ -1855,7 +1872,7 @@ msgstr "Zoeken naar Profiel" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 #: ../../../modules/web/Controllers/UserProfileController.php:100 -#: ../../../config/actions.xml:631 +#: ../../../config/actions.xml:637 msgid "Nuevo Perfil" msgstr "Nieuw Profiel" @@ -1868,14 +1885,14 @@ msgstr "Bekijk Profiel Details" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 #: ../../../modules/web/Controllers/UserProfileController.php:166 -#: ../../../config/actions.xml:637 +#: ../../../config/actions.xml:643 msgid "Editar Perfil" msgstr "Wijzig Profiel" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:198 #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 -#: ../../../config/actions.xml:643 +#: ../../../config/actions.xml:649 msgid "Eliminar Perfil" msgstr "Verwijder Profiel" @@ -1883,23 +1900,11 @@ msgstr "Verwijder Profiel" msgid "Buscar" msgstr "zoek" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:290 -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" -msgstr "Gebruikers en Toegang" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:304 -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" -msgstr "Onderdelen en Aanpassingen" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 #: ../../../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 +#: ../../../config/actions.xml:679 msgid "Configuración" msgstr "Configuratie" @@ -1913,13 +1918,13 @@ msgstr "Zonder deze module kan de applicatie niet goed werken" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ItemPresetController.php:70 -#: ../../../config/actions.xml:847 +#: ../../../config/actions.xml:853 msgid "Ver Valor" msgstr "Display Value" #. (itstool) path: action/text #: ../../../modules/web/Controllers/ItemPresetController.php:195 -#: ../../../config/actions.xml:853 +#: ../../../config/actions.xml:859 msgid "Nuevo Valor" msgstr "New Value" @@ -1932,20 +1937,20 @@ msgid "Editar Enlace Público" msgstr "Edit Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:283 -#: ../../../config/actions.xml:499 +#: ../../../modules/web/Controllers/TagController.php:288 +#: ../../../config/actions.xml:505 msgid "Ver Etiqueta" msgstr "View Tag" #. (itstool) path: action/text #: ../../../modules/web/Controllers/UserController.php:439 -#: ../../../config/actions.xml:559 +#: ../../../config/actions.xml:565 msgid "Ver Usuario" msgstr "Bekijk Gebruiker" #. (itstool) path: action/text #: ../../../modules/web/Controllers/UserProfileController.php:307 -#: ../../../config/actions.xml:625 +#: ../../../config/actions.xml:631 msgid "Ver Perfil" msgstr "Bekijk Profiel" @@ -2037,6 +2042,7 @@ msgid "Extensión no permitida" msgstr "Extensie niet toegestaan" #: ../../../config/strings.js.inc:46 +#, fuzzy msgid "Vaciar el registro de eventos?" msgstr "Opschonen van event log?" @@ -2118,7 +2124,7 @@ msgstr "Kopieer Gebruikersnaam" #. (itstool) path: action/text #: ../../../config/strings.js.inc:60 #: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:36 -#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 msgid "Copiar Clave" msgstr "Kopieer Wachtwoord" @@ -2134,6 +2140,7 @@ msgstr "Inclusief Hoofdletters" #: ../../../config/strings.js.inc:63 #: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:102 +#, fuzzy msgid "Incluir Símbolos" msgstr "Inclusief Symbolen" @@ -2177,7 +2184,7 @@ 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 +#: ../../../config/actions.xml:253 msgid "Eliminar Favorito" msgstr "Favoriet verwijderen" @@ -2265,6 +2272,10 @@ msgstr "Fout bij checken van updates" msgid "Avisos de sysPass" msgstr "sysPass Mededelingen" +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + #: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 #, fuzzy msgid "Javascript es necesario para el correcto funcionamiento" @@ -2929,6 +2940,7 @@ msgstr "" "in een andere syspass instantie." #: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 +#, fuzzy msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." msgstr "De geëxporteerde items zijn accounts, klanten, categorieën en tags." @@ -3035,6 +3047,7 @@ msgstr "" "versleutelen." #: ../../../modules/web/themes/material-blue/views/config/encryption.inc:154 +#, fuzzy msgid "" "Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " "que incluya números, letras y símbolos." @@ -3726,6 +3739,7 @@ msgstr "Uitgeschakeld" #: ../../../modules/web/themes/material-blue/views/config/mail.inc:146 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:154 +#, fuzzy msgid "Dirección de correo de envío" msgstr "Emailadres ontvanger" @@ -3841,6 +3855,7 @@ msgid "URL base de DokuWiki." msgstr "DokuWiki basis URL" #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:235 +#, fuzzy msgid "Usuario para conectar a la API de DokuWiki." msgstr "Gebruiker om te verbinden met de DokuWiki API" @@ -4155,7 +4170,7 @@ msgstr "Bekijk account wachtwoord" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 -#: ../../../config/actions.xml:253 +#: ../../../config/actions.xml:259 msgid "Ver Historial" msgstr "Bekijk Geschiedenis" @@ -4229,6 +4244,7 @@ msgid "Gestión de etiquetas" msgstr "Tags management" #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 +#, fuzzy msgid "Gestión de clientes" msgstr "Klanten management" @@ -4258,7 +4274,7 @@ msgstr "Default Values Management" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 -#: ../../../config/actions.xml:679 +#: ../../../config/actions.xml:685 msgid "Configuración General" msgstr "Algemene Configuratie" @@ -4502,7 +4518,7 @@ msgstr "Toont altijd de verborgen acties op de accounts zoek pagina" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 -#: ../../../config/actions.xml:271 +#: ../../../config/actions.xml:277 msgid "Ver Wiki" msgstr "Wiki bekijken" @@ -4532,6 +4548,11 @@ msgstr "Aanvragen" msgid "Favoritos" msgstr "Favorites" +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Onderdelen en Aanpassingen" + #. (itstool) path: action/text #: ../../../config/actions.xml:49 msgid "Gestión Categorías" @@ -4539,6 +4560,7 @@ msgstr "Categorieën Management" #. (itstool) path: action/text #: ../../../config/actions.xml:55 +#, fuzzy msgid "Gestión Clientes" msgstr "Klanten Management" @@ -4572,266 +4594,292 @@ msgstr "Tag Management" msgid "Gestión Plugins" msgstr "Plugins Management" +#. (itstool) path: action/text +#: ../../../config/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Gebruikers en Toegang" + #. (itstool) path: action/text #: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 msgid "Gestión Usuarios" msgstr "Gebruikers management" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 +#: ../../../config/actions.xml:121 msgid "Gestión Grupos" msgstr "Groepen Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 +#: ../../../config/actions.xml:127 msgid "Gestión Perfiles" msgstr "Profielen management" #. (itstool) path: action/text -#: ../../../config/actions.xml:133 +#: ../../../config/actions.xml:139 msgid "Buscar Eventos" msgstr "Search for Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:139 +#: ../../../config/actions.xml:145 msgid "Limpiar Eventos" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:145 ../../../config/actions.xml:475 +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 msgid "Ver Cuenta" msgstr "Bekijk Account" #. (itstool) path: action/text -#: ../../../config/actions.xml:175 +#: ../../../config/actions.xml:181 msgid "Editar Clave de Cuenta" msgstr "Wijzig Account Wachwoord" #. (itstool) path: action/text -#: ../../../config/actions.xml:205 ../../../config/actions.xml:463 +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 msgid "Subir Archivo" msgstr "Bestand uploaden" #. (itstool) path: action/text -#: ../../../config/actions.xml:223 +#: ../../../config/actions.xml:229 msgid "Buscar Archivos" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 +#: ../../../config/actions.xml:235 msgid "Listar Archivos" msgstr "List Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 +#: ../../../config/actions.xml:241 msgid "Ver Favoritos" msgstr "Show Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:241 +#: ../../../config/actions.xml:247 msgid "Añadir Favorito" msgstr "Mark as Favorite" #. (itstool) path: action/text -#: ../../../config/actions.xml:277 +#: ../../../config/actions.xml:283 msgid "Añadir Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:283 +#: ../../../config/actions.xml:289 msgid "Editar Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 +#: ../../../config/actions.xml:295 msgid "Eliminar Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:355 +#: ../../../config/actions.xml:361 msgid "Nuevo Token API" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 +#: ../../../config/actions.xml:367 msgid "Ver Token API" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 +#: ../../../config/actions.xml:373 msgid "Editar Token API" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 +#: ../../../config/actions.xml:379 msgid "Eliminar Token API" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 +#: ../../../config/actions.xml:385 msgid "Buscar Token API" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 +#: ../../../config/actions.xml:391 msgid "Nuevo Campo Personalizado" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 +#: ../../../config/actions.xml:397 msgid "Ver Campo Personalizado" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 +#: ../../../config/actions.xml:403 msgid "Editar Campo Personalizado" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 +#: ../../../config/actions.xml:409 msgid "Eliminar Campo Personalizado" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 +#: ../../../config/actions.xml:415 msgid "Buscar Campo Personalizado" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:421 +#: ../../../config/actions.xml:427 +#, fuzzy msgid "Ver Enlace Público" msgstr "Publieke Link weergeven" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: ../../../config/actions.xml:433 msgid "Eliminar Enlace Público" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:439 +#: ../../../config/actions.xml:445 msgid "Buscar Enlace Público" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:523 +#: ../../../config/actions.xml:529 msgid "Nuevo Plugin" msgstr "Nieuwe Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:541 +#: ../../../config/actions.xml:547 msgid "Habilitar Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:547 +#: ../../../config/actions.xml:553 msgid "Deshabilitar Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:553 +#: ../../../config/actions.xml:559 msgid "Restablecer Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:583 +#: ../../../config/actions.xml:589 msgid "Editar Clave Usuario" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:655 +#: ../../../config/actions.xml:661 msgid "Configuración Usuario" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:661 +#: ../../../config/actions.xml:667 msgid "Preferencias General" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:685 +#: ../../../config/actions.xml:691 msgid "Configuración Cuentas" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:691 +#: ../../../config/actions.xml:697 msgid "Configuración Wiki" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:697 +#: ../../../config/actions.xml:703 msgid "Configuración Encriptación" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 +#: ../../../config/actions.xml:709 msgid "Actualizar Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 +#: ../../../config/actions.xml:715 msgid "Clave Maestra Temporal" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 +#: ../../../config/actions.xml:721 msgid "Configuración Copia de Seguridad" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 +#: ../../../config/actions.xml:733 msgid "Configuración Importación" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 +#: ../../../config/actions.xml:739 msgid "Importar CSV" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:739 +#: ../../../config/actions.xml:745 msgid "Importar XML" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 +#: ../../../config/actions.xml:751 msgid "Configuración Exportación" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 +#: ../../../config/actions.xml:757 msgid "Exportación" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 +#: ../../../config/actions.xml:763 msgid "Configuración Email" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 +#: ../../../config/actions.xml:769 msgid "Configuración LDAP" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 +#: ../../../config/actions.xml:775 msgid "Sincronización LDAP" msgstr "LDAP-synchronisatie" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 +#: ../../../config/actions.xml:781 msgid "Gestión de Cuenta (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:805 +#: ../../../config/actions.xml:811 msgid "Crear Notificación" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:835 +#: ../../../config/actions.xml:841 msgid "Gestión Valores Predeterminados" msgstr "Preset Values Management" +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" + #. (itstool) path: strings/text #: ../../../config/strings.xml:4 msgid "Color" @@ -4862,6 +4910,26 @@ msgstr "Tekst" msgid "Link" msgstr "Link" +#, 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" @@ -5879,9 +5947,7 @@ msgstr "Link" #~ msgstr "Remote syslog uitegeschakels" #~ msgid "Error al guardar la configuración" -#~ msgstr "" -#~ "\n" -#~ "Fout bij het opslaan van de configuratie" +#~ msgstr "Fout bij het opslaan van de configuratie" #~ msgid "Faltan parámetros de DokuWiki" #~ msgstr "Ontbrekende DokuWiki-parameters" @@ -5935,9 +6001,7 @@ msgstr "Link" #~ msgstr "Verzoek niet verzonden via email" #~ msgid "Solicitud realizada" -#~ msgstr "" -#~ "\n" -#~ "Aanvraag gedaan" +#~ msgstr "Aanvraag gedaan" #~ msgid "Detalles de Plugin" #~ msgstr "Plugin Details" @@ -5964,17 +6028,13 @@ msgstr "Link" #~ msgstr "Klant toevoegen" #~ msgid "Observador no inicializado" -#~ msgstr "" -#~ "\n" -#~ "Waarnemer niet geïnitialiseerd" +#~ msgstr "Waarnemer niet geïnitialiseerd" #~ msgid "Es necesario un objeto" #~ msgstr "Een object is nodig" #~ msgid "Indicar la clave de la BBDD" -#~ msgstr "" -#~ "\n" -#~ "Vul alstublieft het database wachtwoord in" +#~ msgstr "Vul alstublieft het database wachtwoord in" #~ msgid "Clave del usuario administrador de la Base de Datos" #~ msgstr "Database administrator's wachtwoord" @@ -5986,9 +6046,7 @@ msgstr "Link" #~ msgstr "De database bestaat niet" #~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "" -#~ "\n" -#~ "U moet het creëren en de benodigde rechten toewijzen" +#~ msgstr "U moet het creëren en de benodigde rechten toewijzen" #~ msgid "La plantilla no contiene archivos" #~ msgstr "De template bevat geen bestanden" @@ -6019,9 +6077,7 @@ msgstr "Link" #~ msgstr "Encryptie wachtwoord niet ingesteld" #~ msgid "Extensión '%s' no cargada" -#~ msgstr "" -#~ "\n" -#~ "Uitbreiding '% s' niet geladen" +#~ msgstr "Uitbreiding '% s' niet geladen" #~ msgid "Categoría duplicada" #~ msgstr "Categorie gedupliceerd" @@ -6045,9 +6101,7 @@ msgstr "Link" #~ msgstr "Aangepaste velden niet gevonden" #~ msgid "No hay datos de campos personalizados" -#~ msgstr "" -#~ "\n" -#~ "Er zijn geen gegevens uit aangepaste velden" +#~ msgstr "Er zijn geen gegevens uit aangepaste velden" #~ msgid "Error al migrar campos personalizados" #~ msgstr "Fout bij het migreren van de aangepaste velden" @@ -6122,14 +6176,10 @@ msgstr "Link" #~ msgstr "Fout bij het vernieuwen van de link" #~ msgid "Actualizar Enlace" -#~ msgstr "" -#~ "\n" -#~ "Update Link" +#~ msgstr "Update Link" #~ msgid "Error al obtener enlace" -#~ msgstr "" -#~ "\n" -#~ "Fout bij het ophalen van de link" +#~ msgstr "Fout bij het ophalen van de link" #~ msgid "ON" #~ msgstr "AAN" @@ -6192,9 +6242,7 @@ msgstr "Link" #~ msgstr "Socket is niet geïnitialiseerd" #~ msgid "Error al enviar datos" -#~ msgstr "" -#~ "\n" -#~ "Fout bij het verzenden van de gegevens" +#~ msgstr "Fout bij het verzenden van de gegevens" #~ msgid "Respuesta" #~ msgstr "Antwoord" @@ -6220,9 +6268,6 @@ msgstr "Link" #~ msgid "Cuentas Vinculadas" #~ msgstr "Gekoppelde accounts" -#~ msgid "Origen" -#~ msgstr "Doel" - #~ msgid "Agente" #~ msgstr "Agent" @@ -6258,9 +6303,7 @@ msgstr "Link" #~ msgstr "Autorisatie toevoegen" #~ msgid "Crear Campo" -#~ msgstr "" -#~ "\n" -#~ "Veld toevoegen" +#~ msgstr "Veld toevoegen" #~ msgid "Actualizar Campo" #~ msgstr "Veld bijwerken" @@ -6269,32 +6312,22 @@ msgstr "Link" #~ msgstr "Link aanmaken" #~ msgid "Crear Etiqueta" -#~ msgstr "" -#~ "\n" -#~ "Voeg tag toe" +#~ msgstr "Voeg tag toe" #~ msgid "Actualizar Etiqueta" -#~ msgstr "" -#~ "\n" -#~ "Update Tag" +#~ msgstr "Update Tag" #~ msgid "Actualizar Plugin" -#~ msgstr "" -#~ "\n" -#~ " Update Plugin" +#~ msgstr "Update Plugin" #~ msgid "Crear Cuenta" -#~ msgstr "" -#~ "\n" -#~ "Account toevoegen" +#~ msgstr "Account toevoegen" #~ msgid "Usuarios importados" -#~ msgstr "" -#~ "\n" -#~ "Geimporteerde gebruikers" +#~ msgstr "Geimporteerde gebruikers" #~ msgid "Acceso denegado" -#~ msgstr "Toegang geweigerd\n" +#~ msgstr "Toegang geweigerd" #~ msgid "Error al añadir las etiquetas de la cuenta" #~ msgstr "Error tijdens het toevoegen van de account tags" @@ -6765,7 +6798,7 @@ msgstr "Link" #~ msgstr "Custom field not found" #~ msgid "Error al eliminar los plugins" -#~ msgstr "Error while deleting plugins" +#~ msgstr "Error while deleting the plugins" #~ msgid "Clave maestra no establecida" #~ msgstr "Master password not set" @@ -6951,3 +6984,12 @@ msgstr "Link" #~ msgid "Expresión regular inválida" #~ msgstr "Invalid regular expression" + +#~ msgid "Error al vaciar tracks" +#~ msgstr "Error while clearing tracks out" + +#~ msgid "Track desbloqueado" +#~ msgstr "Track unlocked" + +#~ msgid "Tracks limpiados" +#~ msgstr "Tracks cleared out" diff --git a/app/locales/pl_PL/LC_MESSAGES/messages.mo b/app/locales/pl_PL/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..ff8dede467d802b511b92cf610d74d8fedfb9d4a GIT binary patch literal 59386 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 RX|^F%NN2m3qi1>P{{g^A`ECFJ literal 0 HcmV?d00001 diff --git a/app/locales/pl_PL/LC_MESSAGES/messages.po b/app/locales/pl_PL/LC_MESSAGES/messages.po new file mode 100644 index 00000000..4341a903 --- /dev/null +++ b/app/locales/pl_PL/LC_MESSAGES/messages.po @@ -0,0 +1,7010 @@ +msgid "" +msgstr "" +"Project-Id-Version: sysPass\n" +"POT-Creation-Date: 2018-10-01 00:16+0200\n" +"PO-Revision-Date: \n" +"Last-Translator: nuxsmin \n" +"Language-Team: wseredynski\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.11\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" +"X-Contributors: wojtek, siD\n" +"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 "Required PHP version >= %s <= %s" + +#: ../../../../lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Actual: %s - Necesario: 750" +msgstr "Current: %s - Needed: 750" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +msgid "Error interno" +msgstr "Wewnętrzny błąd aplikacji" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +msgid "No se puede usar el módulo de encriptación" +msgstr "Nie można załadować modułu Crypto" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +#, fuzzy +msgid "Error al generar datos cifrados" +msgstr "Błąd podczas tworzenia zaszyfrowanych danych" + +#: ../../../../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 "Błąd przetwarzania \"%s\" szablonu: %s " + +#: ../../../../lib/SP/Http/Address.php:49 +#: ../../../../lib/SP/Http/Address.php:68 +msgid "IP inválida" +msgstr "Invalid IP" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Es necesaria una clave con al menos %d caracteres" +msgstr "Password needs to be %d characters long" + +#: ../../../../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 "Błąd pobierania zmiennej \"%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 "Nie można usunąć zmiennej \"%s\"" + +#: ../../../../lib/SP/Plugin/PluginManager.php:113 +#: ../../../../lib/SP/Plugin/PluginManager.php:256 +#, fuzzy, php-format +msgid "No es posible cargar el plugin \"%s\"" +msgstr "Błąd ładowania pluginu \"%s\"" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 +#, php-format +msgid "Realizado por: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 +#, php-format +msgid "Dirección IP: %s" +msgstr "IP Address: %s" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 +msgid "Solicitud" +msgstr "Żądanie" + +#. (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:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 +#: ../../../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 "Konta" + +#: ../../../../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 "Zaktualizuj główne hasło" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Cuentas actualizadas: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:589 +msgid "N/D" +msgstr "Nie dotyczy" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:135 +#, php-format +msgid "No es posible crear el directorio de backups (\"%s\")" +msgstr "Błąd tworzenia katalogu z kopiami bezpieczeństwa (\"%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 "Parameter not found (%s)" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 +#, php-format +msgid "Clave Maestra %s" +msgstr "Master Password %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 "" +"A new sysPass master password has been generated, so the next time you log " +"into the application it will be requested." + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 +#, php-format +msgid "La nueva clave es: %s" +msgstr "The new Master Password is: %s" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 +#, php-format +msgid "Esta clave estará activa hasta: %s" +msgstr "This password will be valid until: %s" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:219 +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." + +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Actualizando datos encriptados" +msgstr "Aktualizacja zaszyfrowanych danych" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:89 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 +msgid "Categorías" +msgstr "Kategorie" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 +#, fuzzy +msgid "Clientes" +msgstr "Klienci" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:99 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:14 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:4 +#: ../../../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 "Użytkownicy" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 +msgid "Grupos" +msgstr "Grupy" + +#: ../../../../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 "Wykryty format: %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 "Zła ilość pól (%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 "Sprawdź format pliku CSV w linii %s" + +#: ../../../../lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Tipo mime no soportado (\"%s\")" +msgstr "Niewspierany typ mime (\"%s\")" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "El nodo \"%s\" no existe" +msgstr "Węzeł \"%s\" nie istnieje" + +#: ../../../../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 +#, fuzzy, php-format +msgid "Error al establecer permisos de la BBDD ('%s')" +msgstr "Błąd przy ustawianiu uprawnień bazy danych ('%s')" + +#: ../../../../lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error al seleccionar la BBDD '%s' (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 +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 "Waiting for progress updating ..." + +#: ../../../../lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Intentos excedidos (%d/%d)" +msgstr "Attempts exceeded (%d/%d)" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 +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 "Zmiana hasła" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "Se ha solicitado el cambio de su clave de usuario." +msgstr "Żądanie zmiany hasła użytkownika zostało wykonane" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" +msgstr "Aby zakończyć proces, przejdź na następującą stronę:" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "Si no ha solicitado esta acción, ignore este mensaje." +msgstr "Jeśli nie wysłałeś tego zgłoszenia, zignoruj tą wiadomość" + +#: ../../../../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 "Opcja jest niedostępna" + +#: ../../../../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 "Skontaktuj się z administratorem" + +#: ../../../../lib/SP/Util/ErrorUtil.php:132 +msgid "No tiene permisos para acceder a esta cuenta" +msgstr "Nie masz uprawnień do tego konta" + +#: ../../../../lib/SP/Util/ErrorUtil.php:136 +msgid "No tiene permisos para acceder a esta página" +msgstr "Nie masz uprawnień aby wejść na tą stronę" + +#: ../../../../lib/SP/Util/ErrorUtil.php:140 +msgid "No tiene permisos para realizar esta operación" +msgstr "Nie masz uprawnień aby wykonać tą operację" + +#: ../../../../lib/SP/Util/ErrorUtil.php:144 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 +#, fuzzy +msgid "Clave maestra actualizada" +msgstr "Główne hasło zostało zaktualizowane" + +#: ../../../../lib/SP/Util/ErrorUtil.php:145 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 +#, fuzzy +msgid "Reinicie la sesión para cambiarla" +msgstr "Zresatruj sesję aby zaktualizować" + +#: ../../../../lib/SP/Util/ErrorUtil.php:148 +#: ../../../../lib/SP/Util/ErrorUtil.php:155 +#, fuzzy +msgid "Se ha producido una excepción" +msgstr "Wystąpił wyjątek" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 +msgid "Fallo de autentificación" +msgstr "Błąd poświadczeń" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 +#, fuzzy +msgid "Error al realizar la consulta" +msgstr "Błąd przy wykonywaniu zapytania" + +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 +msgid "URL de conexión no establecida" +msgstr "Nie podano URLa połączenia" + +#: ../../../modules/api/Controllers/AccountController.php:144 +msgid "Clave actualizada" +msgstr "Hasło zostało zaktualizowane" + +#: ../../../modules/api/Controllers/AccountController.php:193 +msgid "Cuenta creada" +msgstr "Konto zostało dodane" + +#: ../../../modules/api/Controllers/AccountController.php:242 +msgid "Cuenta actualizada" +msgstr "Konto zostało zaktualizowane" + +#: ../../../modules/api/Controllers/AccountController.php:315 +#, fuzzy +msgid "Cuenta eliminada" +msgstr "Konto zostało usunięte" + +#: ../../../modules/api/Controllers/CategoryController.php:95 +msgid "Categoría creada" +msgstr "Kategoria została dodana" + +#: ../../../modules/api/Controllers/CategoryController.php:125 +msgid "Categoría actualizada" +msgstr "Kategoria została zaktualizowana" + +#: ../../../modules/api/Controllers/CategoryController.php:154 +msgid "Categoría eliminada" +msgstr "Kategoria została usunięta" + +#: ../../../modules/api/Controllers/ClientController.php:98 +#, fuzzy +msgid "Cliente creado" +msgstr "Klient został dodany" + +#: ../../../modules/api/Controllers/ClientController.php:129 +#, fuzzy +msgid "Cliente actualizado" +msgstr "Klient został zaktualizowany" + +#: ../../../modules/api/Controllers/ClientController.php:158 +#, fuzzy +msgid "Cliente eliminado" +msgstr "Klient został usunięty" + +#: ../../../modules/api/Controllers/ConfigController.php:61 +msgid "Proceso de backup finalizado" +msgstr "Operacja wykonywania kopii zapasowych została ukończona" + +#: ../../../modules/api/Controllers/ConfigController.php:94 +msgid "Proceso de exportación finalizado" +msgstr "Operacja eksportu została zakończona" + +#: ../../../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 konta" + +#: ../../../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's password" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +#, fuzzy +msgid "Devolver detalles en la respuesta" +msgstr "Wyślij szczegóły w odpowiedzi" + +#: ../../../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:37 +#: ../../../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:167 +#: ../../../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 "Hasło" + +#: ../../../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:83 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:85 +msgid "Fecha Caducidad Clave" +msgstr "Data wygaśnięcia hasła" + +#: ../../../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 "Nazwa konta" + +#: ../../../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 kategorii" + +#: ../../../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 klienta" + +#: ../../../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 "Użytkownik" + +#: ../../../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 "URL dostępowy lub 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 "Informacje o koncie" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:194 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:19 +msgid "Cuenta Privada" +msgstr "Prywatne konto" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:211 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:38 +msgid "Cuenta Privada Grupo" +msgstr "Private Account for Group" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:236 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:8 +msgid "Cuenta Vinculada" +msgstr "Podlinkowane konto" + +#: ../../../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 "Tekst do wyszukania" + +#: ../../../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 "Ilość wyników do wyświetlenia" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 +msgid "Id de categoría a filtrar" +msgstr "Id kategorii do filtracji" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 +msgid "Id de cliente a filtrar" +msgstr "Client Id to filter on" + +#: ../../../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 "Nazwa kategorii" + +#: ../../../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 "Opis kategorii" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 +#, fuzzy +msgid "Nombre del cliente" +msgstr "Nazwa klienta" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 +#, fuzzy +msgid "Descripción del cliente" +msgstr "Opis klienta" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 +#: ../../../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 "Tag Id" + +#: ../../../modules/api/Controllers/Help/TagHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 +msgid "Nombre de la etiqueta" +msgstr "Nazwa tagu" + +#: ../../../modules/api/Controllers/TagController.php:92 +msgid "Etiqueta creada" +msgstr "Tag dodany" + +#: ../../../modules/api/Controllers/TagController.php:121 +msgid "Etiqueta actualizada" +msgstr "Tag zaktualizowany" + +#: ../../../modules/api/Controllers/TagController.php:149 +msgid "Etiqueta eliminada" +msgstr "Tag usunięty" + +#: ../../../modules/web/Controllers/AccountController.php:149 +#: ../../../modules/web/Controllers/AccountController.php:204 +#: ../../../modules/web/Controllers/AccountController.php:476 +#: ../../../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 "Szczegóły konta" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:256 +#: ../../../modules/web/Controllers/AccountController.php:300 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 +#: ../../../config/actions.xml:157 +msgid "Nueva Cuenta" +msgstr "Nowe konto" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:344 +#: ../../../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:163 +msgid "Editar Cuenta" +msgstr "Edytuj konto" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:389 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 +#, fuzzy +msgid "Eliminar Cuenta" +msgstr "Usuń konto" + +#: ../../../modules/web/Controllers/AccountController.php:432 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +msgid "Modificar Clave de Cuenta" +msgstr "Zmień hasło do konta" + +#: ../../../modules/web/Controllers/AccountFileController.php:186 +#, php-format +msgid "Extensión: %s" +msgstr "Extension: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:370 +msgid "Gestión de archivos deshabilitada" +msgstr "Zarządzanie plikami zostało zablokowane" + +#: ../../../modules/web/Controllers/AccountFileController.php:387 +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:150 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:151 +msgid "Nueva Autorización" +msgstr "Nowe upoważnienie" + +#: ../../../modules/web/Controllers/AuthTokenController.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:186 +msgid "Editar Autorización" +msgstr "Edytuj upoważnienie" + +#: ../../../modules/web/Controllers/AuthTokenController.php:322 +msgid "Ver Autorización" +msgstr "Wyświetl upoważnienia" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 +#: ../../../config/actions.xml:307 +msgid "Nueva Categoría" +msgstr "Nowa kategoria" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 +#: ../../../config/actions.xml:313 +msgid "Editar Categoría" +msgstr "Edytuj kategorię" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 +msgid "Ver Categoría" +msgstr "Pokaż szczegóły kategorii" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:337 +#, fuzzy +msgid "Nuevo Cliente" +msgstr "Nowy klient" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 +#: ../../../config/actions.xml:343 +#, fuzzy +msgid "Editar Cliente" +msgstr "Edytuj klienta" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:307 +#: ../../../config/actions.xml:331 +#, fuzzy +msgid "Ver Cliente" +msgstr "Pokaż szczegóły klienta" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:149 +#: ../../../modules/web/Controllers/ConfigLdapController.php:191 +msgid "Resultados" +msgstr "Wyniki" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:155 +#: ../../../modules/web/Controllers/ConfigLdapController.php:198 +#, php-format +msgid "Objetos encontrados: %d" +msgstr "Znalezione obiekty: %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:271 +#, php-format +msgid "Usuarios importados: %d / %d" +msgstr "Imported users: %d / %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:272 +#, php-format +msgid "Errores: %d" +msgstr "Errors: %d" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 +msgid "General" +msgstr "Ogólne" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 +#: ../../../config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 +msgid "LDAP" +msgstr "LDAP" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 +msgid "Correo" +msgstr "Poczta" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 +msgid "Encriptación" +msgstr "Szyfrowanie" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 +msgid "Último backup" +msgstr "Ostatania kopia bezpieczeństwa" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 +#, fuzzy +msgid "No se encontraron backups" +msgstr "Brak dostępnych kopii bezpieczeństwa" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 +msgid "Última exportación" +msgstr "Ostani eksport" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 +msgid "No se encontró archivo de exportación" +msgstr "Brak plików eksportu" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:323 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 +#: ../../../config/actions.xml:727 +msgid "Copia de Seguridad" +msgstr "Kopia zapasowa" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 +msgid "Importar Cuentas" +msgstr "Importuj konta" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 +msgid "No instalado" +msgstr "Not installed" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 +msgid "Información" +msgstr "Informacja" + +#: ../../../modules/web/Controllers/CustomFieldController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:154 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 +msgid "Nuevo Campo" +msgstr "Nowe pole" + +#: ../../../modules/web/Controllers/CustomFieldController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 +msgid "Editar Campo" +msgstr "Edytuj pole" + +#: ../../../modules/web/Controllers/CustomFieldController.php:298 +msgid "Ver Campo" +msgstr "View Field" + +#: ../../../modules/web/Controllers/ErrorController.php:107 +msgid "Aplicación en mantenimiento" +msgstr "Aplikacja w trybie serwisowania" + +#: ../../../modules/web/Controllers/ErrorController.php:108 +msgid "En breve estará operativa" +msgstr "Wkrótce będzie dostępna" + +#: ../../../modules/web/Controllers/ErrorController.php:123 +#, fuzzy +msgid "Error en la verificación de la base de datos" +msgstr "Błąd podczas sprawdzania bazy danych" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "Ver Actual" +msgstr "Zobacz obecne" + +#: ../../../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:292 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:437 +#: ../../../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 "Powrót" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Solicitar Modificación" +msgstr "Żądanie modyfikacji" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restaurar cuenta desde este punto" +msgstr "Przywróć konta z tego miejsca" + +#: ../../../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 "Zapisz" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 +#: ../../../config/actions.xml:439 +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:421 +msgid "Crear Enlace Público" +msgstr "Stwórz publiczny link" + +#. (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:175 ../../../config/actions.xml:265 +msgid "Ver Clave" +msgstr "Pokaż hasło" + +#: ../../../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 "Kopiuj hasło do schowka" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: ../../../config/actions.xml:193 +msgid "Copiar Cuenta" +msgstr "Kopiuj konto" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:67 +#: ../../../config/strings.js.inc:72 +msgid "Clave de Cuenta" +msgstr "Hasło" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 +msgid "Más Acciones" +msgstr "Więcej akcji" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:104 +#: ../../../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 "Klient" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 +#, fuzzy +msgid "Ordenar por Cliente" +msgstr "Sortuj po kliencie" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:98 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:111 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:102 +#: ../../../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/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:528 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:16 +msgid "Nombre" +msgstr "Imię" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 +msgid "Ordenar por Nombre" +msgstr "Sortuj po nazwie" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 +#: ../../../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 "Kategoria" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 +msgid "Ordenar por Categoría" +msgstr "Sortuj po kategorii" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: ../../../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:146 +#: ../../../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/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: ../../../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 "Użytkownik" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 +msgid "Ordenar por Usuario" +msgstr "Sortuj po nazwie użytkownika" + +#: ../../../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 "Sortuj po URL / IP" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:67 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:68 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:74 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:83 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:80 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:71 +msgid "Eliminar Seleccionados" +msgstr "Usuń zaznaczone" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 +msgid "Buscar Cuenta" +msgstr "Szukaj konta" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:87 +msgid "Cuentas (H)" +msgstr "Konta (H)" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: ../../../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 "Data" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 +msgid "Estado" +msgstr "Status" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:124 +msgid "Modificada" +msgstr "Zmienione" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:125 +msgid "Eliminada" +msgstr "Usunięte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 +msgid "Restaurar Cuenta" +msgstr "Odzyskaj konto" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 +msgid "Autorizaciones API" +msgstr "Poświadczenia API" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 +#: ../../../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 "Akcja" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:135 +msgid "Buscar Token" +msgstr "Szukaj tokenu" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:169 +msgid "Ver token de Autorización" +msgstr "Pokaż token poświadczenia" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:202 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:203 +msgid "Eliminar Autorización" +msgstr "Usuń upowaznienie" + +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 +#: ../../../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 "Opis" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 +#: ../../../config/actions.xml:325 +msgid "Buscar Categoría" +msgstr "Szukaj kategorii" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 +#: ../../../config/actions.xml:319 +msgid "Eliminar Categoría" +msgstr "Usuń kategorię" + +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "Tak" + +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "Nie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 +#: ../../../config/actions.xml:355 +#, fuzzy +msgid "Buscar Cliente" +msgstr "Szukaj klienta" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 +#: ../../../config/actions.xml:349 +#, fuzzy +msgid "Eliminar Cliente" +msgstr "Usuń klienta" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:90 +#: ../../../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 "Dodatkowe pola" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 +#: ../../../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 "Moduł" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:117 +#: ../../../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 "Typ" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 +msgid "Propiedades" +msgstr "Właściwości" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:123 +#: ../../../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:139 +msgid "Buscar Campo" +msgstr "Szukaj pola" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 +msgid "Eliminar Campo" +msgstr "Usuń pole" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: ../../../config/actions.xml:133 +msgid "Registro de Eventos" +msgstr "Log" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:94 +msgid "ID" +msgstr "ID" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Fecha / Hora" +msgstr "Data / czas" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Nivel" +msgstr "Poziom" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Evento" +msgstr "Zdarzenie" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 +#: ../../../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:104 +msgid "IP" +msgstr "IP" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 +msgid "Buscar Evento" +msgstr "Szukaj zdarzenia" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 +msgid "Refrescar" +msgstr "Refresh" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 +#, fuzzy +msgid "Vaciar registro de eventos" +msgstr "Wyczyść dziennik zdarzeń" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 +#: ../../../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 "Pliki" + +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:103 +#: ../../../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 "Konto" + +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 +msgid "Tamaño" +msgstr "Rozmiar" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 +#: ../../../config/actions.xml:475 +msgid "Buscar Archivo" +msgstr "Szukaj pliku" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 +msgid "Ver Archivo" +msgstr "Pokaż plik" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +msgid "Descargar Archivo" +msgstr "Pobierz plik" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 +msgid "Eliminar Archivo" +msgstr "Usuń plik" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:94 +msgid "Valores Predeterminados" +msgstr "Preset Values" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:108 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:114 +#: ../../../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:203 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:230 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 +msgid "Grupo" +msgstr "Grupa" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:113 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: ../../../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/ItemPresetGrid.php:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:78 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:115 +msgid "Forzado" +msgstr "Forced" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 +#: ../../../config/actions.xml:847 +msgid "Buscar Valor" +msgstr "Search for Value" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:160 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Valor de Permiso" +msgstr "Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:161 +msgid "Nuevo Valor de Permiso" +msgstr "New Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Valor de Cuenta Privada" +msgstr "Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:185 +msgid "Nuevo Valor de Cuenta Privada" +msgstr "New Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:208 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Valor de Timeout de Sesión" +msgstr "Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:209 +msgid "Nuevo Valor de Timeout de Sesión" +msgstr "New Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:232 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Valor de Clave de Cuentas" +msgstr "Account Password Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:233 +msgid "Nuevo Valor de Clave de Cuentas" +msgstr "New Account Password Preset" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 +#: ../../../modules/web/Controllers/ItemPresetController.php:225 +#: ../../../config/actions.xml:865 +msgid "Editar Valor" +msgstr "Edit Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 +#: ../../../config/actions.xml:871 +msgid "Eliminar Valor" +msgstr "Delete Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:105 +#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 +#: ../../../config/actions.xml:673 +msgid "Notificaciones" +msgstr "Powiadomienia" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 +msgid "Componente" +msgstr "Komponent" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:140 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:104 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:108 +msgid "Leída" +msgstr "Read" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:141 +msgid "Sólo Admins" +msgstr "Only Admins" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 +#: ../../../config/actions.xml:835 +msgid "Buscar Notificación" +msgstr "Szukaj powiadomień" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:174 +#: ../../../modules/web/Controllers/NotificationController.php:179 +msgid "Nueva Notificación" +msgstr "Nowe powiadomienia" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 +#: ../../../modules/web/Controllers/NotificationController.php:103 +#: ../../../config/actions.xml:805 +msgid "Ver Notificación" +msgstr "Wyświetl powiadomienia" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 +#: ../../../config/actions.xml:829 +msgid "Marcar Notificación" +msgstr "Sprawdź powiadomienia" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 +#: ../../../modules/web/Controllers/NotificationController.php:210 +#: ../../../config/actions.xml:817 +msgid "Editar Notificación" +msgstr "Edit Notification" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 +#: ../../../config/actions.xml:823 +msgid "Eliminar Notificación" +msgstr "Usuń powiadomienia" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:332 +#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +msgid "Plugins" +msgstr "Pluginy" + +#: ../../../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:541 +msgid "Buscar Plugin" +msgstr "Szukaj pluginów" + +#. (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:535 +msgid "Ver Plugin" +msgstr "Pokaż plugin" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:167 +msgid "Habilitar" +msgstr "Włącz" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:186 +msgid "Deshabilitar" +msgstr "Wyłącz" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:205 +msgid "Restablecer Datos" +msgstr "Resetuj dane" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 +msgid "Enlaces" +msgstr "Linki" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 +#: ../../../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 "Data utworzenia" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:106 +#: ../../../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 "Data wygaśnięcia" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: ../../../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" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: ../../../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 "Wizyt" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:144 +msgid "Buscar Enlace" +msgstr "Szukaj linku" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:160 +msgid "Nuevo Enlace" +msgstr "New Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:177 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:178 +#: ../../../modules/web/Controllers/PublicLinkController.php:336 +msgid "Ver Enlace" +msgstr "Pokaż link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:193 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:194 +msgid "Renovar Enlace" +msgstr "Odśwież link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:210 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:211 +msgid "Eliminar Enlace" +msgstr "Usuń link" + +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:89 +#: ../../../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 "Tagi" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 +#: ../../../config/actions.xml:523 +msgid "Buscar Etiqueta" +msgstr "Szukaj tagu" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 +#: ../../../modules/web/Controllers/TagController.php:103 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:217 +#: ../../../config/actions.xml:499 +msgid "Nueva Etiqueta" +msgstr "Nowy tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 +msgid "Editar Etiqueta" +msgstr "Edytuj tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 +#: ../../../config/actions.xml:517 +msgid "Eliminar Etiqueta" +msgstr "Usuń tag" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Origen" +msgstr "Source" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 +#: ../../../config/actions.xml:595 +msgid "Buscar Usuario" +msgstr "Szukaj użytkownika" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 +#: ../../../modules/web/Controllers/UserController.php:105 +#: ../../../config/actions.xml:571 +msgid "Nuevo Usuario" +msgstr "Nowy użytkownik" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 +#: ../../../modules/web/Controllers/UserController.php:190 +#: ../../../config/actions.xml:577 +msgid "Editar Usuario" +msgstr "Edytuj użytkownika" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 +#: ../../../config/actions.xml:583 +msgid "Eliminar Usuario" +msgstr "Usuń użytkownika" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:218 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:219 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:457 +msgid "Importar usuarios de LDAP" +msgstr "Import użytkowników z LDAPa" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 +msgid "Ver Detalles de Usuario" +msgstr "Pokaż szczegóły użytkownika" + +#: ../../../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 "Zmień hasło użytkownika" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 +#: ../../../config/actions.xml:625 +msgid "Buscar Grupo" +msgstr "Szukaj grupy" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 +#: ../../../modules/web/Controllers/UserGroupController.php:106 +#: ../../../config/actions.xml:607 +msgid "Nuevo Grupo" +msgstr "Nowa grupa" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 +#: ../../../modules/web/Controllers/UserGroupController.php:319 +#: ../../../config/actions.xml:601 +msgid "Ver Grupo" +msgstr "Pokaż szczegóły grupy" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 +#: ../../../modules/web/Controllers/UserGroupController.php:171 +#: ../../../config/actions.xml:613 +msgid "Editar Grupo" +msgstr "Edytuj grupę" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 +#: ../../../config/actions.xml:619 +msgid "Eliminar Grupo" +msgstr "Usuń grupę" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 +msgid "Perfiles" +msgstr "Profile" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 +#: ../../../config/actions.xml:655 +msgid "Buscar Perfil" +msgstr "Szukaj profilu" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 +#: ../../../modules/web/Controllers/UserProfileController.php:100 +#: ../../../config/actions.xml:637 +msgid "Nuevo Perfil" +msgstr "Nowy profil" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:164 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:165 +msgid "Ver Detalles de Perfil" +msgstr "Pokaż szczegóły profilu" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 +#: ../../../modules/web/Controllers/UserProfileController.php:166 +#: ../../../config/actions.xml:643 +msgid "Editar Perfil" +msgstr "Edytuj profil" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:198 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 +#: ../../../config/actions.xml:649 +msgid "Eliminar Perfil" +msgstr "Usuń profil" + +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:263 +msgid "Buscar" +msgstr "Szukaj" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 +#: ../../../config/actions.xml:679 +msgid "Configuración" +msgstr "Ustawienie" + +#: ../../../modules/web/Controllers/InstallController.php:59 +msgid "Módulo no disponible" +msgstr "Moduł niedostępny" + +#: ../../../modules/web/Controllers/InstallController.php:60 +msgid "Sin este módulo la aplicación puede no funcionar correctamente." +msgstr "Bez tego modułu aplikacja może działać nieprawidłowo" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:70 +#: ../../../config/actions.xml:853 +msgid "Ver Valor" +msgstr "Display Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:195 +#: ../../../config/actions.xml:859 +msgid "Nuevo Valor" +msgstr "New Value" + +#: ../../../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:288 +#: ../../../config/actions.xml:505 +msgid "Ver Etiqueta" +msgstr "View Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserController.php:439 +#: ../../../config/actions.xml:565 +msgid "Ver Usuario" +msgstr "Pokaż szczegóły użytkownika" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserProfileController.php:307 +#: ../../../config/actions.xml:631 +msgid "Ver Perfil" +msgstr "Pokaż szczegóły profilu" + +#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 +msgid "Preferencias" +msgstr "Ustawienia" + +#: ../../../config/strings.js.inc:26 +msgid "Error en la consulta" +msgstr "Błąd zapytania" + +#: ../../../config/strings.js.inc:27 +msgid "Ha ocurrido un error" +msgstr "Błąd" + +#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 +msgid "Sesión finalizada" +msgstr "Sesja wygasła" + +#: ../../../config/strings.js.inc:29 +msgid "Borrar la cuenta?" +msgstr "Skasować konto?" + +#: ../../../config/strings.js.inc:30 +msgid "Borrar el usuario?" +msgstr "Skasować użytkownika?" + +#: ../../../config/strings.js.inc:31 +msgid "Guarde la configuración para que sea efectiva" +msgstr "Zapisz konfigurację by zmiany zostały zastosowane" + +#: ../../../config/strings.js.inc:32 +msgid "Clave Generada" +msgstr "Wygeneruj hasło" + +#: ../../../config/strings.js.inc:33 +msgid "Nivel alto" +msgstr "Wysoki poziom" + +#: ../../../config/strings.js.inc:34 +msgid "Nivel medio" +msgstr "Średni poziom" + +#: ../../../config/strings.js.inc:35 +msgid "Nivel bajo" +msgstr "Niski poziom" + +#: ../../../config/strings.js.inc:36 +msgid "Nivel muy alto" +msgstr "Bardzo wysoki poziom" + +#: ../../../config/strings.js.inc:37 +msgid "Utilizar al menos 8 caracteres" +msgstr "Podaj przynajmniej 8 znaków" + +#: ../../../config/strings.js.inc:38 +msgid "Borrar elemento?" +msgstr "Usunąć element?" + +#: ../../../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 "Nie znaleziono strony" + +#: ../../../config/strings.js.inc:40 +msgid "Archivo no soportado para visualizar" +msgstr "Brak możliwości podglądu pliku" + +#: ../../../config/strings.js.inc:41 +msgid "Eliminar archivo?" +msgstr "Usunąć plik?" + +#: ../../../config/strings.js.inc:42 +msgid "Su navegador no soporta subir archivos con HTML5" +msgstr "Twoja przeglądarka nie wspiera uploadu HTML5" + +#: ../../../config/strings.js.inc:43 +msgid "Demasiados archivos" +msgstr "Za dużo plików" + +#: ../../../config/strings.js.inc:44 +msgid "Tamaño de archivo no permitido" +msgstr "Zły rozmiar pliku" + +#: ../../../config/strings.js.inc:45 +msgid "Extensión no permitida" +msgstr "Niedozwolone rozszerzenie pliku" + +#: ../../../config/strings.js.inc:46 +#, fuzzy +msgid "Vaciar el registro de eventos?" +msgstr "Wyczyścić log?" + +#: ../../../config/strings.js.inc:47 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:177 +#: ../../../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:250 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 +msgid "Seleccionar Grupo" +msgstr "Wybierz grupę" + +#: ../../../config/strings.js.inc:48 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:160 +#: ../../../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:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:32 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 +msgid "Seleccionar Usuario" +msgstr "Wybierz użytkownika" + +#: ../../../config/strings.js.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 +msgid "Seleccionar Perfil" +msgstr "Wybierz profil" + +#: ../../../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 "Wybierz klienta" + +#: ../../../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 "Wybierz kategorię" + +#: ../../../config/strings.js.inc:52 +msgid "Sin resultados" +msgstr "Brak wyników" + +#: ../../../config/strings.js.inc:53 +msgid "Opciones de clave" +msgstr "Opcje hasła" + +#: ../../../config/strings.js.inc:54 +msgid "Generar clave aleatoria" +msgstr "Wygeneruj losowe hasło" + +#: ../../../config/strings.js.inc:55 +msgid "Complejidad" +msgstr "Złożoność" + +#: ../../../config/strings.js.inc:56 +msgid "Restablecer" +msgstr "Reset" + +#: ../../../config/strings.js.inc:57 +msgid "Nivel de fortaleza de la clave" +msgstr "Siła hasła" + +#: ../../../config/strings.js.inc:58 +msgid "Mostrar Clave" +msgstr "Pokaż hasło" + +#: ../../../config/strings.js.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:19 +msgid "Copiar Usuario" +msgstr "Kopiuj nazwę użytkownika" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:60 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:36 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 +msgid "Copiar Clave" +msgstr "Kopiuj hasło" + +#: ../../../config/strings.js.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:74 +msgid "Incluir Números" +msgstr "Użyj liczb" + +#: ../../../config/strings.js.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:116 +msgid "Incluir Mayúsculas" +msgstr "Użyj wielkich liter" + +#: ../../../config/strings.js.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:102 +#, fuzzy +msgid "Incluir Símbolos" +msgstr "Użyj symboli" + +#: ../../../config/strings.js.inc:64 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:6 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:14 +msgid "Longitud" +msgstr "Długość" + +#: ../../../config/strings.js.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +msgid "Seleccionar Acción" +msgstr "Wybierz akcję" + +#: ../../../config/strings.js.inc:68 +msgid "Aceptar" +msgstr "Akceptuję" + +#: ../../../config/strings.js.inc:69 +msgid "Cancelar" +msgstr "Anuluj" + +#: ../../../config/strings.js.inc:70 +msgid "Clave Copiada al Portapapeles" +msgstr "Hasło skopiowane do schowka" + +#: ../../../config/strings.js.inc:71 +msgid "Error al copiar al portapapeles" +msgstr "Błąd podczas kopiowania do schowka" + +#: ../../../config/strings.js.inc:73 +#, fuzzy +msgid "Recibir notificaciones?" +msgstr "Wysyłaj powiadomienia?" + +#: ../../../config/strings.js.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 +msgid "Marcar Favorito" +msgstr "Oznacz jako ulubione" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:75 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 +#: ../../../config/actions.xml:253 +msgid "Eliminar Favorito" +msgstr "Usuń ulubione" + +#: ../../../config/strings.js.inc:76 +msgid "Limpiar Selección" +msgstr "Usuń zaznaczenie" + +#: ../../../config/strings.js.inc:77 +msgid "Mostrar Favoritos" +msgstr "Pokaż ulubione" + +#: ../../../config/strings.js.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 +msgid "Mostrar Todos" +msgstr "Pokaż wszystkie" + +#: ../../../config/strings.js.inc:79 +msgid "Ayuda" +msgstr "Pomoc" + +#: ../../../config/strings.js.inc:80 +msgid "Sin cambios" +msgstr "Brak zmian" + +#: ../../../config/strings.js.inc:81 +msgid "Ahora" +msgstr "Teraz" + +#: ../../../config/strings.js.inc:82 +msgid "" +"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +msgstr "Ten proces importuje wykrytych użytkowników LDAP. Chcesz kontynuować?" + +#: ../../../config/strings.js.inc:83 +msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +msgstr "Ta akcja resetuje wszystkie dane pluginu. Chcesz kontynuować?" + +#: ../../../config/strings.js.inc:84 +msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgstr "This process could long some time. Do you wish to continue?" + +#: ../../../config/strings.js.inc:85 +msgid "Aviso" +msgstr "Ostrzeżenie" + +#: ../../../config/strings.js.inc:87 +msgid "" +"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgstr "Performing task. Please, do not close the browser window/tab." + +#: ../../../config/strings.js.inc:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:88 +msgid "Incluir Letras" +msgstr "Include Letters" + +#: ../../../config/strings.js.inc:89 +msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgstr "Cookies disabled. The application won't work properly." + +#: ../../../config/strings.js.inc:90 +msgid "Portapapeles no soportado por el navegador." +msgstr "Clipboard not supported by your browser." + +#: ../../../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 "There is a more recent version of {0} plugin ({1})" + +#: ../../../config/strings.js.inc:93 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 +msgid "Actualizado" +msgstr "Zaktualizowano" + +#: ../../../config/strings.js.inc:94 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:27 +msgid "Error al comprobar actualizaciones" +msgstr "Błąd sprawdzania akutalizacji" + +#: ../../../config/strings.js.inc:95 +msgid "Avisos de sysPass" +msgstr "Komunikaty sysPass" + +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + +#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 +#, fuzzy +msgid "Javascript es necesario para el correcto funcionamiento" +msgstr "JavaSript jest wymagany do prawidłowego funkcjonowania" + +#: ../../../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 "Wstecz" + +#: ../../../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 "Masz %d nieprzeczytanych powiadomień" + +#: ../../../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 "There aren't any pending notifications" + +#: ../../../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 "Ustawienia użytkownika" + +#: ../../../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 "Wyloguj" + +#: ../../../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 "Informuje czy połączenie używa HTTPS" + +#: ../../../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 "" +"Hasła wysyłane przez formularze są zaszyfrowane przez PKI, pozostałe dane " +"nie są." + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 +msgid "Ayuda :: FAQ :: Changelog" +msgstr "Pomoc :: FAQ :: Lista zmian" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:60 +msgid "Un proyecto de cygnux.org" +msgstr "Projekt 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 "Nie znaleziono wpisów" + +#: ../../../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 "Hasło (powtórz)" + +#: ../../../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 "Wybierz datę" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:9 +msgid "Histórico" +msgstr "Historia" + +#: ../../../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 "Szczegóły" + +#: ../../../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 "Notatki" + +#: ../../../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:253 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:255 +msgid "Historial" +msgstr "Historia" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:136 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:260 +msgid "Seleccionar fecha" +msgstr "Wybierz datę" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:272 +#: ../../../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 "Ostania modyfikacja" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 +msgid "Seleccionar Usuarios" +msgstr "Wybierz użytkowników" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:32 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:36 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:102 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:8 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 +msgid "Ver" +msgstr "Pokaż" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:134 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 +msgid "Editar" +msgstr "Edycja" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:124 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:67 +msgid "Seleccionar Grupos" +msgstr "Wybierz grupy" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:157 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:37 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:39 +msgid "Creador" +msgstr "Autor" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:174 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:45 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:47 +msgid "Grupo Principal" +msgstr "Główna grupa" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:200 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 +msgid "Privada" +msgstr "Prywatne" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 +msgid "Privada Grupo" +msgstr "Private for Group" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:9 +msgid "Solicitar Modificación de Cuenta" +msgstr "Żądaj zmiany konta" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:40 +msgid "Petición" +msgstr "Żądanie" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 +#, fuzzy +msgid "Descripción de la petición" +msgstr "Wymagaj opisu" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 +msgid "Enviar" +msgstr "Wyślij" + +#: ../../../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 "Prawa" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 +msgid "Seleccionar Etiquetas" +msgstr "Wybierz tagi" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:246 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +msgid "Seleccionar Cuenta" +msgstr "Wybierz konto" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:279 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:281 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 +msgid "Enlace Público" +msgstr "Publiczny link" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:292 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:294 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:297 +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 "Data dodania" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:57 +msgid "Fecha Edición" +msgstr "Data modyfikacji" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:63 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:65 +msgid "Editor" +msgstr "Edytor" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:73 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:75 +msgid "Fecha de Clave" +msgstr "Password Date" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +msgstr "Upuść pliki tutaj (maks. 5) albo kliknij by wybrać" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +#, php-format +msgid "Tamaño máximo de archivo: %d MB" +msgstr "Maksymalny rozmiar pliku: %d MB" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:24 +msgid "Buscar en Wiki" +msgstr "Wyszukaj na 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 "Hasło wygasło" + +#: ../../../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 "Załącznik" + +#: ../../../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 na Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:199 +msgid "Ver en Wiki" +msgstr "Zobacz w 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 +msgid "Buscar cuentas a las que 'login' tenga acceso" +msgstr "Search for accounts which 'login' has access rights" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +msgid "Devolver las cuentas en las que 'login' es propietario" +msgstr "Get the accounts in which the user login \"login\" is the owner" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 +msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgstr "Search for accounts which 'group_name' has access rights" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 +msgid "Devolver las cuentas con grupo principal 'group_name'" +msgstr "Get the accounts which have the main group name \"group_name\"" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 +msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgstr "Search for accounts which contains a file with the name 'file_name'" + +#: ../../../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 "Szukaj kont z wygasłym hasłem" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:41 +msgid "Devolver las cuentas privadas del usuario actual" +msgstr "Get the private accounts for the current user" + +#: ../../../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 "Globalne wyszukiwanie" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:86 +msgid "Filtrar Favoritos" +msgstr "Filtruj ulubione" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Cuentas por página" +msgstr "Kont na stronę" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:106 +msgid "Más Filtros" +msgstr "Więcej filtrów" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:111 +msgid "Seleccionar Etiqueta" +msgstr "Wybierz 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 "Searching" + +#: ../../../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 "Wyników na stronę" + +#: ../../../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 "Liczba wyników na strone przy wyszukiwaniu" + +#: ../../../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 "Wyników na stronie" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:20 +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 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:28 +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 "Nazwa konta jako 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 "Ustawia nazwę konta jako link do szczegółów." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 +msgid "Búsquedas globales" +msgstr "Globalne wyszukiwania" + +#: ../../../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 "" +"Pozwala na wyszukiwanie wszyskich kont. Jeśli użytkownik nie ma odpowiednich " +"praw to nadal nie będzie mógł wyświetlić szczegółów." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:144 +msgid "Imagen para mostrar clave" +msgstr "Pokaż hasło w obrazku" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:146 +msgid "Generar una imagen con el texto de la clave de la cuenta." +msgstr "Generuj obrazek z hasłem." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:148 +msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +msgstr "" +"Przydatne w środowiskach w których kopiowanie haseł do schowka jest " +"naruszeniem bezpieczeństwa." + +#: ../../../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 "Wyniki w formie kart" + +#: ../../../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 "Włącza pokazywanie wyników wyszukiwania w formie kart." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:179 +msgid "Acceso Grupos Secundarios" +msgstr "Secondary Groups Access" + +#: ../../../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 "Linki publiczne" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:212 +msgid "Habilitar Enlaces Públicos" +msgstr "Włącz publiczne linki" + +#: ../../../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 "" +"Enables the ability to create public links to view an account's details" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:216 +msgid "" +"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgstr "Podlinkowane konta będą widoczne dla wszystkich posiadających link." + +#: ../../../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 "" +"Aby tworzyć linki, użytkownicy muszą aktywować ustawienie w swoich profilach." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:234 +msgid "Usar imagen para clave" +msgstr "Używaj obrazków dla haseł" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:236 +msgid "La clave de la cuenta es visualizada como una imagen." +msgstr "Hasło jest wyświetlone jako obrazek" + +#: ../../../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 "Czas wygaśnięcia" + +#: ../../../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 "Maksymalna ilość wyświetleń" + +#: ../../../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 "Zarządzanie plikami" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:296 +#, fuzzy +msgid "Habilita la subida/descarga de archivos para las cuentas." +msgstr "Włącza wysyłanie/pobieranie plików dla konta" + +#: ../../../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 "Dozwolone rozszerzenia plików" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:309 +msgid "Extensiones permitidas para la subida de archivos." +msgstr "Dozwolone rozszerzenia uploadowanych plików" + +#: ../../../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 "" +"Podaj rozszerzenie i wciśnij enter aby dodać. Pamiętaj aby zapisać " +"konfigurację." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:325 +msgid "Tamaño máximo de archivo" +msgstr "Maksymalny rozmiar pliku" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:330 +msgid "Establece el tamaño máximo para subir archivos." +msgstr "Ustaw maksymalny rozmiar uploadowanych plików." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 +msgid "El máximo absuluto es de 16MB." +msgstr "Absolutne maksimum to 16MB." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:345 +msgid "Tamaño máximo de archivo en kilobytes" +msgstr "Maximum file size in kilobytes" + +#: ../../../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 "Wynik" + +#: ../../../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 "Pobierz obecne" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 +msgid "Copia BBDD" +msgstr "Kopia bezpieczeństwa bazy danych" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 +msgid "Copia sysPass" +msgstr "Kopia bezpieczeństwa sysPass" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:53 +#, fuzzy +msgid "No hay backups para descargar" +msgstr "Brak kopii bezpieczeństwa do pobrania" + +#: ../../../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 "" +"Kopia bezpieczeństwa pozwala na pobranie bazy danych sysPassa albo plików " +"aplikacyjnych oraz konfiguracji" + +#: ../../../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 " +"o utilizarlos para hacer la aplicación portable." +msgstr "" +"Ten sposób pozwala zapisać wszystkie dane sysPassa w innym miejscu albo użyć " +"w aplikacji przenośnej." + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:93 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:178 +msgid "Exportar Cuentas" +msgstr "Eksport kont" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:125 +#, fuzzy +msgid "No hay archivos XML para descargar" +msgstr "Brak plików do pobrania" + +#: ../../../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 "Hasło eksportu" + +#: ../../../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 "Hasło eksportu (ponownie)" + +#: ../../../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 "" +"Eksport kont pozwala na zapisanie danych kont w formacie XML do dalszego " +"importu w innych instancjach sysPass." + +#: ../../../modules/web/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, clients, categories and 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 "" +"Hasła kont są eksportowane w zaszyfrowany sposób dla większego bezpieczeństwa" + +#: ../../../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 "" +"Istnieje możliwość ustawienia hasła eksportu by zapisać zaszyfrowane dane w " +"pliku 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 "Główne hasło" + +#: ../../../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 "Ostania zmiana" + +#: ../../../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 "Obecne główne hasło" + +#: ../../../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 "Nowe główne hasło" + +#: ../../../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 "Nowe hasło główne (powtórz)" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:77 +msgid "Guarde la nueva clave en un lugar seguro." +msgstr "Zapisz główne hasło w bezpiecznym miejscu" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:81 +msgid "Se volverán a encriptar las claves de todas las cuentas." +msgstr "Wszystkie hasła będą zaszyfrowane ponownie." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:85 +msgid "Los usuarios deberán de introducir la nueva clave maestra." +msgstr "Użytkownicy będą musieli podać nowe hasło główne" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:89 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:120 +#, php-format +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 some time." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 +msgid "No modificar cuentas" +msgstr "Nie modyfikuj kont" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:108 +msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +msgstr "Ustawia nowe hasło bez ponownego szyfrowania kont" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 +#, fuzzy +msgid "Confirmar cambio" +msgstr "Potwierdź zmianę" + +#: ../../../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." + +#: ../../../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." +msgstr "" +"Główne hasło jest używane do zaszyfrowania haseł kont bezpiecznie " +"przechowywanych w sysPassie." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:154 +#, fuzzy +msgid "" +"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " +"que incluya números, letras y símbolos." +msgstr "" +"Zaleca się je zmieniać okresowo używając przy tym trudnych haseł " +"zawierających cyfry, litery i symbole." + +#: ../../../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 "You could get more info on: %s" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:166 +msgid "Actualizar hash de clave maestra" +msgstr "Aktualizuj hash głównego hasła" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:318 +msgid "Clave Temporal" +msgstr "Tymczasowe hasło" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:200 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:213 +msgid "No generada" +msgstr "Nie wygenerowano" + +#: ../../../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 "Ważne do" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:222 +msgid "Intentos" +msgstr "Próby" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:229 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:239 +msgid "Validez (s)" +msgstr "Life (s)" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:258 +msgid "Enviar correo" +msgstr "Send email" + +#: ../../../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 "Sends an email to all users or only to those whose group is selected." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:320 +#, fuzzy +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 "" +"Tymczasowe hasło jest używane zamiast hasła głównego podczas logowania " +"użytkowników. Dzięki temu nie ma potrzeby zdradzać im głównego hasła." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 +msgid "Generar" +msgstr "Generuj" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 +msgid "Autentificación" +msgstr "Autentykacja" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:28 +msgid "Usar Auth Basic" +msgstr "Use Auth Basic" + +#: ../../../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" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 +msgid "Usar Auth Basic SSO" +msgstr "Use Auth Basic SSO" + +#: ../../../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" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 +msgid "Dominio" +msgstr "Domain" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 +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." + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 +msgid "Nombre de dominio" +msgstr "Domain name" + +#: ../../../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:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:246 +msgid "Grupo por Defecto" +msgstr "Domyślna grupa" + +#: ../../../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" + +#: ../../../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:261 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:271 +msgid "Perfil por Defecto" +msgstr "Domyślny profil" + +#: ../../../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/plugin/plugin.inc:64 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:66 +msgid "Eventos" +msgstr "Zdarzenia" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:28 +msgid "Habilitar log de eventos" +msgstr "Włącz log" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:29 +msgid "Guarda las acciones realizadas en la aplicación." +msgstr "Zapisz akcje wykonane przez aplikację" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 +msgid "Habilitar Syslog" +msgstr "Włącz syslog" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 +msgid "Habilitar Syslog Remoto" +msgstr "Włącz zdalny syslog" + +#: ../../../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:91 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:116 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:64 +msgid "Servidor" +msgstr "Serwer" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:76 +msgid "Nombre o dirección IP" +msgstr "Nazwa hosta lub IP" + +#: ../../../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" + +#: ../../../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 "Użyj 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 "Serwer proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:59 +msgid "Puerto del servidor proxy" +msgstr "Port serwera proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:73 +msgid "Usuario del servidor proxy" +msgstr "Użytkownik serwera proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:87 +msgid "Clave del servidor proxy" +msgstr "Hasło serwera proxy" + +#: ../../../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 "Strona" + +#: ../../../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 "Język" + +#: ../../../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 "" +"Ustaw globalny język aplikacji. Możesz nadpisać język w ustawieniach " +"użytkownika." + +#: ../../../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 "" +"To improve/add the translations, you can get involved at https://poeditor." +"com/join/project/fmlsBuugyv" + +#: ../../../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 "Theme" + +#: ../../../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 "" +"Ustaw globalny theme. Użytkownik może go nadpisać w ustawieniach profilu." + +#: ../../../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 sesji" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 +msgid "Forzar HTTPS" +msgstr "Wymuś 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 "Wymusza HTTPS dla wszystkich połączeń" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:120 +msgid "Habilitar depuración" +msgstr "Włącz debugowanie" + +#: ../../../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 "Pokazuje informacje o konfiguracji i wydajności aplikacji" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:135 +msgid "Modo mantenimiento" +msgstr "Tryb serwisowania" + +#: ../../../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 "" +"W tym trybie nikt nie może się zalogować. Aby go wyłączyć, musisz " +"zmodyfikować plik konfiguracyjny." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:150 +msgid "Comprobar actualizaciones" +msgstr "Sprawdź aktualizacje" + +#: ../../../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 "Sprawdź akutalizację aplikacji (tylko dla administratora)." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:165 +msgid "Comprobar notificaciones" +msgstr "Sprawdź uwagi" + +#: ../../../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 "" +"Sprawdz czy są dostępne ostrzeżenia dotyczące bezpieczeństwa sysPassa (tylko " +"dla administratorów)." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 +msgid "Encriptar Sesión" +msgstr "Encrypt Session" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encriptar los datos de la sesión de PHP." +msgstr "Encrypt PHP session data" + +#: ../../../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 "" +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." + +#: ../../../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 "Import CSV/XML" + +#: ../../../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 "Domyślny urzytkownik" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:21 +msgid "Define el usuario por defecto para las cuentas importadas." +msgstr "Sets the default user for the accounts imported." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:48 +msgid "Define el grupo por defecto para las cuentas importadas." +msgstr "Sets the default group for the accounts imported." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 +msgid "Archivo" +msgstr "Plik" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:73 +msgid "Soltar archivo aquí o click para seleccionar" +msgstr "Przeciągnij plik tutaj lub kliknij aby wybrać" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 +#, fuzzy +msgid "" +"Permite realizar la importación de Cuentas, Categorías y Clientes desde " +"archivos XML y CSV." +msgstr "" +"Pozwala na tworzenie kont, kategorii i klientów poprzez import z plików XML " +"i CSV." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +msgid "" +"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgstr "Wspierane formaty XML to sysPass, KeePass i 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 "Przeciągnij i upuść plik do strefy importu albo klinij na strzałkę" + +#: ../../../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 "" +"Dla plików KeePass i KeePassX, nazwami klientów będą KeePass i KeePassX a " +"kategorie będą nazwane tak jak grupy." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +msgid "La importación de archivos CSV se realiza con el siguiente formato:" +msgstr "Importowany plik CSV musi mieć następujący format:" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 +#, fuzzy +msgid "" +"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" +"\"notas\"" +msgstr "" +"\"nazwa_konta\";\"klient\";\"kategoria\";\"url\";\"uzytkownik\";\"haslo\";" +"\"notatki\" " + +#: ../../../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 "" +"Jeśli klient lub kategoria nie istnieją to zostaną dodane automatycznie." + +#: ../../../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 "Hasło importu" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:134 +msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +msgstr "Wymagane tylko dla zaszyfrowanych plików XML sysPassa" + +#: ../../../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 "" +"Wymagane tylko dla plików XML sysPassa zaszyfrowanych innym głównym hasłem " +"niż obecne." + +#: ../../../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 "Separator CSV" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:183 +msgid "Sólo es necesario para archivos CSV." +msgstr "Wymagane tylko dla plików CSV" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:5 +msgid "Información de la Aplicación" +msgstr "Informacje o aplikacji" + +#: ../../../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 "Wersja 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 "Baza danych" + +#: ../../../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/plugin/plugin.inc:28 +msgid "Versión" +msgstr "Wersja" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:42 +msgid "Extensiones" +msgstr "Rozszerzenia" + +#: ../../../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 "Użycie pamięci" + +#: ../../../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 "Kopia bezpieczeństwa konfiguracji" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:89 +msgid "Indica si el idioma se encuentra disponible" +msgstr "Tells whether the language is available or not." + +#: ../../../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 "" +"If it is not installed, you would need install the right operating system " +"locales. More info at 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 "Encrypted Session" + +#: ../../../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 "Tells whether the session data are encrypted in the server or not" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "Sí" +msgstr "Yes" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "No" +msgstr "No" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:125 +msgid "Plugins Cargados" +msgstr "Załadowane pluginy" + +#: ../../../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 "Włącz LDAP" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:45 +#, fuzzy +msgid "Habilita de autentificación mediante servidor LDAP." +msgstr "Włącz poświadczenia serwera LDAP" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:47 +msgid "Este método utilizará MySQL en caso de fallo." +msgstr "Ta metoda użyje MySQL jako fallbacku." + +#: ../../../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 "Włącza tryb połączenia LDAP Active Directory" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:81 +msgid "Habilita la conexión mediante TLS." +msgstr "Enables the connection over TLS" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:96 +#, fuzzy +msgid "Nombre o dirección IP del servidor de LDAP." +msgstr "Nazwa hosta lub IP serwera LDAP" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:100 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:131 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:182 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:216 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:128 +msgid "Ejemplos:" +msgstr "Przykłady:" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:122 +msgid "Usuario de conexión" +msgstr "Przypisz użytkownika" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:127 +msgid "Usuario para conectar con el servicio de LDAP." +msgstr "Użytkownik łączący się z LDAPem." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:152 +msgid "Clave de conexión" +msgstr "Bind Password" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:157 +msgid "Clave del usuario de conexión a LDAP." +msgstr "LDAP connection user password" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:173 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:197 +msgid "Base de búsqueda" +msgstr "Baza wyszukiwania" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:178 +#, fuzzy +msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgstr "Baza wyszukiwania użytkowników LDAPa" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:208 +#, fuzzy +msgid "" +"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgstr "Grupa LDAPa do której użytkownik musi należeć aby móc się zalogować." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:212 +msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +msgstr "Ta grupa musi się znajdować wewnątrz bazy wyszukiwania LDAPa" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:241 +#, fuzzy +msgid "" +"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgstr "Podaj domyślną grupę dla nowych użytkowników LDAP" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:266 +#, fuzzy +msgid "" +"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +msgstr "Definiuje domyślną grupę nowych użytkowników LDAP" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:318 +msgid "Importación" +msgstr "Import" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:324 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:334 +msgid "Atributo Login" +msgstr "Login Attribute" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:329 +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." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:347 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:357 +msgid "Atributo Nombre" +msgstr "Name Attribute" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:352 +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/config/ldap.inc:382 +msgid "Importar Grupos" +msgstr "Import Groups" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:391 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:401 +msgid "Atributo Nombre Grupo" +msgstr "Group Name Attribute" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:396 +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:412 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:426 +msgid "Filtro" +msgstr "Filter" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:417 +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 "Włącz powiadomienia email" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:46 +msgid "Habilitar peticiones por correo" +msgstr "Włącz żądania emailem" + +#: ../../../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 "" +"Allows users to request for either modifications to existing accounts or " +"access to accounts in which they have no rights." + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:95 +msgid "Habilitar Autentificación" +msgstr "Włącz poświadczenia" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:133 +msgid "Seguridad" +msgstr "Bezpieczeństwo" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:136 +msgid "Deshabilitada" +msgstr "Wyłączone" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:146 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:154 +#, fuzzy +msgid "Dirección de correo de envío" +msgstr "Adres email odbiorcy" + +#: ../../../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 "Włącz linki Wiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:45 +#, fuzzy +msgid "" +"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " +"la búsqueda." +msgstr "" +"Włącza opcję dodawania linku do wyników wyszukiwania w zewnętrznej Wiki" + +#: ../../../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 wyszukiwania 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 używany przez Wiki do wykonania wyszukiwania" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:62 +#, fuzzy +msgid "Como parámetro se utiliza el nombre del cliente." +msgstr "Nazwa klienta jest użyta jako parametr." + +#: ../../../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 "Przykład:" + +#: ../../../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 strony Wiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:91 +msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgstr "URL that the Wiki uses for accessing to the entry details." + +#: ../../../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 "The account name is used as parameter of Wiki search variable." + +#: ../../../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 "Prefix nazwy konta" + +#: ../../../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 "Prefix to determine which accounts have a link to the 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 "Włącz 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 "Włącza DokuWki XML-RPC API dla linków 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 "Aby to zadziałało, musisz włączyć linki Wiki dla filtrowania kont" + +#: ../../../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 "Bazowy URL" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:207 +msgid "URL base de DokuWiki." +msgstr "Bazowy URL DokuWiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:235 +#, fuzzy +msgid "Usuario para conectar a la API de DokuWiki." +msgstr "Użytkownik API DokuWiki." + +#: ../../../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 użyty do stron wyszukiwania." + +#: ../../../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 "Instalacja" + +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 +msgid "Filtro ON" +msgstr "Filtr wł." + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:8 +#, php-format +msgid "Instalación %s" +msgstr "Instalacja %s" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:18 +msgid "Admin de sysPass" +msgstr "Administrator sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:26 +msgid "Usuario administrador de sysPass" +msgstr "admin sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:34 +msgid "Login del usuario administrador de sysPass" +msgstr "Login administratora sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:66 +msgid "Configurar BBDD" +msgstr "Konfiguracja bazy danych" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:76 +msgid "Usuario acceso BBDD" +msgstr "Użytkownik bazy danych" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:84 +#, fuzzy +msgid "Usuario con permisos de administrador de MySQL" +msgstr "Użytkownik MySQL z prawami admina" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:92 +msgid "Clave acceso BBDD" +msgstr "Hasło do bazy danych" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:101 +msgid "Nombre BBDD para sysPass" +msgstr "Nazwa bazy danych sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:109 +msgid "Nombre de la base de datos para sysPass" +msgstr "Nazwa bazy danych sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:118 +msgid "Servidor BBDD para sysPass" +msgstr "Serwer bazy danych sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:126 +msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgstr "Nazwa hosta do instalacji bazy sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:146 +msgid "Modo Hosting" +msgstr "Typ hostingu" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:153 +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/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 "Opcje" + +#: ../../../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 "Odśwież autoryzację" + +#: ../../../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 "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 "Nazwa pola" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 +msgid "Texto Ayuda" +msgstr "Tekst pomocy" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 +msgid "Ayuda del campo" +msgstr "Pomoc pola" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 +msgid "Obligatorio" +msgstr "Wymagane" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:42 +msgid "Puntuación" +msgstr "Score" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:55 +msgid "Expresión Regular" +msgstr "Regular Expression" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:130 +msgid "Incluir Minúsculas" +msgstr "Include Lowercase" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:21 +msgid "Las cuentas sólo serán visibles por el usuario." +msgstr "Accounts will be only visible by the user." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:42 +msgid "Los administradores no podrán acceder a las cuentas." +msgstr "Administrators won't be able to display the accounts." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:40 +msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +msgstr "Accounts will be only visible by the user and his/her main group." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:6 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:14 +msgid "Dirección IP" +msgstr "IP Address" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:27 +msgid "Timeout" +msgstr "Timeout" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:84 +msgid "" +"Prioridad de asignación en caso de coincidir con otros valores asignados por " +"usuario, grupo o perfil." +msgstr "" +"Assignment priority if values match with others assigned by user, group or " +"profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:95 +msgid "Prioridad de asignación" +msgstr "Assignment Priority" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:117 +msgid "" +"Indica si los valores serán forzados al crear o modificar los elementos." +msgstr "Enforces the values to be set either on creating or updating an item." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:119 +msgid "Los valores serán añadidos a los existentes." +msgstr "Values will be merged with the existing ones." + +#: ../../../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 "Użyj" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 +msgid "Nombre de usuario completo" +msgstr "Pełna nazwa użytkownika" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 +msgid "Login de inicio de sesión" +msgstr "Login sesji" + +#: ../../../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 "Email" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 +msgid "Dirección de correo" +msgstr "Adres email" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 +msgid "Admin Aplicación" +msgstr "Administrator aplikacji" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 +msgid "Administrador de la aplicación" +msgstr "Administrator aplikacji" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 +#, fuzzy +msgid "Admin Cuentas" +msgstr "Konto Admina" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 +msgid "Administrador de cuentas" +msgstr "Administrator kont" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 +msgid "Forzar cambio de clave" +msgstr "Wymuś zmianę hasła" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 +msgid "Deshabilitado" +msgstr "Wyłączone" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 +msgid "Entradas" +msgstr "Wpisy" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 +msgid "Último Acceso" +msgstr "Ostatnie logowanie" + +#: ../../../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 "Data głównego hasła" + +#: ../../../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 "Nazwa grupy" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 +msgid "Descripción del grupo" +msgstr "Opis grupy" + +#: ../../../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:543 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:545 +msgid "Usado por" +msgstr "Użyte przez" + +#: ../../../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 "Zarządzanie" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 +msgid "Otros" +msgstr "Inne" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 +#, fuzzy +msgid "Crear" +msgstr "Stwórz" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 +#, fuzzy +msgid "Crear nueva cuenta" +msgstr "Stwórz nowe konto" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 +msgid "Ver detalles de cuenta" +msgstr "Pokaż szczegóły konta" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 +msgid "Ver clave de cuenta" +msgstr "Pokaż hasło" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 +#: ../../../config/actions.xml:259 +msgid "Ver Historial" +msgstr "Pokaż historię" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 +msgid "Ver historial de cuenta" +msgstr "Pokaż historię konta" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 +msgid "Editar cuenta" +msgstr "Edytuj konto" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 +msgid "Editar Clave" +msgstr "Edytuj hasło" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 +msgid "Editar clave de cuenta" +msgstr "Edytuj hasło" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 +msgid "Eliminar" +msgstr "Usuń" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 +#, fuzzy +msgid "Eliminar cuenta" +msgstr "Usuń konto" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 +msgid "Ver archivos de cuenta" +msgstr "Pokaż pliki kont" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 +msgid "Publicar Enlace" +msgstr "Udostępnij link" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 +msgid "Publicar enlace a cuenta" +msgstr "Udostępnij link do konta" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 +msgid "Crear cuenta privada" +msgstr "Utwórz prywatne konto" + +#: ../../../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/user_profile.inc:210 +msgid "Asignar permisos" +msgstr "Przydziel prawa" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 +msgid "Gestión de usuarios" +msgstr "Zarządzanie uzytkownikami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 +msgid "Gestión de grupos" +msgstr "Zarządzanie grupami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 +msgid "Gestión de perfiles" +msgstr "Zarządzanie profilami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 +msgid "Gestión de categorías" +msgstr "Zarządzenia kategoriami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 +msgid "Gestión de etiquetas" +msgstr "Zarządzanie tagami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 +#, fuzzy +msgid "Gestión de clientes" +msgstr "Zarządzanie klientami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 +msgid "Gestión de campos personalizados" +msgstr "Zarządzanie własnymi polami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 +msgid "Gestión de autorizaciones API" +msgstr "Zarządzanie poświadczeniami API" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 +msgid "Gestión de enlaces" +msgstr "Zarządzanie linkami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 +msgid "Gestión de cuentas" +msgstr "Zarządzanie kontami" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:421 +msgid "Valores por Defecto" +msgstr "Default Values" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:422 +msgid "Gestión de Valores por Defecto" +msgstr "Default Values Management" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 +#: ../../../config/actions.xml:685 +msgid "Configuración General" +msgstr "Ogólne ustawienie" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 +msgid "Opciones de encriptación" +msgstr "Opcje szyfrowania" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 +msgid "Backup" +msgstr "Kopie zapasowe" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 +msgid "Realizar copia de seguridad y exportar" +msgstr "Stwórz kopię i eksportuj" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:489 +msgid "Importar" +msgstr "Import" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:490 +msgid "Realizar importación de cuentas" +msgstr "Importuj konta" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:509 +msgid "Log de Eventos" +msgstr "Dziennik zdarzeń" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:510 +msgid "Ver log de eventos" +msgstr "Zobacz dziennik zdarzeń" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 +msgid "Nombre del perfil" +msgstr "Nazwa profilu" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:37 +msgid "Clave Anterior" +msgstr "Poprzednie hasło" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:63 +msgid "Acceder" +msgstr "Zaloguj się" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:72 +#, fuzzy +msgid "¿Olvidó su clave?" +msgstr "Zapomniałeś hasła?" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:78 +msgid "Aplicación actualizada correctamente" +msgstr "Aktualizacja aplikacji zakończona sukcesem" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:6 +#, php-format +msgid "Actualización %s" +msgstr "Aktualizuj %s" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:12 +msgid "Actualización de BBDD" +msgstr "Uaktualnienie bazy danych" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +msgid "Actualización de Aplicación" +msgstr "Application Update" + +#: ../../../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 "Kod bezpieczeństwa" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 +#, fuzzy +msgid "" +"Este código se encuentra en el archivo de configuración de sysPass con la " +"etiqueta \"upgradeKey\"" +msgstr "" +"Ten kod jest podany w pliku koniguracyjnym sysPassa w polu \"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 "" +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:39 +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/main/upgrade.inc:61 +msgid "Introducir un ID de usuario válido para cuentas" +msgstr "Enter a valid user ID for the accounts" + +#: ../../../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" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Introducir un ID de cliente válido para cuentas" +msgstr "Enter a valid client ID for the accounts" + +#: ../../../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" + +#: ../../../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" + +#: ../../../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." + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:140 +msgid "Introducir login de usuario válido" +msgstr "Enter a valid user login" + +#: ../../../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 "I've done a full sysPass backup" + +#: ../../../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 "Please, wait while the process is running" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:174 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Actualizar" +msgstr "Aktualizuj" + +#: ../../../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 uaktualnienia" + +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:88 +msgid "Notificación global" +msgstr "Global notification" + +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:96 +msgid "Sólo para administradores de la aplicación" +msgstr "Only for application administrators" + +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:100 +msgid "Solo Admins" +msgstr "Only Admins" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:23 +msgid "Nombre del plugin" +msgstr "Nazwa pluginu" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:35 +#, fuzzy +msgid "Versión del plugin" +msgstr "Wersja pluginu" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:40 +msgid "Versión Compatible" +msgstr "Zgodna wersja" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:47 +msgid "Versión de sysPass compatible" +msgstr "zgodna wersja sysPass" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:52 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 +msgid "Autor" +msgstr "Autor" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:59 +msgid "Autor del plugin" +msgstr "Autor pluginu" + +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "La aplicación necesita actualizarse" +msgstr "Aplikacja wymaga aktualizacji" + +#: ../../../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" + +#: ../../../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 "Żądaj zmiany hasła" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "Email del Usuario" +msgstr "Email użytkownika" + +#: ../../../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 "Wróć do logowania" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:45 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:47 +msgid "Solicitar" +msgstr "Żądanie" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:48 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +msgid "Cambiar" +msgstr "Zmiana" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:97 +msgid "Ordenar resultados por visitas" +msgstr "Sortuj wyniki po ilości wyświetleń" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:99 +#, fuzzy +msgid "" +"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgstr "Sortuj wyniki wyszukiwania po liczbie wyświetleń" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:114 +msgid "Barra de navegación superior" +msgstr "Pasek nawigacji u góry" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:116 +msgid "Mostrar una barra de navegación superior en las búsquedas." +msgstr "Pokazuje pasek nawigacji nad wynikami wyszukiwania" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:131 +msgid "Mostrar Acciones Ocultas" +msgstr "Pokaż ukryte akcje" + +#: ../../../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 "Zawszy pokazuj ukryte akcje przy wynikach wyszukiwania." + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 +#: ../../../config/actions.xml:277 +msgid "Ver Wiki" +msgstr "Zobacz Wiki" + +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:10 +#, php-format +msgid "Resultados de búsqueda de '%s'" +msgstr "Wyniki wyszukiwania dla '%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 "Strona" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:7 +#, fuzzy +msgid "Buscar Cuentas" +msgstr "Wyszukaj konta" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:25 +msgid "Peticiones" +msgstr "Żądania" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:31 +msgid "Favoritos" +msgstr "Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Elementy i kustomizacje" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:49 +msgid "Gestión Categorías" +msgstr "Zarządzanie kategoriami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:55 +#, fuzzy +msgid "Gestión Clientes" +msgstr "Zarządzanie klientami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:61 +msgid "Gestión Autorizaciones API" +msgstr "Zarządzanie dostępem do API" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:67 +msgid "Gestión Campos Personalizados" +msgstr "Zarządzanie polami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:79 +msgid "Gestión de Archivos" +msgstr "Zarządzanie plikami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:85 +msgid "Gestión de Cuentas" +msgstr "Zarządzanie kontami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:91 +msgid "Gestión de Etiquetas" +msgstr "Zarządzanie tagami" + +#. (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 "Użytkownicy i dostęp" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 +msgid "Gestión Usuarios" +msgstr "Zarządzanie użytkownikami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:121 +msgid "Gestión Grupos" +msgstr "Zarządzanie grupami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:127 +msgid "Gestión Perfiles" +msgstr "Zarządzanie profilami" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:139 +msgid "Buscar Eventos" +msgstr "Search for Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:145 +msgid "Limpiar Eventos" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 +msgid "Ver Cuenta" +msgstr "Pokaż konto" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:181 +msgid "Editar Clave de Cuenta" +msgstr "Edytuj hasło dla konta" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 +msgid "Subir Archivo" +msgstr "Wyślij plik" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:229 +msgid "Buscar Archivos" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:235 +msgid "Listar Archivos" +msgstr "List Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:241 +msgid "Ver Favoritos" +msgstr "Show Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:247 +msgid "Añadir Favorito" +msgstr "Mark as Favorite" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:283 +msgid "Añadir Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:289 +msgid "Editar Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:295 +msgid "Eliminar Wiki" +msgstr "Delete Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:361 +msgid "Nuevo Token API" +msgstr "New API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:367 +msgid "Ver Token API" +msgstr "View API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:373 +msgid "Editar Token API" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:379 +msgid "Eliminar Token API" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:385 +msgid "Buscar Token API" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:391 +msgid "Nuevo Campo Personalizado" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:397 +msgid "Ver Campo Personalizado" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:403 +msgid "Editar Campo Personalizado" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:409 +msgid "Eliminar Campo Personalizado" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:415 +msgid "Buscar Campo Personalizado" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 +#, fuzzy +msgid "Ver Enlace Público" +msgstr "Pokaż publiczny link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:433 +msgid "Eliminar Enlace Público" +msgstr "Delete Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:445 +msgid "Buscar Enlace Público" +msgstr "Search for Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:529 +msgid "Nuevo Plugin" +msgstr "Nowy plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:547 +msgid "Habilitar Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:553 +msgid "Deshabilitar Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:559 +msgid "Restablecer Plugin" +msgstr "Reset Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:589 +msgid "Editar Clave Usuario" +msgstr "Edit User Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:661 +msgid "Configuración Usuario" +msgstr "User Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:667 +msgid "Preferencias General" +msgstr "General Preferences" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:691 +msgid "Configuración Cuentas" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:697 +msgid "Configuración Wiki" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:703 +msgid "Configuración Encriptación" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:709 +msgid "Actualizar Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:715 +msgid "Clave Maestra Temporal" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:721 +msgid "Configuración Copia de Seguridad" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:733 +msgid "Configuración Importación" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:739 +msgid "Importar CSV" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:745 +msgid "Importar XML" +msgstr "XML Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:751 +msgid "Configuración Exportación" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Exportación" +msgstr "Export" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:763 +msgid "Configuración Email" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:769 +msgid "Configuración LDAP" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 +msgid "Sincronización LDAP" +msgstr "Synchronizacja LDAP" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:781 +msgid "Gestión de Cuenta (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:811 +msgid "Crear Notificación" +msgstr "Create Notification" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:841 +msgid "Gestión Valores Predeterminados" +msgstr "Preset Values Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 +msgid "Color" +msgstr "Kolor" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 +msgid "Número" +msgstr "Numer" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 +msgid "Teléfono" +msgstr "Telefon" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 +msgid "Área de Texto" +msgstr "Pole tekstowe" + +#. (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 "NIEPRAWIDŁOWE ZAPYTANIE" + +#~ msgid "La sesión no se ha iniciado o ha caducado" +#~ msgstr "Sesja nie została zainicjowana bądź wygasła" + +#~ msgid "Es necesario un nombre de cuenta" +#~ msgstr "Nazwa konta jest wymagana" + +#, fuzzy +#~ msgid "Es necesario un nombre de cliente" +#~ msgstr "Nazwa klienta jest wymagana" + +#, fuzzy +#~ msgid "Es necesario un usuario" +#~ msgstr "Nazwa użytkownika jest wymagana" + +#~ msgid "Es necesaria una clave" +#~ msgstr "Klucz jest wymagany" + +#~ msgid "Es necesario una categoría" +#~ msgstr "Kategoria jest wymagana" + +#~ msgid "Acción Inválida" +#~ msgstr "Nieprawidłowa akcja" + +#~ msgid "Las claves no coinciden" +#~ msgstr "Hasła nie pasują do siebie" + +#, fuzzy +#~ msgid "Error al crear la cuenta" +#~ msgstr "Błąd podczas tworzenia konta" + +#, fuzzy +#~ msgid "Error al modificar la cuenta" +#~ msgstr "Błąd podczas aktualizacji konta" + +#, fuzzy +#~ msgid "Error al eliminar la cuenta" +#~ msgstr "Błąd podczas usuwania konta" + +#, fuzzy +#~ msgid "Error al actualizar la clave" +#~ msgstr "Błąd poczas aktualizacji hasła" + +#~ msgid "Cuenta restaurada" +#~ msgstr "Konto zostało odzyskane" + +#, fuzzy +#~ msgid "Error al restaurar cuenta" +#~ msgstr "Błąd podczas odzyskiwania hasła" + +#, fuzzy +#~ msgid "Es necesario un nombre de usuario" +#~ msgstr "Nazwa użytkownika jest wymagana" + +#~ msgid "Es necesario un login" +#~ msgstr "Login jest wymagany" + +#~ msgid "Es necesario un perfil" +#~ msgstr "Profil jest wymagany" + +#~ msgid "Es necesario un grupo" +#~ msgstr "Grupa jest wymagana" + +#~ msgid "Es necesario un email" +#~ msgstr "Adres e-mail jest wymagany" + +#~ msgid "Ey, esto es una DEMO!!" +#~ msgstr "UWAGA - to jest demo!!" + +#~ msgid "La clave no puede estar en blanco" +#~ msgstr "Hasło nie może być puste" + +#~ msgid "Usuario creado" +#~ msgstr "Użytkownik został dodany" + +#, fuzzy +#~ msgid "Error al crear el usuario" +#~ msgstr "Błąd podczas tworzenia użytkownika" + +#~ msgid "Usuario actualizado" +#~ msgstr "Użytkownik zostal zaktualizowany" + +#, fuzzy +#~ msgid "Error al actualizar el usuario" +#~ msgstr "Błąd podczas aktualizacji użytkownika" + +#, fuzzy +#~ msgid "Error al modificar la clave" +#~ msgstr "Błąd podczas aktualizacji hasła" + +#~ msgid "No es posible eliminar, usuario en uso" +#~ msgstr "Nie udało się usunąć użytkownika (jest on obecnie wykorzystywany)" + +#~ msgid "Usuario eliminado" +#~ msgstr "Użytkownik został usunięty" + +#, fuzzy +#~ msgid "Error al eliminar el usuario" +#~ msgstr "Błąd podczas usuwania użytkownika" + +#~ msgid "Es necesario un nombre de grupo" +#~ msgstr "Nazwa grupy jest wymagana" + +#~ msgid "Nombre de grupo duplicado" +#~ msgstr "Ta grupa już istnieje" + +#~ msgid "Grupo creado" +#~ msgstr "Grupa została dodana" + +#, fuzzy +#~ msgid "Error al crear el grupo" +#~ msgstr "Błąd podczas tworzenia grupy" + +#~ msgid "Grupo actualizado" +#~ msgstr "Grupa została zaktualizowana" + +#, fuzzy +#~ msgid "Error al actualizar el grupo" +#~ msgstr "Błąd podczas aktualizacji grupy" + +#~ msgid "No es posible eliminar" +#~ msgstr "Nie udało sie usunąć" + +#~ msgid "Grupo eliminado" +#~ msgstr "Grupa została usunięta" + +#, fuzzy +#~ msgid "Error al eliminar el grupo" +#~ msgstr "Błąd poczas usuwania grupy" + +#~ msgid "Es necesario un nombre de perfil" +#~ msgstr "Nazwa profilu jest wymagana" + +#~ msgid "Nombre de perfil duplicado" +#~ msgstr "Ta nazwa profiu już istnieje" + +#~ msgid "Perfil creado" +#~ msgstr "Profil został dodany" + +#~ msgid "Perfil actualizado" +#~ msgstr "Profil został zaktualizowany" + +#~ msgid "Perfil eliminado" +#~ msgstr "Profil został usunięty" + +#~ msgid "Es necesario un nombre de categoría" +#~ msgstr "Nazwa kategorii jest wymagana" + +#~ msgid "Autorización creada" +#~ msgstr "Upoważnienie zostało dodane" + +#~ msgid "Autorización actualizada" +#~ msgstr "Upowanienie zostało zaktualizowane" + +#~ msgid "Autorización eliminada" +#~ msgstr "Upoważnienie zostało usunięte" + +#~ msgid "Nombre del campo no indicado" +#~ msgstr "Nazwa pola nie została ustawiona" + +#~ msgid "Tipo del campo no indicado" +#~ msgstr "Typ pola nie został ustawiony" + +#~ msgid "Módulo del campo no indicado" +#~ msgstr "Moduł pola nie został ustawiony" + +#~ msgid "Campo creado" +#~ msgstr "Pole zostało dodane" + +#~ msgid "Campo actualizado" +#~ msgstr "Pole zostało zaktualizowane" + +#~ msgid "Campo eliminado" +#~ msgstr "Pole zostało usunięte" + +#~ msgid "Realizar Backup" +#~ msgstr "Wykonaj kopię zapasową" + +#, fuzzy +#~ msgid "Error al realizar el backup" +#~ msgstr "Bład podczas tworzenia kopii zapasowej" + +#, fuzzy +#~ msgid "Revise el registro de eventos para más detalles" +#~ msgstr "Sprawdź dziennik zdarzeń w celu uzyskania dodatkowych informacji" + +#~ msgid "Copia de la aplicación y base de datos realizada correctamente" +#~ msgstr "Kopie zapasowe bazy jak i aplikajci zostały wykonane pomyślnie" + +#, fuzzy +#~ msgid "Error al realizar la exportación de cuentas" +#~ msgstr "Błąd poczas eksportowania kont" + +#, fuzzy +#~ msgid "Error al realizar la exportación" +#~ msgstr "Wystąpił błąd podczas eksportu" + +#~ msgid "Exportación de cuentas realizada correctamente" +#~ msgstr "Eksport zostały wykonany pomyślnie" + +#, fuzzy +#~ msgid "Los parámetros de LDAP no están configurados" +#~ msgstr "Parametry połączenie nie zostały ustawione (LDAP)" + +#~ msgid "Conexión a LDAP correcta" +#~ msgstr "Połączenie nawiązane (LDAP)" + +#~ msgid "Objetos encontrados" +#~ msgstr "Znaleziono obiekty" + +#~ msgid "Modificar Configuración" +#~ msgstr "Edytuj konfigurację" + +#~ msgid "El tamaño máximo por archivo es de 16MB" +#~ msgstr "Maksymalny rozmiar pliku to 16 MB" + +#, fuzzy +#~ msgid "Faltan parámetros de Proxy" +#~ msgstr "Brak parametrów proxy" + +#~ msgid "Proxy habiltado" +#~ msgstr "Proxy włączone" + +#~ msgid "Proxy deshabilitado" +#~ msgstr "Proxy wyłączone" + +#~ msgid "Sección" +#~ msgstr "Sekcja" + +#~ msgid "Faltan parámetros de Wiki" +#~ msgstr "Brak parametrów Wiki" + +#~ msgid "Wiki habiltada" +#~ msgstr "Wiki włączone" + +#~ msgid "Wiki deshabilitada" +#~ msgstr "Wiki wyłączone" + +#~ msgid "Faltan parámetros de LDAP" +#~ msgstr "Brak parametrów (LDAP)" + +#~ msgid "LDAP habiltado" +#~ msgstr "LDAP włączony" + +#~ msgid "LDAP deshabilitado" +#~ msgstr "LDAP wyłączony" + +#~ msgid "Faltan parámetros de Correo" +#~ msgstr "Brak parametów związanych z pocztą" + +#~ msgid "Correo habiltado" +#~ msgstr "Poczta jest aktywna" + +#~ msgid "Correo deshabilitado" +#~ msgstr "Poczta jest nieaktuwa" + +#~ msgid "Configuración actualizada" +#~ msgstr "Konfiguracja została zaktualizowana" + +#, fuzzy +#~ msgid "Clave maestra no indicada" +#~ msgstr "Główne hasło jest wymagane" + +#~ msgid "Se ha de confirmar el cambio de clave" +#~ msgstr "Zmiana hasła musi zostać potwierdzona" + +#~ msgid "Las claves son idénticas" +#~ msgstr "Hasła są takie same" + +#~ msgid "Las claves maestras no coinciden" +#~ msgstr "Główne hasła nie pasują do siebie" + +#~ msgid "La clave maestra actual no coincide" +#~ msgstr "Obecne główne hasło nie jest poprawne" + +#, fuzzy +#~ msgid "Errores al actualizar las claves de las cuentas" +#~ msgstr "Błąd podczas aktualizacji haseł dla kont" + +#, fuzzy +#~ msgid "Errores al actualizar las claves de las cuentas del histórico" +#~ msgstr "Błąd podczas akutalizacji haseł dla kont (historia)" + +#, fuzzy +#~ msgid "Errores al actualizar datos de campos personalizados" +#~ msgstr "Błąd podczas aktualizacji dany w polach niestandardowych " + +#, fuzzy +#~ msgid "Error al guardar el hash de la clave maestra" +#~ msgstr "Błąd poczas zapisywania głównego hasła" + +#~ msgid "Generar Clave Temporal" +#~ msgstr "Wygeneruj hasło tymczasowe" + +#~ msgid "Clave Temporal Generada" +#~ msgstr "Hasło tymczasowe zostało wygenerowane" + +#, fuzzy +#~ msgid "Error al generar clave temporal" +#~ msgstr "Błąd poczas generowania hasła tymczasowego" + +#~ msgid "Usuario/Clave no introducidos" +#~ msgstr "Brak użytkownika bądź hasła" + +#~ msgid "Inicio sesión" +#~ msgstr "Zaloguj się" + +#, fuzzy +#~ msgid "Error al guardar los datos de LDAP" +#~ msgstr "Błąd podczas zapisywania danych użytkownika LDAP" + +#, fuzzy +#~ msgid "Error al actualizar la clave del usuario en la BBDD" +#~ msgstr "Błąd poczas aktualizacji hasła uzytkownika" + +#, fuzzy +#~ msgid "Login incorrecto" +#~ msgstr "Niepoprawny login" + +#~ msgid "Cuenta expirada" +#~ msgstr "Konto wygasło" + +#~ msgid "El usuario no tiene grupos asociados" +#~ msgstr "Użytkownik nie nalezy do jakiejkolwiek grupy" + +#~ msgid "Usuario deshabilitado" +#~ msgstr "Użytkownik został zablokowany" + +#, fuzzy +#~ msgid "Error al obtener los datos del usuario de la BBDD" +#~ msgstr "Błąd poczas pobierania danych o uzytkowniku z bazy" + +#, fuzzy +#~ msgid "La clave maestra no ha sido guardada o es incorrecta" +#~ msgstr "Główne hasło nie jest zapisane bądź jest niepoprawne" + +#, fuzzy +#~ msgid "Clave maestra incorrecta" +#~ msgstr "Nieprawidłowe główne hasło" + +#, fuzzy +#~ msgid "No hay extensiones permitidas" +#~ msgstr "Brak dowzwolonych typów plików" + +#~ msgid "Tipo de archivo no soportado" +#~ msgstr "Ten typ pliku nie jest dozwolony" + +#~ msgid "Archivo inválido" +#~ msgstr "Nieprawidłowy plik" + +#, fuzzy +#~ msgid "Error interno al leer el archivo" +#~ msgstr "Błąd podczas odczytywania pliku" + +#~ msgid "Archivo guardado" +#~ msgstr "Plik został zapisany" + +#~ msgid "No se pudo guardar el archivo" +#~ msgstr "Błąd podczas zapisu pliku" + +#~ msgid "No es un ID de archivo válido" +#~ msgstr "Nieprawidłowe ID pliku" + +#~ msgid "El archivo no existe" +#~ msgstr "Plik nie istnieje" + +#~ msgid "Archivo eliminado" +#~ msgstr "Plik został usunięty" + +#, fuzzy +#~ msgid "Error al eliminar el archivo" +#~ msgstr "Błąd poczas usuwania pliku" + +#, fuzzy +#~ msgid "Parámetros incorrectos" +#~ msgstr "Nieprawidłowe parametry" + +#~ msgid "Recuperación de Clave" +#~ msgstr "Odzyskiwanie hasła" + +#~ msgid "Solicitado para" +#~ msgstr "Zgłoszony" + +#~ msgid "Solicitud enviada" +#~ msgstr "Żądanie zostało wysłane" + +#~ msgid "En breve recibirá un correo para completar la solicitud." +#~ msgstr "Wkrótce otrzymasz wiadomość email aby zrealizować żądanie." + +#~ msgid "Modificar Clave Usuario" +#~ msgstr "Edytuj hasło użytkownika" + +#, fuzzy +#~ msgid "La clave es incorrecta o no coincide" +#~ msgstr "Hasło jest niepoprawne" + +#~ msgid "Es necesaria una descripción" +#~ msgstr "Opis jest wymagany" + +#~ msgid "Solicitud de Modificación de Cuenta" +#~ msgstr "Zgłoszenie modyfikacji konta" + +#~ msgid "Solicitante" +#~ msgstr "Zgłaszający" + +#, fuzzy +#~ msgid "Error al actualizar preferencias" +#~ msgstr "Błąd podczas aktualizacji ustawień" + +#~ msgid "Preferencias actualizadas" +#~ msgstr "Ustawienia zostały zaktualizowane" + +#~ msgid "La clave maestra no coincide" +#~ msgstr "Główne hasła nie pasują do siebie" + +#, fuzzy +#~ msgid "No es posible acceder directamente a este archivo" +#~ msgstr "Brak dostępu do pliku" + +#~ msgid "Error al actualizar el historial" +#~ msgstr "Błąd podczas aktualizacji historii" + +#~ msgid "Actualizar Cuenta" +#~ msgstr "Aktualizuj konto" + +#, fuzzy +#~ msgid "Error al actualizar los grupos secundarios" +#~ msgstr "Błąd podczas aktualizacji drugiej grupy" + +#, fuzzy +#~ msgid "Error al actualizar los usuarios de la cuenta" +#~ msgstr "Błąd podczas aktualizacji użytkowników związanych z kontem" + +#, fuzzy +#~ msgid "No se pudieron obtener los datos de la cuenta" +#~ msgstr "Błąd podczas pobierania danych konta" + +#, fuzzy +#~ msgid "Error al eliminar grupos asociados a la cuenta" +#~ msgstr "Błąd podczas usuwania grup" + +#, fuzzy +#~ msgid "Error al eliminar usuarios asociados a la cuenta" +#~ msgstr "Błąd podczas usuwania użytkowników" + +#, fuzzy +#~ msgid "Error al eliminar archivos asociados a la cuenta" +#~ msgstr "Błąd podczas usuwania plików" + +#~ msgid "Inicio" +#~ msgstr "Start" + +#, fuzzy +#~ msgid "Error en el módulo de encriptación" +#~ msgstr "Błąd modułu szyfrowania" + +#, fuzzy +#~ msgid "Error al obtener las claves de las cuentas" +#~ msgstr "Błąd podczas ładowania haseł związanych z kontem" + +#, fuzzy +#~ msgid "Fallo al actualizar la clave de la cuenta" +#~ msgstr "Błąd podczas aktualizacji hasła" + +#~ msgid "Cuentas actualizadas" +#~ msgstr "Konta zostały zaktualizowane" + +#, fuzzy +#~ msgid "No se pudieron obtener los datos de las cuentas" +#~ msgstr "Nie można odczytać danych konta" + +#~ msgid "Actualizar Clave Maestra (H)" +#~ msgstr "Zaktualizuj hasło główne (H)" + +#~ msgid "La clave maestra del registro no coincide" +#~ msgstr "Hasło główne dla rekordu nie zgadza się" + +#, fuzzy +#~ msgid "Fallo al actualizar la clave del histórico" +#~ msgstr "Błąd podczas aktualizacji hasła głównego historii" + +#~ msgid "Registros actualizados" +#~ msgstr "Rekordy zostały zaktualizowane" + +#~ msgid "Gestión Aplicación" +#~ msgstr "Zarządzanie aplikacjami" + +#~ msgid "Exportar" +#~ msgstr "Eksport" + +#~ msgid "Acceso no permitido" +#~ msgstr "Nieautoryzowany dostęp" + +#~ msgid "Error de codificación" +#~ msgstr "Błąd kodowania" + +#~ msgid "La autorización ya existe" +#~ msgstr "Upoważnienie już istnieje" + +#~ msgid "Actualizar Autorización" +#~ msgstr "Aktaulizuj upoważnienie" + +#~ msgid "Usuario no pertenece al grupo" +#~ msgstr "Użytkownik nie należy do tej grupy" + +#~ msgid "Esta operación sólo es posible en entornos Linux" +#~ msgstr "Ta operacja jest możliwa tylko w środowiskach Linux" + +#, fuzzy +#~ msgid "Error al realizar backup en modo compatibilidad" +#~ msgstr "Błąd podczas wykonywania kopii zapasowej (tryb kompatybilności)" + +#, fuzzy +#~ msgid "Compruebe los permisos del directorio de backups" +#~ msgstr "Sprawdź uprawnienia dla katalogu backup" + +#~ msgid "Nombre de categoría duplicado" +#~ msgstr "Ta nazwa kategorii już istnieje" + +#, fuzzy +#~ msgid "Error al crear la categoría" +#~ msgstr "Błąd poczas tworzenia kategorii" + +#, fuzzy +#~ msgid "Error al eliminar la categoría" +#~ msgstr "Błąd poczas usuwania kategorii" + +#, fuzzy +#~ msgid "Error al actualizar la categoría" +#~ msgstr "Błąd podczas aktualizacji kategorii" + +#~ msgid "Modificar configuración" +#~ msgstr "Aktualizuj kategorię" + +#~ msgid "Parámetro" +#~ msgstr "Parametr" + +#~ msgid "Valor" +#~ msgstr "Wartość" + +#~ msgid "" +#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." +#~ msgstr "" +#~ "HASH hasła głównego został ponownie wygenerowany. Nic więcej nie trzeba " +#~ "robić." + +#~ msgid "No es posible generar las claves RSA" +#~ msgstr "Nie można wygenerować kluczy RSA" + +#~ msgid "El archivo de clave no existe" +#~ msgstr "Plik klucza nie istnieje" + +#, fuzzy +#~ msgid "Error importando cuenta" +#~ msgstr "Błąd podczas importu konta" + +#, fuzzy +#~ msgid "Registros no actualizados" +#~ msgstr "Brak zaktualizowanych rekordów" + +#, fuzzy +#~ msgid "Cliente duplicado" +#~ msgstr "Duplikat wpisu klienta" + +#, fuzzy +#~ msgid "Error al crear el cliente" +#~ msgstr "Błąd podczas tworzenia klienta" + +#, fuzzy +#~ msgid "Error al actualizar el cliente" +#~ msgstr "Błąd podczas aktualizacji klienta" + +#~ msgid "Actualizar Cliente" +#~ msgstr "Aktualizuj klienta" + +#, fuzzy +#~ msgid "Error al eliminar el cliente" +#~ msgstr "Bład poczas usuwania klienta" + +#~ msgid "No es posible conectar con la BD" +#~ msgstr "Nie udało połączyć się do bazy danych" + +#, fuzzy +#~ msgid "Compruebe los datos de conexión" +#~ msgstr "Sprawdź parametry połączenia" + +#~ msgid "Realizado por" +#~ msgstr "Wykonana przez" + +#~ msgid "Enviar Email" +#~ msgstr "Wyślij email" + +#~ msgid "Correo enviado" +#~ msgstr "Email został wysłany" + +#, fuzzy +#~ msgid "Error al enviar correo" +#~ msgstr "Błąd podczas wysyłania wiadomości email" + +#~ msgid "Destinatario" +#~ msgstr "Odbiorca" + +#~ msgid "CC" +#~ msgstr "CC" + +#~ msgid "Archivo no subido correctamente" +#~ msgstr "Plik został pomyslnie wysłany" + +#, fuzzy +#~ msgid "Verifique los permisos del usuario del servidor web" +#~ msgstr "Sprawdź uprawnienia użytkownika serwera www" + +#, fuzzy +#~ msgid "Compruebe la extensión del archivo" +#~ msgstr "Sprawdź ustawienia rozszerzeń plików" + +#, fuzzy +#~ msgid "Compruebe la configuración de PHP para subir archivos" +#~ msgstr "Sprawdź ustawienia PHP dla wysyłania plików" + +#, fuzzy +#~ msgid "Compruebe los permisos del directorio temporal" +#~ msgstr "Sprawdź uprawnienia dla folderu tymczasowego" + +#, fuzzy +#~ msgid "Error al eliminar los usuarios del grupo" +#~ msgstr "Błąd podczas usuwania grup użytkowników" + +#, fuzzy +#~ msgid "Compruebe el formato del archivo" +#~ msgstr "Sprawdź format pliku" + +#~ msgid "Importación finalizada" +#~ msgstr "Import został zakończony" + +#~ msgid "La sesión no puede ser inicializada" +#~ msgstr "Sesja nie może zostać zainicjalizowana" + +#~ msgid "El directorio \"/config\" no existe" +#~ msgstr "Katalog \"config\" nie istnieje" + +#~ msgid "No es posible escribir en el directorio \"config\"" +#~ msgstr "Nie można zapisywać do katalogu \"config\"" + +#, fuzzy +#~ msgid "Los permisos del directorio \"/config\" son incorrectos" +#~ msgstr "Katalog \"config\" ma nieprawidłowe uprawnienia" + +#~ msgid "Finalizar sesión" +#~ msgstr "Wyloguj sesję" + +#~ msgid "Tiempo inactivo" +#~ msgstr "Czas nieaktywności" + +#~ msgid "Tiempo total" +#~ msgstr "Czas całkowity" + +#~ msgid "Actualización" +#~ msgstr "Aktualizuj" + +#~ msgid "Actualización de versión realizada." +#~ msgstr "Aktualizacja wersji została zakończona" + +#, fuzzy +#~ msgid "Indicar nombre de usuario admin" +#~ msgstr "Nazwa administratora" + +#, fuzzy +#~ msgid "Usuario admin para acceso a la aplicación" +#~ msgstr "Użytkownik administracyjny do zalogowania się w aplikacji" + +#, fuzzy +#~ msgid "Indicar la clave de admin" +#~ msgstr "Podaj hasło administratora" + +#~ msgid "Clave del usuario admin de la aplicación" +#~ msgstr "Hasło administratora aplikacji" + +#, fuzzy +#~ msgid "Indicar la clave maestra" +#~ msgstr "Hasło główne" + +#, fuzzy +#~ msgid "Clave maestra para encriptar las claves" +#~ msgstr "Hasło główne do szyfrowania" + +#, fuzzy +#~ msgid "Clave maestra muy corta" +#~ msgstr "Hasło główne jest zbyt krótkie" + +#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" +#~ msgstr "Hasło główne musi mieć przynajmniej 11 znaków" + +#, fuzzy +#~ msgid "Indicar el usuario de la BBDD" +#~ msgstr "Użytkownik bazy danych" + +#, fuzzy +#~ msgid "Usuario con permisos de administrador de la Base de Datos" +#~ msgstr "Użytkownik bazy danych z uprawnieniami administracyjnymi" + +#, fuzzy +#~ msgid "Indicar el nombre de la BBDD" +#~ msgstr "Nazwa bazy danych" + +#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" +#~ msgstr "Nazwa bazy danych aplikacji, np. syspass" + +#~ msgid "El nombre de la BBDD no puede contener \".\"" +#~ msgstr "Nazwa bazy danych nie może zawierać \".\"" + +#~ msgid "Elimine los puntos del nombre de la Base de Datos" +#~ msgstr "Usuń kropki z nazwy bazy danych" + +#, fuzzy +#~ msgid "Indicar el servidor de la BBDD" +#~ msgstr "Podaj serwer bazy danych" + +#~ msgid "Servidor donde se instalará la Base de Datos" +#~ msgstr "Serwer na którym będzie zainstalowana baza danych" + +#~ msgid "No es posible comprobar el usuario de sysPass" +#~ msgstr "Brak możliwości sprawdzenia użytkownika sysPass" + +#~ msgid "Compruebe los permisos del usuario de conexión a la BD" +#~ msgstr "Sprawdź prawa dostępu połączenia do bazy danych" + +#~ msgid "La BBDD ya existe" +#~ msgstr "Baza danych już istnieje" + +#, fuzzy +#~ msgid "Indique una nueva Base de Datos o elimine la existente" +#~ msgstr "Podaj inną bazę danych lub usuń istniejącą" + +#, fuzzy +#~ msgid "Error al crear la BBDD" +#~ msgstr "Błąd przy tworzeniu bazy danych" + +#, fuzzy +#~ msgid "Verifique los permisos del usuario de la Base de Datos" +#~ msgstr "Sprawdź prawa dostępu użytkownika bazy danych" + +#~ msgid "El archivo de estructura de la BBDD no existe" +#~ msgstr "Struktura plików bazy danych nie istnieje" + +#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." +#~ msgstr "Błąd przy tworzeniu bazy danych. Proszę ściągnąć ponownie." + +#, fuzzy +#~ msgid "Error al seleccionar la BBDD" +#~ msgstr "Błąd wyboru bazy danych." + +#~ msgid "" +#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " +#~ "los permisos y que no exista." +#~ msgstr "Błąd tworzenia struktury w bazie danych. Sprawdź prawa dostępu." + +#~ msgid "Error al crear la estructura de la Base de Datos." +#~ msgstr "Błąd przy tworzeniu struktury bazy danych" + +#~ msgid "Informe al desarrollador" +#~ msgstr "Zgłoś developerowi" + +#, fuzzy +#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" +#~ msgstr "Błąd aktualizacji głównego hasła dla użytkownika \"admin\"" + +#~ msgid "No es posible conectar con el servidor de LDAP" +#~ msgstr "Błąd połączenia z serwerem LDAP" + +#~ msgid "Error al conectar (BIND)" +#~ msgstr "Błąd połączenia (BIND)" + +#~ msgid "Error al buscar objetos en DN base" +#~ msgstr "Błąd wyszukiwania obiektów w bazowym DN" + +#, fuzzy +#~ msgid "Error al buscar RDN de grupo" +#~ msgstr "Błąd podczas wyszukiwania grupy RDN" + +#, fuzzy +#~ msgid "Error al localizar el usuario en LDAP" +#~ msgstr "Błąd podczas szukania użytkownika w LDAPie" + +#~ msgid "Error al buscar el grupo de usuarios" +#~ msgstr "Błąd podczas szukania grupy użytkowników" + +#~ msgid "Usuario verificado en grupo" +#~ msgstr "Użytkownik zweryfikowany w grupie" + +#~ msgid "Vaciar Eventos" +#~ msgstr "Wyczyść zdarzenia" + +#, fuzzy +#~ msgid "Cliente no encontrado" +#~ msgstr "Nie znaleziono klienta" + +#, fuzzy +#~ msgid "Error al obtener los usuarios" +#~ msgstr "Błąd podczas przetwarzania użytkowników" + +#~ msgid "Migrar Perfiles" +#~ msgstr "Migracja profili" + +#, fuzzy +#~ msgid "Error al obtener perfiles" +#~ msgstr "Błąd podczas przetwarzania profili" + +#~ msgid "Operación realizada correctamente" +#~ msgstr "Operacja zakończona sukcesem" + +#, fuzzy +#~ msgid "Fallo al realizar la operación" +#~ msgstr "Błąd podczas wykonywania operacji" + +#~ msgid "Formato de XML inválido" +#~ msgstr "Nieprawidłowy format XML" + +#, fuzzy +#~ msgid "Error al aplicar la actualización de la Base de Datos" +#~ msgstr "Błąd aktualizacji bazy danych" + +#~ msgid "Compruebe el registro de eventos para más detalles" +#~ msgstr "Po więcej szczegółów zajrzyj do logu" + +#, fuzzy +#~ msgid "Error al aplicar la actualización auxiliar" +#~ msgstr "Błąd podczas aktualizacji pomocniczej" + +#~ msgid "Actualizar BBDD" +#~ msgstr "Aktualizacja bazy danych" + +#~ msgid "No es necesario actualizar la Base de Datos." +#~ msgstr "Aktualizacja bazy danych jest zbędna" + +#~ msgid "Actualización de la Base de Datos realizada correctamente." +#~ msgstr "Aktualizacja bazy danych zakończona sukcesem" + +#~ msgid "Actualizar Configuración" +#~ msgstr "Aktualizacja konfiguracji" + +#~ msgid "No se pudo realizar la petición de cambio de clave." +#~ msgstr "Nie można wykonać żądania zmiany hasła" + +#~ msgid "Usuario de LDAP" +#~ msgstr "Użytkownik LDAP" + +#~ msgid "Activación Cuenta" +#~ msgstr "Aktywacja konta" + +#~ msgid "Su cuenta está pendiente de activación." +#~ msgstr "Oczekujesz na aktywację konta" + +#~ msgid "En breve recibirá un email de confirmación." +#~ msgstr "Powinieneś wkrótce otrzymać powiadomienie emailem" + +#~ msgid "Nuevo usuario de LDAP" +#~ msgstr "Nowy użytkownik LDAP" + +#, fuzzy +#~ msgid "Error al migrar grupo del usuario" +#~ msgstr "Błąd przy migracji grupy użytkowników" + +#~ msgid "Versión de PHP requerida >= " +#~ msgstr "Wymagana wersja PHP >=" + +#~ msgid "" +#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" +#~ msgstr "SysPass wymaga wyższej wersji PHP" + +#~ msgid "Exportar XML" +#~ msgstr "Eksport XML" + +#, fuzzy +#~ msgid "Error al crear el archivo XML" +#~ msgstr "Błąd tworzenia pliku XML" + +#, fuzzy +#~ msgid "No es posible procesar el archivo XML" +#~ msgstr "Błąd przetwarzania pliku XML" + +#~ msgid "Archivo XML no soportado" +#~ msgstr "Niewspierany plik XML" + +#~ msgid "No es posible detectar la aplicación que exportó los datos" +#~ msgstr "Nieznana aplikacja źródłowa eksportu" + +#~ msgid "Registro de eventos vaciado" +#~ msgstr "Log wyczyszczony" + +#, fuzzy +#~ msgid "Error al vaciar el registro de eventos" +#~ msgstr "Błąd przy czyszczeniu logu" + +#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" +#~ msgstr "Ta wersja PHP jest podatna na atak NULL Byte (CVE-2006-7243)" + +#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" +#~ msgstr "Zaktualizuj PHP aby zapewnić bezpieczne używanie sysPass" + +#~ msgid "No se encuentra el generador de números aleatorios." +#~ msgstr "Nie znaleziono generatora liczb losowych" + +#~ msgid "" +#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" +#~ msgstr "" +#~ "Bez tej funkcji, atakujący może użyć twojego konta do zresetowania hasła" + +#~ msgid "Instalación finalizada" +#~ msgstr "Instalacja zakończona" + +#~ msgid "Descargar nueva versión" +#~ msgstr "Pobierz nową wersję" + +#~ msgid "Token de autorización visualizado" +#~ msgstr "Token poświadczenia wyświetlony" + +#~ msgid "Autorizaciones" +#~ msgstr "Poświadczenia" + +#~ msgid "Hablitar edición" +#~ msgstr "Włącz edycję" + +#~ msgid "Usuarios Secundarios" +#~ msgstr "Secondary Users" + +#~ msgid "Grupos Secundarios" +#~ msgstr "Secondary Groups" + +#~ msgid "Modificar Cuenta" +#~ msgstr "Edytuj konto" + +#~ msgid "Se permite un máximo de 4 caracteres." +#~ msgstr "Maksymalnie 4 znaki" + +#~ msgid "Primera página" +#~ msgstr "Pierwsza strona" + +#~ msgid "Página anterior" +#~ msgstr "Poprzednia strona" + +#~ msgid "Página siguiente" +#~ msgstr "Następna strona" + +#~ msgid "Última página" +#~ msgstr "Ostatnia strona" + +#~ msgid "Comprobar" +#~ msgstr "Sprawdź" + +#, fuzzy +#~ msgid "Cambiar Clave" +#~ msgstr "Zmień hasło" + +#~ msgid "Añadir" +#~ msgstr "Dodaj" + +#~ msgid "Abrir enlace a" +#~ msgstr "Otwórz link w" + +#~ msgid "Limpiar" +#~ msgstr "Wyczyść" + +#~ msgid "Parámetros especiales:" +#~ msgstr "Parametry specjalne" + +#~ msgid "Realizar" +#~ msgstr "Wykonaj" + +#~ msgid "Extensión" +#~ msgstr "Rozszerzenie" + +#~ msgid "Tamaño de archivo superado" +#~ msgstr "Przekroczony rozmiar pliku" + +#~ msgid "Solicitud no enviada" +#~ msgstr "Żądanie nie zostało wysłane" + +#~ msgid "Compruebe datos de usuario o consulte con el administrador" +#~ msgstr "Sprawdź dane użytkownika lub skontaktuj się z administratorem" + +#, fuzzy +#~ msgid "La cuenta no existe" +#~ msgstr "Konto nie istnieje" + +#~ msgid "Errores" +#~ msgstr "Błędy" + +#~ msgid "Error al añadir favorito" +#~ msgstr "Błąd podczas dodawania do ulubionych" + +#~ msgid "Error al eliminar favorito" +#~ msgstr "Błąd usuwania ulubionych" + +#, fuzzy +#~ msgid "Error al eliminar las etiquetas de la cuenta" +#~ msgstr "Błąd przy usuwaniu tagów konta" + +#~ msgid "Método inválido" +#~ msgstr "Nieprawidłowa metoda" + +#~ msgid "Datos inválidos" +#~ msgstr "Nieprawidłowe dane" + +#~ msgid "Formato incorrecto" +#~ msgstr "Zły format" + +#~ msgid "Nombre de categoría a buscar" +#~ msgstr "Category name to search for" + +#~ msgid "Nombre de cliente a buscar" +#~ msgstr "Client name to search for" + +#~ msgid "Método ya inicializado" +#~ msgstr "Metoda zainicjowana juz wcześniej" + +#~ msgid "Método no disponible" +#~ msgstr "Metoda niedostępna" + +#, fuzzy +#~ msgid "Los parámetros de DokuWiki no están configurados" +#~ msgstr "Brak ustawionych parametrów DokuWiki" + +#~ msgid "Error" +#~ msgstr "Błąd" + +#~ msgid "Conexión correcta" +#~ msgstr "Połączenie ustanowione" + +#~ msgid "Error de conexión a DokuWiki" +#~ msgstr "Błąd połączenia z DokuWiki" + +#~ msgid "Faltan parámetros de syslog remoto" +#~ msgstr "Brakujące parametry zdalnego syslogu" + +#~ msgid "Syslog remoto deshabilitado" +#~ msgstr "Zdalny syslog wyłączony" + +#, fuzzy +#~ msgid "Error al guardar la configuración" +#~ msgstr "Błąd zapisu konfiguracji" + +#~ msgid "Faltan parámetros de DokuWiki" +#~ msgstr "Brakujące parametry DokuWiki" + +#~ msgid "DokuWiki habiltada" +#~ msgstr "DokuWiki włączona" + +#~ msgid "DokuWiki deshabilitada" +#~ msgstr "DokuWiki wyłączona" + +#~ msgid "Enlace creado" +#~ msgstr "Link utworzony" + +#~ msgid "Enlace actualizado" +#~ msgstr "Link zaktualizowany" + +#~ msgid "Enlace eliminado" +#~ msgstr "Link usunięty" + +#~ msgid "Plugin habilitado" +#~ msgstr "Plugin włączony" + +#~ msgid "Plugin deshabilitado" +#~ msgstr "Plugin wyłączony" + +#~ msgid "Plugin restablecido" +#~ msgstr "Resetuj plugin" + +#~ msgid "Favorito añadido" +#~ msgstr "Dodano do ulubionych" + +#~ msgid "Favorito eliminado" +#~ msgstr "Favorite deleted" + +#~ msgid "Importación de usuarios de LDAP realizada" +#~ msgstr "Zakończono import użytkowników LDAP" + +#, fuzzy +#~ msgid "Error al importar usuarios de LDAP" +#~ msgstr "Błąd podczas imortowania użytkowników LDAP" + +#~ msgid "Notificación leída" +#~ msgstr "Notification read" + +#~ msgid "Notificación eliminada" +#~ msgstr "Powiadomienie usunięto" + +#~ msgid "Solicitud enviada por correo" +#~ msgstr "Żądania wysłane mailem" + +#~ msgid "Solicitud no enviada por correo" +#~ msgstr "Żądanie mailem nie zostało wysłane" + +#~ msgid "Solicitud realizada" +#~ msgstr "Żądanie wykonane" + +#~ msgid "Detalles de Plugin" +#~ msgstr "Szczegóły pluginu" + +#, fuzzy +#~ msgid "Error al obtener la clave maestra del usuario" +#~ msgstr "Błąd przy pobieraniu głównego hasła" + +#~ msgid "Es necesaria su clave anterior" +#~ msgstr "Twoje poprzednie hasło jest potrzebne" + +#~ msgid "Servidor LDAP" +#~ msgstr "Serwer LDAP" + +#~ msgid "Buscar Categorías" +#~ msgstr "Szukaj kategorii" + +#~ msgid "Añadir Categoría" +#~ msgstr "Dodaj kategorię" + +#~ msgid "Buscar Clientes" +#~ msgstr "Szukaj klienta" + +#~ msgid "Añadir Cliente" +#~ msgstr "Dodaj klienta" + +#~ msgid "Observador no inicializado" +#~ msgstr "Obserwator nie został zainicjalizowany" + +#~ msgid "Es necesario un objeto" +#~ msgstr "Objekt jest wymagany" + +#, fuzzy +#~ msgid "Indicar la clave de la BBDD" +#~ msgstr "Podaj hasło bazy danych" + +#~ msgid "Clave del usuario administrador de la Base de Datos" +#~ msgstr "Hasło administratora bazy danych" + +#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" +#~ msgstr "Błąd przy nawiązywaniu połączenia MySQL użytkownikiem '%s'" + +#, fuzzy +#~ msgid "La BBDD no existe" +#~ msgstr "Baza danych nie istnieje" + +#~ msgid "Es necesario crearla y asignar los permisos necesarios" +#~ msgstr "Stwórz i nadaj odpowiednie uprawnienia" + +#~ msgid "La plantilla no contiene archivos" +#~ msgstr "Szablon nie zawiera plików" + +#~ msgid "Error al actualizar la configuración" +#~ msgstr "Błąd aktualizacji konfiguracji" + +#~ msgid "Usuario no indicado" +#~ msgstr "Brak ustawionego użytkownika" + +#~ msgid "Acción no indicada" +#~ msgstr "Brak ustwionej akcji" + +#~ msgid "Es necesario un nombre de etiqueta" +#~ msgstr "Nazwa tagu jest wymagana" + +#~ msgid "Respuesta XML-RPC inválida" +#~ msgstr "Nieprawidłowa odpowiedź XML-RPC" + +#~ msgid "Id de categoría no definido. No es posible importar cuenta." +#~ msgstr "Brak id kategorii. Brak możliwosci importu konta." + +#, fuzzy +#~ msgid "Id de cliente no definido. No es posible importar cuenta." +#~ msgstr "Brak id klienta. Nie można zaimportować konta." + +#~ msgid "Clave de encriptación no indicada" +#~ msgstr "Brak hasła szyfrowania" + +#~ msgid "Extensión '%s' no cargada" +#~ msgstr "Rozszerzenie '%s' nie jest załadowane" + +#~ msgid "Categoría duplicada" +#~ msgstr "Zduplikowana kategoria" + +#~ msgid "Categoría no encontrada" +#~ msgstr "Kategorii nie znaleziono" + +#, fuzzy +#~ msgid "Error al crear el campo personalizado" +#~ msgstr "Błąd przy tworzeniu własnego pola" + +#, fuzzy +#~ msgid "Error al eliminar el campo personalizado" +#~ msgstr "Błąd przy usuwaniu własnego pola" + +#, fuzzy +#~ msgid "Error al actualizar el campo personalizado" +#~ msgstr "Błąd przy aktualizacji własnego pola" + +#~ msgid "Campo personalizado no encontrado" +#~ msgstr "Nie znaleziono własnego pola" + +#~ msgid "No se encontraron campos personalizados" +#~ msgstr "Nie znaleziono własnych pól" + +#, fuzzy +#~ msgid "No hay datos de campos personalizados" +#~ msgstr "Brak danych z własnych pól" + +#, fuzzy +#~ msgid "Error al migrar campos personalizados" +#~ msgstr "Błąd migracji własnych pól" + +#~ msgid "Archivo subido" +#~ msgstr "Upload pliku" + +#~ msgid "Grupo en uso" +#~ msgstr "Grupa w użyciu" + +#~ msgid "Actualizar Grupo" +#~ msgstr "Aktualizacja grupy" + +#~ msgid "Error al asignar los usuarios al grupo" +#~ msgstr "Błąd przypisywania użytkowników do grupy" + +#, fuzzy +#~ msgid "Error al crear la notificación" +#~ msgstr "Błąd przy dodawaniu powiadomień" + +#, fuzzy +#~ msgid "Error al eliminar la notificación" +#~ msgstr "Błąd przy usuwaniu powiadomień" + +#, fuzzy +#~ msgid "Error al modificar la notificación" +#~ msgstr "Błąd aktualizacji powiadomień" + +#~ msgid "Error al obtener la notificación" +#~ msgstr "Błąd pobierania powiadomień" + +#, fuzzy +#~ msgid "Error al obtener las notificaciones" +#~ msgstr "Błąd pobierania powiadomień" + +#, fuzzy +#~ msgid "Error al crear el plugin" +#~ msgstr "Błąd przy dodawaniu pluginu" + +#, fuzzy +#~ msgid "Error al eliminar el plugin" +#~ msgstr "Błąd przy usuwaniu pluginu" + +#, fuzzy +#~ msgid "Error al actualizar el plugin" +#~ msgstr "Błąd aktualizacji pluginu" + +#~ msgid "Habilitado" +#~ msgstr "Włączone" + +#, fuzzy +#~ msgid "Error al crear perfil" +#~ msgstr "Błąd tworzenia profilu" + +#~ msgid "Perfil en uso" +#~ msgstr "Profil w użyciu" + +#, fuzzy +#~ msgid "Error al eliminar perfil" +#~ msgstr "Błąd usuwania profilu" + +#, fuzzy +#~ msgid "Error al modificar perfil" +#~ msgstr "Błąd modyfikacji profilu" + +#~ msgid "Enlace visualizado" +#~ msgstr "Link wyświetlony" + +#, fuzzy +#~ msgid "Error al actualizar enlace" +#~ msgstr "Błąd przy aktualizacji linku" + +#~ msgid "Enlace ya creado" +#~ msgstr "Link już istnieje" + +#, fuzzy +#~ msgid "Error al crear enlace" +#~ msgstr "Błąd przy tworzeniu linku" + +#, fuzzy +#~ msgid "Error al eliminar enlace" +#~ msgstr "Błąd przy usuwaniu linku" + +#~ msgid "Error al renovar enlace" +#~ msgstr "Błąd przy odświeżaniu linku" + +#~ msgid "Actualizar Enlace" +#~ msgstr "Aktualizuj link" + +#, fuzzy +#~ msgid "Error al obtener enlace" +#~ msgstr "Błąd pobierania linku" + +#~ msgid "ON" +#~ msgstr "Wł." + +#~ msgid "OFF" +#~ msgstr "Wył." + +#~ msgid "Etiqueta duplicada" +#~ msgstr "Zduplikowany tag" + +#, fuzzy +#~ msgid "Error al crear etiqueta" +#~ msgstr "Błąd przy tworzeniu tagu" + +#, fuzzy +#~ msgid "Error al eliminar etiqueta" +#~ msgstr "Błąd przy usuwaniu tagu" + +#, fuzzy +#~ msgid "Error al actualizar etiqueta" +#~ msgstr "Błąd przy aktualizacji tagu" + +#, fuzzy +#~ msgid "Error al obtener etiqueta" +#~ msgstr "Błąd pobierania tagu" + +#~ msgid "Login/email de usuario duplicados" +#~ msgstr "Email/login istnieje" + +#, fuzzy +#~ msgid "Error al obtener los datos del usuario" +#~ msgstr "Błąd pobierania danych użytkownika" + +#, fuzzy +#~ msgid "No se encontraron objetos para sincronizar" +#~ msgstr "Brak elementów do synchronizacji" + +#~ msgid "Sincronización finalizada" +#~ msgstr "Synchronizacja zakończona" + +#, fuzzy +#~ msgid "Error al migrar cuenta de usuario" +#~ msgstr "Błąd przy migracji konta użytkownika" + +#, fuzzy +#~ msgid "Error al obtener grupo de usuarios" +#~ msgstr "Błąd pobierania grup użytkowników" + +#, fuzzy +#~ msgid "Error en comprobación de hash" +#~ msgstr "Błąd przy sprawdzaniu hasha" + +#, fuzzy +#~ msgid "Hash inválido o expirado" +#~ msgstr "Zły lub wygasły hash" + +#~ msgid "Error al generar el hash de recuperación" +#~ msgstr "Błąd podczas generowania hasha odzyskiwania" + +#~ msgid "Actualizando preferencias" +#~ msgstr "Aktualizacja ustawień" + +#~ msgid "No es posible leer/escribir el archivo: %s" +#~ msgstr "Błąd odczytu/zapisu pliku: %s" + +#, fuzzy +#~ msgid "No hay elementos para guardar" +#~ msgstr "Brak elementów do zapisania" + +#~ msgid "Socket no inicializado" +#~ msgstr "Gniazdo niezainicjalizowane" + +#, fuzzy +#~ msgid "Error al enviar datos" +#~ msgstr "Błąd podczas wysyłania danych" + +#~ msgid "Respuesta" +#~ msgstr "Odpowiedź" + +#~ msgid "Ver Detalles" +#~ msgstr "Pokaż szczegóły" + +#~ msgid "Copiar" +#~ msgstr "Kopiuj" + +#~ msgid "Restaurar" +#~ msgstr "Przywróć" + +#~ msgid "Descargar" +#~ msgstr "Pobierz" + +#~ msgid "Crítico" +#~ msgstr "Krytyczne" + +#~ msgid "Accesos" +#~ msgstr "Dostęp" + +#~ msgid "Cuentas Vinculadas" +#~ msgstr "Podlinkowane konta" + +#~ msgid "Agente" +#~ msgstr "Agent" + +#~ msgid "Crear Usuario" +#~ msgstr "Dodaj użytkownika" + +#~ msgid "Actualizar Usuario" +#~ msgstr "Update User" + +#~ msgid "Actualizar Clave Usuario" +#~ msgstr "Zmień hasło użytkownika" + +#~ msgid "Crear Grupo" +#~ msgstr "Add Group" + +#~ msgid "Crear Perfil" +#~ msgstr "Add Profile" + +#~ msgid "Actualizar Perfil" +#~ msgstr "Aktualizuj profil" + +#, fuzzy +#~ msgid "Crear Cliente" +#~ msgstr "Dodaj klienta" + +#~ msgid "Crear Categoría" +#~ msgstr "Dodaj kategorię" + +#~ msgid "Actualizar Categoría" +#~ msgstr "Aktualizuj kategorię" + +#~ msgid "Crear Autorización" +#~ msgstr "Dodaj autoryzację" + +#~ msgid "Crear Campo" +#~ msgstr "Dodaj pole" + +#~ msgid "Actualizar Campo" +#~ msgstr "Aktualizuj pole" + +#, fuzzy +#~ msgid "Crear Enlace" +#~ msgstr "Dodaj link" + +#~ msgid "Crear Etiqueta" +#~ msgstr "Dodaj tag" + +#~ msgid "Actualizar Etiqueta" +#~ msgstr "Aktualizuj tag" + +#~ msgid "Actualizar Plugin" +#~ msgstr "Aktualizuj plugin" + +#~ msgid "Crear Cuenta" +#~ msgstr "Dodaj konto" + +#~ msgid "Usuarios importados" +#~ msgstr "Imported users" + +#~ msgid "Acceso denegado" +#~ msgstr "Odmowa dostępu" + +#~ msgid "Error al añadir las etiquetas de la cuenta" +#~ msgstr "Error while adding the account's tags" + +#~ msgid "Grupos eliminados" +#~ msgstr "Groups deleted" + +#~ msgid "Perfiles eliminados" +#~ msgstr "Profiles deleted" + +#~ msgid "Clientes eliminados" +#~ msgstr "Clients deleted" + +#~ msgid "Categorías eliminadas" +#~ msgstr "Categories deleted" + +#~ msgid "Autorizaciones eliminadas" +#~ msgstr "Authorizations deleted" + +#~ msgid "Campos eliminados" +#~ msgstr "Fields deleted" + +#~ msgid "Enlaces eliminados" +#~ msgstr "Links deleted" + +#~ msgid "Etiquetas eliminadas" +#~ msgstr "Tags deleted" + +#~ msgid "Archivos eliminados" +#~ msgstr "Files deleted" + +#~ msgid "Cuentas eliminadas" +#~ msgstr "Accounts removed" + +#~ msgid "Notificación creada" +#~ msgstr "Notification created" + +#~ msgid "Notificaciones eliminadas" +#~ msgstr "Notifications deleted" + +#~ msgid "Usando clave temporal" +#~ msgstr "Using temporary password" + +#~ msgid "Clave temporal caducada" +#~ msgstr "Temporary password expired" + +#~ msgid "Sesión" +#~ msgstr "Session" + +#~ msgid "Error al comprobar la base de datos" +#~ msgstr "Error while checking the database" + +#~ msgid "Intente de nuevo la instalación" +#~ msgstr "Please, try the installation again" + +#~ msgid "Es necesario un componente" +#~ msgstr "A component is needed" + +#~ msgid "Es necesario un tipo" +#~ msgstr "Typ jest wymagany" + +#~ msgid "Es necesario un destinatario" +#~ msgstr "A target is needed" + +#~ msgid "Error procesando línea" +#~ msgstr "Error while processing line" + +#~ msgid "Cuentas importadas" +#~ msgstr "Accounts imported" + +#~ msgid "Archivo no encontrado" +#~ msgstr "Brak pliku" + +#~ msgid "Grupo no encontrado" +#~ msgstr "Brak grupy" + +#~ msgid "Notificación no encontrada" +#~ msgstr "Notification not found" + +#~ msgid "Plugin no encontrado" +#~ msgstr "Brak pluginu" + +#~ msgid "Perfil no encontrado" +#~ msgstr "Brak profilu" + +#~ msgid "Enlace no encontrado" +#~ msgstr "Brak linku" + +#~ msgid "Etiqueta no encontrada" +#~ msgstr "Brak tagu" + +#~ msgid "Usuario no encontrado" +#~ msgstr "Brak użytkownika" + +#~ msgid "Consulta en blanco" +#~ msgstr "Puste zapytanie" + +#~ msgid "No es posible iniciar una transacción" +#~ msgstr "Unable to start a transaction" + +#~ msgid "No es posible finalizar una transacción" +#~ msgstr "Unable to finish a transaction" + +#~ msgid "Cuenta no encontrada" +#~ msgstr "Account not found" + +#~ msgid "Hash de clave maestra actualizado" +#~ msgstr "Zaktualizowano hash głównego hasła" + +#~ msgid "Error al actualizar el hash de la clave maestra" +#~ msgstr "Błąd podczas aktualizacji hasha głównego hasła" + +#~ msgid "Usuarios eliminados" +#~ msgstr "Usunięto użytkownika" + +#~ msgid "Notificación actualizada" +#~ msgstr "Notification updated" + +#~ msgid "Restricción de integridad" +#~ msgstr "Ograniczenie spójności" + +#~ msgid "Clave de encriptación incorrecta" +#~ msgstr "Złe hasło" + +#~ msgid "Código de seguridad incorrecto" +#~ msgstr "Wrong security code" + +#~ msgid "Es necesario confirmar la actualización" +#~ msgstr "The updating need to be confirmed" + +#~ msgid "En 5 segundos será redirigido al login" +#~ msgstr "You will be redirected to log in within 5 seconds" + +#~ msgid "Error al aplicar la actualización de la aplicación" +#~ msgstr "Error while applying the application update" + +#~ msgid "Intentos excedidos" +#~ msgstr "Attempts exceeded" + +#~ msgid "Token no encontrado" +#~ msgstr "Token not found" + +#~ msgid "Error al crear track" +#~ msgstr "Error while creating track" + +#~ msgid "Error al eliminar track" +#~ msgstr "Error while removing the track" + +#~ msgid "Error al actualizar track" +#~ msgstr "Error while updating the track" + +#~ msgid "Error al obtener track" +#~ msgstr "Error while retrieving the track" + +#~ msgid "Error al obtener tracks" +#~ msgstr "Error while retrieving the tracks" + +#~ msgid "Actualizando IDs de cuentas" +#~ msgstr "Updating accounts ID" + +#~ msgid "Actualizando IDs de categorías" +#~ msgstr "Updating categories ID" + +#~ msgid "Actualizando IDs de clientes" +#~ msgstr "Updating Clients ID" + +#~ msgid "Actualizando IDs de grupos" +#~ msgstr "Updating groups ID" + +#~ msgid "Actualizando IDs de perfil" +#~ msgstr "Updating profiles ID" + +#~ msgid "Actualizando IDs de usuarios" +#~ msgstr "Updating users ID" + +#~ 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 "No es posible inicializar" +#~ msgstr "Unable to initialize" + +#~ 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 "Error al eliminar archivos" +#~ msgstr "Error while deleting the files" + +#~ 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 "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 "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 the 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 "Ver Permiso" +#~ msgstr "View Permission" + +#~ msgid "Nuevo Permiso" +#~ msgstr "New Permission" + +#~ msgid "Editar Permiso" +#~ msgstr "Edit Permission" + +#~ 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 "Buscar Permiso" +#~ msgstr "Search for Permission" + +#~ msgid "Eliminar Permiso" +#~ msgstr "Delete Permission" + +#~ 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 "" +#~ "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." + +#~ msgid "Gestión Permisos" +#~ msgstr "Permissions Management" + +#~ msgid "La clave no cumple los carácteres requeridos" +#~ msgstr "Password does not contain the required characters" + +#~ msgid "Es necesario que la clave contenga letras" +#~ msgstr "Password needs to contain letters" + +#~ msgid "Es necesario que la clave contenga minúsculas" +#~ msgstr "Password needs to contain lower case letters" + +#~ msgid "Es necesario que la clave contenga mayúsculas" +#~ msgstr "Password needs to contain upper case letters" + +#~ msgid "Es necesario que la clave contenga números" +#~ msgstr "Password needs to contain numbers" + +#~ msgid "Es necesario que la clave contenga símbolos" +#~ msgstr "Password needs to contain symbols" + +#~ msgid "Error al desconectar del servidor de LDAP" +#~ msgstr "Error while disconnecting from LDAP server" + +#~ msgid "Valor no encontrada" +#~ msgstr "Value not found" + +#~ msgid "Error al eliminar los valores" +#~ msgstr "Error while deleting the values" + +#~ msgid "Dirección IP no establecida" +#~ msgstr "IP address not set" + +#~ msgid "Valores eliminados" +#~ msgstr "Values deleted" + +#~ msgid "Valor eliminado" +#~ msgstr "Value deleted" + +#~ msgid "Valor creado" +#~ msgstr "Value created" + +#~ msgid "Valor actualizado" +#~ msgstr "Value updated" + +#~ msgid "Tipo de valor no definido o incorrecto" +#~ msgstr "Value type not set or incorrect" + +#~ msgid "Expresión regular inválida" +#~ msgstr "Invalid regular expression" + +#~ msgid "Error al vaciar tracks" +#~ msgstr "Error while clearing tracks out" + +#~ msgid "Track desbloqueado" +#~ msgstr "Track unlocked" + +#~ msgid "Tracks limpiados" +#~ msgstr "Tracks cleared out" diff --git a/app/locales/po_PO/LC_MESSAGES/messages.mo b/app/locales/po_PO/LC_MESSAGES/messages.mo deleted file mode 100644 index 3533408589cc3b047dac5f51e2a73d2c232391bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 76606 zcmbT92b@&Z+5ZOx3yN5#`sqZKc|Ec6V5Y-JMxyc3F1qM69v*lGu%! z*p0>>U9cv0O+=%{me@-)_W1w)&UwzAJIk8)egE^}^1bIdy+7yNbML;se$Vq${5I*C zN^JpOi&Ck!Ua8b&m6E1Xi|3_MlVLkt2X?~M;q!1)xB~WtU&0Mw&;7mqCdLS^hkOu} z{aBMvhwEdW3)h8NlXt)=n3upk;nPs@_Bp`2-vVxlc^KRXPJ_F_I=CIY00uDVD{@DM|`4WEPxZ}UUF`yo)}wi{IXra;-xgi2?vnX^#gcR=O)6sU5$%y<{$ z#lJgLyV(~iy|qyJEJCGcsmafQ+hD#5svRwZa<>Ai-FyVqufBrnzo}YpzcEyP2OIZ< zif1e2Irgge<-Z!RQ;R_H-k4q<$pO;xxWPE z{ynJr`4*0c8)tob4u;BaJ(Rm+;a>0@sQP;zt_I(PYH$C5Tfi^Pe!Yc09a}@WtAMKK zolU+kR5}iTtHXs*0}a>ibow^nVQ3f?q-T@6qVp z^@B1GHtr6U&lzT43)PMnL&bj)oC0rvQ{h)|7dWoT*Z+~wr2{IQM`2I60qfLp=eLxuMuRD6Gj3g;WBdReR4yI&v5-9V^(>}2MBp#05(>%fIj z>1~I7;Ym>bE`*Br8neF#%Kc+d{$Dov$58Qp50$S~j_~EU7F0QH2#3N^P~oMa#+OA< z^>z_dcz=L9z-QnA@H;pV&Mx@z<|sG-^L0?={uESw{SzwQFW|cHd#Lc%F8cIt3suh} zq3riD^E{~hHo*1Zk;c=Z@_9K_I5$JNTW;o;pu+hG%HNN01nk@5$EQjt`9!Gn9{@Fe z91nMemqC@s%TVRsv(>v_9}dPm04l!eQ1*wy^} zc*E>JhbpI@i+p|cfvV?zQ1NU7)o+GDjk8C>Veohu!Q0?=@Oh~5^&7YoT))ka{}Z9) zIk+P{8LGbSgqlZQG5!Fz#k}=m-*2j*+QGqa6gJa2`{-&;`S_ch!YuHWvrhw!oc^PNnvTH$bI#m1Agwa7RedrHYWQk@^UZgohnVUBPpp%DcyLetj|u zsy`RtIM@!=4(^AO;YV;+IQn>>u4btAx)iFNo^QM!Dj)Yj_0#8}^6?r}_@6_S`!`VG zr!MmCqYc@qP_Ah3ovn*V7=l73K+0 z?(3k+@mMoo3b)047gWDl0hOPRp!&m4Q0eJ)f{%B7sC;h;H-tms2C&NH^Pt9&dgCIf zaF;@r$AxCT5^jR|4ybVc1QqXFQ1N{Qm7i6Xrc!&rO`*zdp7Ag!`+BJS9|KiC7eMv* zXQ9gd6{!4v0#y#ZPxSJ^Q0dweDnHd`KHOM<@_zzU{w{_}=S?Q>g#9u96)N2C;Wluy zlYDx1hw?ug%74~)G*mceL*@53Q10$EJ_A?7{0{5|KZHu(=TPbGak4L;4WQ(anTJEg zvj>#B{h-3Bg^FjP$&ZF3FrNumhY!OF_yp8A{0&rk`kz7=a17iHo&pbm%i(0W^{L*R zg@h)!)_VF=PIj{Ch zKW+?$%HL$z6CMOr?uWw&E`g)q)o={_3tSWSJ>92oQ@9G|0mgxFZOl7BrDqIOdMCl% zVJ++fuYgMD%~0*^QK<4yo#D%QU8wwS40nJdpxhq}*MKch;U8^01Iqp7a2EQ0eJ?mM^aj zpv*f#wUa%d@?QUc_thVJK-?+rI`nu?d5Zz%KJp9dU+5kyiTZeybRZa@4^A_ zYp8g(ILGUMW1!+|f`j4NumRo&w}1oB_4Pa+Ql+W+@DlhhI3AvH9%~->0#rNdcfNPO z15|udq3Y!bsB*jv&Vp~knQ*5Ie0iJ%RZiDK)z2T{G`Iq)TnAm~`^_-8KISn{`P~;P zpEIEP?V(WltAmR7Shy~{5vsl32UYHWgOlKU#$gxv{z7H1o4?3g*|L`oRtqw#um< z%Kg1i;XMxJ?fD@K$YWJP~~_z zR6egY-U`+3?}KZ>6;STqg9`5}I2L{bhrm&n`EU=16`0R}5qtoSg0I5~aQ$C-y>)-M zJLcoyMsf$YhcCk6@OwB24*9ijS9753JD}?MN~n1MWb$ue26J?|PxpyX>An^YgttMJ z<10}0{2o;N-<$m|SNL)Ba47dj!JXhWa7*}#nZJgLcgU5V2SAnQiBSFZPN??#4pjU2 z5Xyhgt9-ip!_6>PLbaQN;TEt7ZVFF@ivJp@`u!7BeZB+b?>pm$S9|}%q5M}uwYNh} zegsr|SzUm$N^c-L;LY3R;Q0cnL%=a3fftw?L z2dbT=uJz+=Z>W53W#(Z}O-$`&)cr{!F{swA%xDjpu?|{nRV^HaM1FGCVgmSmqZ+yA- zg({zIpzCk2Kj!_Q%C`k7ywjlS<#MRQ!CtV(^*(*8!&5P@1t-7@ z;7s@$oDYZH;K%U`U?b*xq5AK@8-4mm8ux_?zXmEDS*UV73aVaCHS?uV>AL~S-Gguq z_#9L|R+#w{cn0RLVQ+ZiZ+(5A4HeI&P~lt!)&A}_^Ak|vybf1~UqHqG9XuYc^*i5x zPKP^UegLiw--jyae?!&Fx;HWQ!$DB(Xff3IeF0Rs*TFvUW~hE~KUBTE0@s2+K$Y_v zH~aLg1LeQJaU@i~9S4=4gP`KCfeQa9sC1tIRqy9R<@2|&4}1VlhEGA2--fsN@VA27 zW3GS^oCB4gMNsYK3^QK~RZb5;wb$p&{$scf=AO6u^49WLb+cIRUfB9mBYDE^>s5G3h#$1-w&Yb`CF)Pd;H$BAC$X+uo2FI zqv0cP4Ez?V9!A{d%VQ5%iTM<$aG!$x;0mbtKZRp~__pR6eG_F|ZvDhPT1t@KvaCS^FN} zzBYpzFGs`u;aIpkJQu1xJPTD`|AuNu|AA_kTixsPITjAYJO?WMM?>Z7a;SXX096jZ zH}ic^<@Fd;dS8Yrmk*%EgYV!*aP|AVKDZTBIcy6zgL^}b3kN}k+YZ(LkA({FDyVjF z7gV|*GV^0_L(I<_--F7}4^ZK5alemu3{<Tfr4j>HXHs zYy8otZy;2CkAte0=}_e{8>*c4hqAAQN`D?Ioa3R&^(-j+OQ76e2h|>KgDT$#;l}VK zDEp70()$gR|Fs|X?Rq1q@CQJ-8*QwF3V$k8``8~U+%!};i_QE?D0f#w#dix-IXnhc z4=dm(_!U$*gCFt!M?#hBK2YUUXYyabbunKE)gG^hns;u6o4~uF`s1^(Cwv_$zPF*u z=igA}*sIgWvnG^$OQ?1@1iJczYCrSLzTUXVxD-CtgZTkY!rj5keK^-bmGhlY`F$8F zoL9{JK2*AUJnHLpO{n<#8V5j?^R7_-#zW;DxVua;r$PSO6M+6?j}N|<3M90RJ%F`ZUaw+ zD(~Mx#k&m3-wKm|40~bj^`z%oa7WDRL8WUCsP=LQl>Zv2d@eTgnNaQeTG$)j0~PNw zDF5$4)%$8s`S3S@O5dhX^|BqD2uDGc&ymK{pz?VsTpivB70&HY>3s;w|8gjIFF@t% zEvWQ;1-FH3|H=24;V{BH9V(nWl>4Kg!aEbHKF){A$89FRAFBKxfr{@1sQCU4Rj!}G zwcr|m_Vv&YZjX6;DEnz9&p?IK23Lb8!?od=Q2sA7`|FMOK*jT<@f9fd|1^FD4S1A4A|eaBrx1XTU!2a47p6+yyRy8fWfkO_csf!iMbA{{&U6? z;3}9efokW!f~&&2pz?PwRD2IZ*RIX{0o(%lH&Fd*!)JXt?Ep2djf3mJ!;N{U@Q#5> z$5N>FbtY8*xDBelpMnbaEvWST1m%8{=X^c)hYDwBsQ$9MaXRda`EV%z&2U|Ky2*bH z)lP1Pisxat9{ejD2tR--m-V0b zU(=!TH5aNsEP#Vx4l2DDLY3#Wa1D41RCs@YyThlU^0(GYqz!Hc<^Lc!3Z4L!zCS?K z&tIVW*=KNl_&t>Vxz5YpeiW2^DpWZh22~DuI2xX9=EtGR;RC4n`~1bnzXeo#Is~d5 zj)cm`5~%pkg6c0fK$X{BQ0|_C8^XWBjo>G61K8`YzFaniO4rs<=^qJIUwc4>KOL%G z4~Fu;0IJ-MHJ)Pj=R$>ZIh4EGVFaIma{mETJ$wn3ukWDR`L4|h|+!CGvH;2E2o5IK8VE7i?6R!P+Z+}yu`d1B9d7J>1{@bD2 z%ac&;=S8UaS3tF&cg_3_R6Vcyrq5SDsD9fY%Kb>FaQ1*IkBLzEnhTZRS~Isng>wQ_ z_~%2pzaB>LZm4wp70Ui~I0AkSH-p>$-S_`J;ZB&3g({~zq0;k5sPcLiD%|&>((w&c zI(oh3<(nD@L8X5TRJo3Wigz|tI_jaqZGx)LqfLGqR69T0R6AH<<~82)=^6+X?j)#q7DCn6sZjndHS@i23(QYJwZDHt zl}FEi`1G$0Ro@R{5@;jmW`AfzRpz8N0vtRFh-~LC!gOKkFo8WbD4(#`VPwzsge)LP2fltAM z;fN3YbFwqwT+GYhFu3_get&BUTn+Ova4)zNZV#8kN$?}M8{GM0Up_~`-k48-D(^F4 zA9w{^6W$Da!au;Z;R7ar()c1&{l5-ZhpT?#-K_=J!n}!@2SC;12si{*oBU{~^qmS- z@3%qCThBq2<3Hhc@JFcn*!ELjew9$}4uGo9W+-G=y(KHi3E zAD=#Cpm@V10~G4BNBe?061=a{(`s=Qj@I`CL1|7SpjcRf@*_d&(;7*zURgoEG* zQ0272=boEGwc~A}#>Ks$+T%PZ{{^V_b}Ur>FM?{fcbWW2sB(B4D&OCkx$hS~-0h*{ zAx7N9o`9h z!TX@f>tU$ypM@%yPoU!I`K2%SEuqSHsF`+$w9?)J{$!vgKA&T zn*2vN0dvoEf=b-Za9#sGN0uFrno`g8gCYd!PPo;d&T%fSbbIq4GNy?f~<~OQ6QBp#1FyRsYpc`8dSPMW}Qi2i0EAfodPuLDkcp zQ1L8-O2lM7^rX`g{uE|pvw7ssP?>G?;fswkA*v8o(q-V zB~bae9#+67jo(7G%Ry`PaQ(0Xs((y^5v()wQmA%&B~*MjLB-z*)qht&wUaNQ+HcRb zeLDL>*$;)1PlQUxOsM>|K!v-+%x4%cgDQs`q4NJ6RQ}$9nn(Kd@$G6usBi{DrE3gS zy-zdNKv!Q-?eI*fc78Qf`hO4Ap8f_zD z)1dNkxXIg~+SzeX;a?BcKW>J~_kB?1@n@)Z^e$AqtFG(A+ZZaHJD7PlD0kDL+EF7^ zd7T55o{ORS>#t!eybA6HH(9TTJLfnXW-wm|)j!r=-}jpxq4H6HivLKcdF4!~@UMr8 z_ZFz~`m@=;4VAthpz_sc18?38s$J}8=21}j9}iE1`$E;z%f>gM;`soo96yIDpPv1E zxEn#WgKeS09SN1rv9J+NhlAmLQ0?+vsCr*#L*M^5g(~OWp~_=6R6J)v^^>ci@_z?Z zy!XRh;nQ$?xW-04{$Wu0*b~a#c&Pl(HP%D*ufb+t z^7jGU1AYsY&oLYOde{qU{@5SNT@fljOQ6c(5~y}}GgSRAhYI%zsCK&o%HMZT<+A1` zzMc1j%Fk%1`r94KelnE%*--v#q1wYQpxj>um7lAi=FJ3J0@9iKww<6m$f z{2r=ZZo8>>cQKre`6f6TuCiH=R1Mq}DxAyUcz7$UfL}qyJ79BPZ#zPzb2q4R-q+-Z zK#fC9P~*UnQ29H_mP~k6x z%5NJ~Js%4d&)IM!yaHz63$POIx~2DjBviTI0;j=yq1xXXTlsv9gDQ_|sCG~Xm7Zgv z=7$rZ{9gr?@0+0d*L_g!Y&lfEUN!k=CjSnqU$48h52pgE{q74@?{#o{cmh=U{uW9< zdl2pnKYA4@Od|!iVhwm6afQt7ssB-!dD!ldjd-DLOe!dG-`AmXJ*IXFE1EJzM5~@94 z0u}zytjr5XJ@E>I1|c$t(l8ZHH&9 z`d@&`_nT1d>szRBdJXXD=?^6z1l9j{f=b_1sC?z1^tz*<+Rx=s<@pL!I=+PR-)lRc z&h?<`X&_YjRzkIhG<5CP%xA*^$Zvsi|03KDegc)>e%t$acYq3K8dQFopz_@T)t^p< z>JL|%`Bqqq`7x+`?l{nw<0Po`9t_pKo1n`56sUH64pjTU3@YDOL*?r>sB(D#D!iA> z{tKvbNDcDo+8nCf2SLeqgG%>YsBjiRIWnT#u&I~gzfGUqgCO;i2pVz^m@DZr|eFo+KYbf`DFh=~pzq2Q#?a9J^-j|B2m9uD6k`!2El2*N&N~$LS98KN#~Y{OETj z@^wku{${=r_Aq}NbN?A`PT|TU>xH{M_^si(8oTwlreSw0*F^618-d+P+z;aZeXcjS z--l~o?oY%{zlRBHXP9v&|6h~Y$@DAkU*@Xj{v`N=g*^rH*>aHhWwHAXH;)nKI;2nS z>RU^H0eK78K(6rng@q;aOWZebF%6|EU@KgXoNkm_7e9Y8w=M7)WT=1c_bdKi9oe_I z*@gQt$UjmXW`8HQzpywT!rhhJe~O*P!ow}hGcd2gH9_96f0*k!`5_NK0sVSne?7AI zxvuo0)FS+EZ(&IE8gBG^1lf*UPviD#g=4=X;m&3r0$(-v4{<*b_Xl!agPWejn?tr8 z=I?QH0J6DU|K@%zWUHD#^^eh*HP7m|D);&g^GNN3yWb&u0`pw%FS59+k$r7p{NDUb zG`l@8tN*QL@>h`WgZWV0_d)iUxl@MtY;X2Li^;@!{1`A`CJ3c{$1>LH9vBH4%b%L z9fxc$-2Dgh4qPvCU(59rcI$IhAUlC;1os=7e^ieY>X)0RuuAQOopc2KuJcG;2zSTL zwlL3iXd>>-xjzXz=_!Xn{b~r~S+3uixz>wQha&sl{O-*CAG!9&JR9CnXl|!+uiyQ+xrggXu3gNo0lQI(5Az(j0at$u>s@4hXtTr3t-`ngd;R7k z`x5Sr+ref()coy)o4;cB5u9M|&%kaP*G^ockzHkeJ~8`S&Ad1M7U59n{ImHnjC+=Bb$?;G1(h}~^wJ`DTMWVX0AH6D%Z z2<+<3-7hS>5X?Bt7ns{+@E=&bZsruE>fG-T+%;Pou7Mw7&T!4c&EGMvXLdty{cmJT zxW2%?)BG3B-i+)+hdb&NclzCoY(K6axW5Y7VccH|FTwmc{_lcs!6%UQvxGHbeh+#0 z?SkD=$a-4%9o)}0%L&MqVg4NRSlsOotD%15JyNG&{{r_Ha~;k7QTREIYb(rJ4}6FF zznGshvDfcUW^TvbBFw*q`pw4v80?0@`{2jOMw#7e+`obBC9at!+nD=VT>Z>^GxslW z>9;z(gm8MnS0%8xn|04`O^?)pa6jyRgokkr!~KnzdlTlTT+_I=;5r!DTnl3%Za(FH zO|EaaABewIpniA4`;f1|Pdnx&xB~MX$j8I$k+CF9{R^^HnA#WFZ{WL_^&86lW%xPE z8{PlUW7h8y>~QXWy}1v+G&h@Kv8%~`;QoH@S;C}F!fqRL_!i*|$8Kv2WOvLvaD5j7 zGVW{fU4#E;kc~C>y=g;ha&3rQKYbG}`8yVWYvcAMuJy3H9(P+K+Xmi?OzXTF^E(px z@yPy&`FrG-aeoF!u5*#SiR?5k{R-HE(-kHz?33pw)4_J!*_FO-5ZOx_MB={a-4Cj6{ z{1svUmiy%=*2=wGr}dG53W}a=n55%b3@I`t8cK1oLN@x3w^|?tGZ*PsnbD zraQ&9+738lVOLO0kOTTY%7g-obBAdf?Ic`qp`WyC7aczL?UfdkS{ba5a zxqk@zYmv8MzT5ntVSE$$57>uae{S}|?h6x)!+sq1`@mFb>Duiv0^_ zz5+Y_X227Wt--Yo_ZxHFz;zGijR^Y)+-$`4Ip)*l!G3oepC;U2aQ`uW?!e7^T))A5 zIeY{D$=vnD{vTZWy$YYk{xR-Haep>pEQOP}c62Uqi);Yq^D!UE{U30zUp=xBnDy&H z`daM%QRMnv4*!YUZ@Ir6p2hVpZu)SYfh-3V)DiGG-SE4e`%}5*abE{NfJ3l57XB0S za_)c6{f%5(5&pr*_T|#=7_Jw&evA1YuBn!esmMOG@VQOhWcN+nf6x7WT<@6MXXU_t z=O9}fyOV(VJ&XLZ!O$Bz_q3Mxr_U(-7hwNZ0>)F zr|T1bKf(TAm>)p?1^1tEe+t(Qgi&YiPKW1W*OxjNiMvxR;;-Rt$Pb5m;^uh#Ea84L zu12owFn7Q<+`JB-#axfO2f6gC;`+euUp6`m{(BKW;Wv}}qcCLgzb*IAbFEKW)`7p| zszCl4_7@Yz>)fA@OuwJFKY{B+F8wYtZioEt^g$;ASD5#q~aRyTc7h-*D_lVfSmyCv)AveP3h;a)sZoxjzQG)423o z#WiKX%)h+cDhh_a%0FnEeeV`w;ns_}hZ(3hvvG z{}nf5xIY=b$#sdjJ%Ic3aJLtB3*f)GF2wEuxFdG@&FB6bf15fBS)JW4LH;#Y*WZ=+ zpN_k)xE6B%ON;Aq%7L}_X+0n5M0gm zAHw*YYh7eBFn<9j!jF+Pas7q+@LP*8@8-JQ!j}9YuIXI2;#R-^V3#2b_v@d_H`Np} zht*{ct8LBXTGIV@>tEZLhpxh1W*Te6GN-baIM$dY?TzVZQKnFIq1I)h>Pgj6bGnd@j%amu>E=da@qx~7&DCb} zxlB}>FDSrtlM3#C5msw4U5JY9#p-mi7!k?*e4!~F6*Kj%1!YM|%69ljx)`HqI~7OL zg#xH7rK%g-apT61??y~c$EAxI`5&Kdp?V4#7jIpGGw_LFesYR;0FtIJ1| z$GcpXno}YRNqgV$e#X*OVE1c-akth#iZ{caMwAYELb_F3z)+7!y5t|^-wOb}83GLcF%3Nh~QB#^hAeU`YF;l&T+6CD~F{Ayb zO^q0=iuvYzLG3Fzh%$|M$t5NA47GJhLDq)7k|#oOtzncc@9eRC(OCu~jotezM(MhRt>i2riIXl_AzftfB|A~tVoFC@8alZxL}?AL z9r+w08?B>!w16q2Kow_e8z>j1BRQJin5kWmW>6_+>vQ;YlR{CkwiL28bg^h^-nE}# zobF~aS$AHEt5)iuB|ATi)e_{%y#A*-G)B$V{Nm2aIPSbz-<2_{te)(>xbEykA+PDA zW6ep4_L1--n_9+5O-pf962{@ADybZ5RR6nSGH$}{t@5S+qp@S7eJb}8surYk^_j+e zz1b))wSFM!ye(aqC6AtEqe&3?5jHh0UE9#w45%%2jvOOQy-jMxR*E`HS(VKVv8kr> z-Xh(dlsS9aJC&um(I$d|%&{W{9>!VSPaR)bU6C5cbV-$xaNqDmGMHFVlc2CMP;#LKqTUCQPO?X`!@)2uew0 zV6zf(^*E@IY0k7{3xmBhs$_C=!-I1aRfTFcW4<}dSQn)mqiT)#&FSV$qpHz`H4$B( z37IrFV^C?zOww=51%6;P;p~j25*mwl6O2)ppnWIs8kcvO9G<;IO~H5a*gRpeo2R@Q z)U7n?S{{Tl+0SlWe9;>+i?xcdq~b7Wm45Y*W#abBhM#jm#f51ycGAc)p|FT)n<=r7 zU)-LsXmLYFNOnB9GGR+yB7Qn&Qq}nxmr1P&ALY})%6;WgR@<$n05_Z(=2zMj2_!v=mVImtIy4tK<>(QWM=N*kMX-p#wP4V>Xnn|eqOmVPJk&Bw4 zE=*%mf_!|fnHtuPZn;DouwYQATg&ll#>#%FJer*hSz%1$UNoLHF2En*&ujjr_EYO6}RxVk4S zL}ee z@a$h{y6i^i`-$86z`paQ78j=_$RVl@-ph=(HuqCsG?!VZwb4c5U6r+HFRCSarNW!S z*jN%QZqE8y-8)DQm9e7&yBBG87~*gkM4a=Y+qek#adJx5i3F8|aUx10TVv8e;*gol zqvp;lQFlp4=N)y~dNzUfGoL^u6c{4c{Ywflb`m}?S|vR=nl6}y~1S#F}V5-$~1G8JJ2 z|37%umW8@iA(BQuKGT#gs@t(bvCRU>D8`IdZuLxI@m*Buwo{SmKA#o9JDH$`NC4=S^7W8(OvEbDJo! zp)OH;>5`i;K&Mj^>S$2~Lze;C+p*?A;SMfJOPE+9b+F8kDEbhDRe3PF0uO%T4NbG1 zsO{xoS-zk*7dDieDU9W2bn2;+P+JyD!o++uVIg{JV}5M7DRNiZL6c{vH*0KNjLJm* z%51ea+)9t~+d0yH*z$J^)RkP91;Kuidk~V%NBxJ<+)#P?mwQ7KTbxCeP1m5*v4a&k zeIyz&dfK=OB_fw+CES0zVi#}mu%&S?B&L~tBd6-HQ$bVjU(w%(;5HVp!Kp8mq_$k! zMUnRI7SWK?HI44!McHl>VW`#lv~}Lwl=0dnDwtb`7ZbyKG-$iJ!Ab!SZql8%<)e^S zjeueEvXou93}YmP*n;Mt@!ga0u9)YEfSwjiX!JW+MO3B4UVtBZCfFV?&D`Hn@pcn$ zXq5!X{lbzvYyH7nvi--h(7I!RYk6*_jf1x>t&%xtDzRjr^ddGx*~5+{))PXoUHU>0 zhu#p(v)BS)pkU*~7m(ZMF2p-Cap+d$ds%$62Wk6muh|Vs$^ptE( zR+g>o>3ZeU&G@uX7H;@c11{##{<1Btb+o_`XqitY$!wz=4%FRPAGoF=*Zz@{wG=ZI z(8=Ai$k?7($V$BKQk33>!sKbCLTc1Q*jN)av+o$ewxm{3zutq>^I}uRS075WSts?n zSQtN8D7kB=7fWLdZs-#(eD=mnH!exyNF>rj479fi(%tD84w2QYH`vUBRp(9UU2!#} zqZWptqAMBeqD5Asex>V|xti7dTv|*tM+&P@$P=0VS96Gq#cfZA$4?rVlKU1v>z<*R zF2nXzcL6Gtutv06?j~AFp|&C6-|h0brWL2nc~*53Vsb;L6sbKlDPP|Qg{I`p9t+Hm zJ9?ZRvys+_;^dz1Ni!%7(WMmD_zm>9d~p@(U?oTSnuQrXX+}pGKiw@QOHR~{{BA=c zqi(w)PH@QyIWJp?CWFc8QG6j9G;Z?r@r>^wPqls(NhLGBm$oKL_HLC$Ho_oJMyM~p ziN_AYwDwv1O^pU_R~(oK)A=DWD^I}5@yVK*8ko99A?i}e)(r~L$~6&Nb@9SuN=B%% zR?0A=XE*i~H_lhS#!t7Tvb2q(eaV$vbcrH(bYl8tC`cZE=b3-0M2#~hcZF4#c;M!p zcPYc52bw3E0jZ*pwPD0i>te`ihdIaS;Y>6Mo@b=>NWZc3rd-Bcu?aPy7*W&M(cz+E ztMyPle0BTNW!9}cadbVn+?T{?r1453Y3nw!+yLE8=j-B7bxKCs(F6R`%Cdc`kV zr8MXL_=Q^H_xZY7k*?BeqN}BwL{FuDg;8Kklp~{+aMvveNgvWaMXprd^fRo%lh^%t|kn zA_4VeJ8pa$Kr@L)47P{k9`iFM#8a4`+`}ffCN??>15?mRIYYpRqVqZoh#3x4DMB<{ zJr7fVVj7KVvzY?gI$A0%jFxGe&&kwyy=9?)e9QW>v6ZPi=XK`dkO-BAXZd(7cHY!f z!=`pokXlx?RHp-$^rbVXEFivB=@>rUkpp#s*(rCy#G z{PmoiB4Y@sXa6W4RaD4f3zMF$JKe65FJ;uSt_7$m-#_NBh*-8~C=^agWOI}^I;IcD z4xjiLHEhtMSZMD-YaM1jPG+gzlIqzIx4*(Jx*mLIk`1Mh2@aEbTDlQ6FJtY96oCcA|(@6R`9<&4WsYj-ydainpW&CW6=E&8fMJtZc4RHm=r)(rL6l zpI$E_z__u}ym;!)s9TJtQb3Dc@wkFjyUW&P^OS;rOsiDT$P#*otK~STWV;VOwV(>K zsvGmQA5l6;x?B)Voj0iU#l4Ky=+y=M*RnWN!1H;S zk#|{jO@`3C~n!JPamoosOuE=r%o7 zvau^k8R*>cR^;tNG*7ra6}95=6Q<4BW}DPLYA7zAu7{YgX-VglB73ap+F_M{9@4#K ztZ{X3tyZQ8y9u`1JznnK&K>3G-il{FXdF~sQ=YAZu!j)&8G%J%ED6m4k&b%#|D$2i zB%Qo-qNq|@p}(!t<6QS>s*BkkCz;f((x#;;)i{tUT9IFFc{gm!C5_Z)mD@4gC)aF3gIQKNQhu zECl-eM&ay4EcU}^x-mn((5Yj&nr5~s&5A=4s3wG#%wnH)X&bJ{DF)rUUZ{xCUA4pr zH)V%4OTu`E%jH9-?P9wszhPHhew-#@9iGe;6Mnpsnvl2+tAv^0bbcuznd48$CM0B~ zGCaPB<5MfKAtot{2e(opa2W=dZiTd%(h~#~vM(y@?_EzHCaq~4+QVf0NS-h%chOC$ zkRW@)QJzT~WXn?EmvrUsGGPEObLmv|a)%_WOW_i=P5Zd?hrC>kq}=~{K}G^q;~McPCMK_JW{dpiwGu)L&uTR$Xz#+rs*1IJQX=* zyo&;4KImcc>AOPNPEV-^OAU2N(%xdpc~XI)pP_+rDv$xeDT8PYlThGlTMIm#ck9NC z*2W0^p#ZlwaL4`_2FmmZub;Mb-jLJ2cVjEwefmMYFN$L6oeV`&3b9EFjT(;|X{3v* z_nTUx=XY85OWi{thKu%czojKxJSr$C46zC|gy49t;9H!fJDm71w_!MmQ>DP-)Hr3C zF+=0;(3#a$@)Tw}o3veKwMkL5hXTovoW{zb3TfbYjW<+mv$8pCR{F5qvpK>`CebbI zY{-j44yt)*_^ggNEt?A)!_+ASYx^XwWogOdltE=E)=-`LN{@0!T}p*Z&j>M<>YsxQ z6hk8WB{zD4hH9VKmx;YcD{sq|?3`XuGR|_7dLmdah-Ug(zT~hj(;UA?P?FlP;!l8< z#L^Q;wVnJ)gkIXGawUWt+xac|_0MyiwYqu9UZ-SOpN2_(5^oR?ayPFLB$QtjYJ0R@ zU1EdGhs@&Ijs?qs>N|e%#T`-7&c04*k&Up{jE)?BbTsJ55l0VBO^Q!NyI!ltYo}^T zYdpUQXMIK{!*Q8O@iwyVI`1gxY{%sBsmay+i&c$uYO-s%iT#JJ0=g9=vb36&+)5MW zfB-K^)a5Ip=}rd?YdAX}K&e{ews36^sLZr-6yDYUNBHqjL1MMwOilJmhucwT%1fmq zNlsUr%uL80u3yela&c$l-i=W4a7`cyr{vdG6hThOcn9tb!!RuyN&=hlV?ozwQj^`F zT8O5)y^`2CE#1!HW*w|4#4lidUK5)pIB^jUXYcm5};?g*&^G7TFoci zme&7dnz9Rzflw$quhfFxKTj%cABBUXgfU;*tJi{)1~o!Lsw}ei2S1q=6o_TZ-E^6*2G>o!qdy&O9OMEm`TY| zyiQQ_Df7Sb>O*NSJ(bj$iLoShaa6q;)RRayJ^^f0OnR{$=RM3W~0CN<6k1nu$`;@KfRmBp4Un#?=~R_{bmpYfo8(^ zu&KPSJOMc!L%U$M4c)GO?vHD6FoIn{r?r(G`b;F&m99pju;x);X)Lc-c93~GQ>G8Q zyp(N)tBd*J);35=DN2@;!lLl(B~Ab0EJ@T7+?6#`n1BA`PQS9j$xFx-Ae+;El(*3^ z�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 diff --git a/app/locales/po_PO/LC_MESSAGES/messages.po b/app/locales/po_PO/LC_MESSAGES/messages.po deleted file mode 100644 index 45906410..00000000 --- a/app/locales/po_PO/LC_MESSAGES/messages.po +++ /dev/null @@ -1,6198 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: sysPass\n" -"POT-Creation-Date: 2017-04-03 13:31+0100\n" -"PO-Revision-Date: \n" -"Last-Translator: nuxsmin \n" -"Language-Team: wseredynski\n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.10\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-Basepath: .\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" -"X-Contributors: wojtek, siD\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 "NIEPRAWIDŁOWE ZAPYTANIE" - -#: ../../../../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 "Sesja nie została zainicjowana bądź wygasła" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:146 -msgid "Es necesario un nombre de cuenta" -msgstr "Nazwa konta jest wymagana" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:148 -#: ../../../../inc/SP/Forms/CustomerForm.class.php:83 -msgid "Es necesario un nombre de cliente" -msgstr "Nazwa klienta jest wymagana" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:150 -msgid "Es necesario un usuario" -msgstr "Nazwa użytkownika jest wymagana" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:134 -msgid "Es necesaria una clave" -msgstr "Klucz jest wymagany" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:152 -msgid "Es necesario una categoría" -msgstr "Kategoria jest wymagana" - -#: ../../../../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 "Nieprawidłowa akcja" - -#: ../../../../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 "Hasła nie pasują do siebie" - -#: ../../../../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 "Konto zostało dodane" - -#: ../../../../inc/SP/Account/Account.class.php:273 -#, fuzzy -msgid "Error al crear la cuenta" -msgstr "Błąd podczas tworzenia konta" - -#: ../../../../js/strings.js.php:80 -msgid "Sin cambios" -msgstr "Brak zmian" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:942 -msgid "Cuenta actualizada" -msgstr "Konto zostało zaktualizowane" - -#: ../../../../inc/SP/Account/Account.class.php:127 -#, fuzzy -msgid "Error al modificar la cuenta" -msgstr "Błąd podczas aktualizacji konta" - -#: ../../../../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 "Konto zostało usunięte" - -#: ../../../../inc/SP/Account/Account.class.php:355 -#: ../../../../inc/SP/Account/AccountHistory.class.php:516 -#, fuzzy -msgid "Error al eliminar la cuenta" -msgstr "Błąd podczas usuwania konta" - -#: ../../../../ajax/ajax_passReset.php:99 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:285 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:951 -msgid "Clave actualizada" -msgstr "Hasło zostało zaktualizowane" - -#: ../../../../inc/SP/Account/Account.class.php:437 -#, fuzzy -msgid "Error al actualizar la clave" -msgstr "Błąd poczas aktualizacji hasła" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:960 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1012 -msgid "Cuenta restaurada" -msgstr "Konto zostało odzyskane" - -#: ../../../../inc/SP/Account/Account.class.php:173 -#: ../../../../inc/SP/Account/AccountHistoryUtil.class.php:154 -#, fuzzy -msgid "Error al restaurar cuenta" -msgstr "Błąd podczas odzyskiwania hasła" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:126 -msgid "Ver Usuario" -msgstr "Pokaż szczegóły użytkownika" - -#: ../../../../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 "Edytuj użytkownika" - -#: ../../../../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 "Nowy użytkownik" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:143 -msgid "Ver Grupo" -msgstr "Pokaż szczegóły grupy" - -#: ../../../../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 "Edytuj grupę" - -#: ../../../../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 "Nowa grupa" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:156 -msgid "Ver Perfil" -msgstr "Pokaż szczegóły profilu" - -#: ../../../../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 "Edytuj 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 "Nowy profil" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:169 -msgid "Ver Cliente" -msgstr "Pokaż szczegóły klienta" - -#: ../../../../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 "Edytuj klienta" - -#: ../../../../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 "Nowy klient" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:182 -msgid "Ver Categoría" -msgstr "Pokaż szczegóły kategorii" - -#: ../../../../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 "Edytuj kategorię" - -#: ../../../../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 "Nowa kategoria" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:195 -msgid "Ver Autorización" -msgstr "Wyświetl upoważnienia" - -#: ../../../../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 "Nowe upoważnienie" - -#: ../../../../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 "Edytuj upoważnienie" - -#: ../../../../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 "Nowe pole" - -#: ../../../../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 "Edytuj pole" - -#: ../../../../inc/SP/Forms/UserForm.class.php:110 -msgid "Es necesario un nombre de usuario" -msgstr "Nazwa użytkownika jest wymagana" - -#: ../../../../inc/SP/Forms/UserForm.class.php:114 -msgid "Es necesario un login" -msgstr "Login jest wymagany" - -#: ../../../../inc/SP/Forms/UserForm.class.php:118 -msgid "Es necesario un perfil" -msgstr "Profil jest wymagany" - -#: ../../../../inc/SP/Forms/UserForm.class.php:122 -msgid "Es necesario un grupo" -msgstr "Grupa jest wymagana" - -#: ../../../../inc/SP/Forms/UserForm.class.php:126 -msgid "Es necesario un email" -msgstr "Adres e-mail jest wymagany" - -#: ../../../../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 "UWAGA - to jest demo!!" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:98 -#: ../../../../inc/SP/Forms/UserForm.class.php:146 -msgid "La clave no puede estar en blanco" -msgstr "Hasło nie może być puste" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:233 -msgid "Usuario creado" -msgstr "Użytkownik został dodany" - -#: ../../../../inc/SP/Core/Upgrade/User.class.php:156 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:88 -#, fuzzy -msgid "Error al crear el usuario" -msgstr "Błąd podczas tworzenia użytkownika" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:253 -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:104 -msgid "Usuario actualizado" -msgstr "Użytkownik zostal zaktualizowany" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:181 -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:195 -#, fuzzy -msgid "Error al actualizar el usuario" -msgstr "Błąd podczas aktualizacji użytkownika" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:280 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:323 -#, fuzzy -msgid "Error al modificar la clave" -msgstr "Błąd podczas aktualizacji hasła" - -#: ../../../../inc/SP/Forms/UserForm.class.php:166 -msgid "No es posible eliminar, usuario en uso" -msgstr "Nie udało się usunąć użytkownika (jest on obecnie wykorzystywany)" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:267 -msgid "Usuario eliminado" -msgstr "Użytkownik został usunięty" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:130 -#, fuzzy -msgid "Error al eliminar el usuario" -msgstr "Błąd podczas usuwania użytkownika" - -#: ../../../../inc/SP/Forms/GroupForm.class.php:84 -msgid "Es necesario un nombre de grupo" -msgstr "Nazwa grupy jest wymagana" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:58 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:194 -msgid "Nombre de grupo duplicado" -msgstr "Ta grupa już istnieje" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:374 -msgid "Grupo creado" -msgstr "Grupa została dodana" - -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:115 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:68 -#, fuzzy -msgid "Error al crear el grupo" -msgstr "Błąd podczas tworzenia grupy" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:382 -msgid "Grupo actualizado" -msgstr "Grupa została zaktualizowana" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:205 -#, fuzzy -msgid "Error al actualizar el grupo" -msgstr "Błąd podczas aktualizacji grupy" - -#: ../../../../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 "Użytkownicy" - -#: ../../../../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 "Konta" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:115 -msgid "No es posible eliminar" -msgstr "Nie udało sie usunąć" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:395 -msgid "Grupo eliminado" -msgstr "Grupa została usunięta" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:120 -#, fuzzy -msgid "Error al eliminar el grupo" -msgstr "Błąd poczas usuwania grupy" - -#: ../../../../inc/SP/Forms/ProfileForm.class.php:111 -msgid "Es necesario un nombre de perfil" -msgstr "Nazwa profilu jest wymagana" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:57 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:183 -msgid "Nombre de perfil duplicado" -msgstr "Ta nazwa profiu już istnieje" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:434 -msgid "Perfil creado" -msgstr "Profil został dodany" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:442 -msgid "Perfil actualizado" -msgstr "Profil został zaktualizowany" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:455 -msgid "Perfil eliminado" -msgstr "Profil został usunięty" - -#: ../../../../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 "Klient został dodany" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:504 -msgid "Cliente actualizado" -msgstr "Klient został zaktualizowany" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:405 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:517 -msgid "Cliente eliminado" -msgstr "Klient został usunięty" - -#: ../../../../inc/SP/Forms/CategoryForm.class.php:83 -msgid "Es necesario un nombre de categoría" -msgstr "Nazwa kategorii jest wymagana" - -#: ../../../../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 "Kategoria została dodana" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:566 -msgid "Categoría actualizada" -msgstr "Kategoria została zaktualizowana" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:316 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:580 -msgid "Categoría eliminada" -msgstr "Kategoria została usunięta" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:624 -msgid "Autorización creada" -msgstr "Upoważnienie zostało dodane" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:637 -msgid "Autorización actualizada" -msgstr "Upowanienie zostało zaktualizowane" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:648 -msgid "Autorización eliminada" -msgstr "Upoważnienie zostało usunięte" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:87 -msgid "Nombre del campo no indicado" -msgstr "Nazwa pola nie została ustawiona" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:89 -msgid "Tipo del campo no indicado" -msgstr "Typ pola nie został ustawiony" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:91 -msgid "Módulo del campo no indicado" -msgstr "Moduł pola nie został ustawiony" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:678 -msgid "Campo creado" -msgstr "Pole zostało dodane" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:685 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:288 -msgid "Campo actualizado" -msgstr "Pole zostało zaktualizowane" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:696 -msgid "Campo eliminado" -msgstr "Pole zostało usunięte" - -#: ../../../../inc/SP/Core/Backup.class.php:55 -msgid "Realizar Backup" -msgstr "Wykonaj kopię zapasową" - -#: ../../../../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 "Bład podczas tworzenia kopii zapasowej" - -#: ../../../../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 "Sprawdź dziennik zdarzeń w celu uzyskania dodatkowych informacji" - -#: ../../../../inc/SP/Core/Backup.class.php:84 -msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "Kopie zapasowe bazy jak i aplikajci zostały wykonane pomyślnie" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:428 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:743 -msgid "Proceso de backup finalizado" -msgstr "Operacja wykonywania kopii zapasowych została ukończona" - -#: ../../../../inc/SP/Core/XmlExport.class.php:146 -#, fuzzy -msgid "Error al realizar la exportación de cuentas" -msgstr "Błąd poczas eksportowania kont" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:715 -#, fuzzy -msgid "Error al realizar la exportación" -msgstr "Wystąpił błąd podczas eksportu" - -#: ../../../../inc/SP/Core/XmlExport.class.php:155 -msgid "Exportación de cuentas realizada correctamente" -msgstr "Eksport zostały wykonany pomyślnie" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:720 -msgid "Proceso de exportación finalizado" -msgstr "Operacja eksportu została zakończona" - -#: ../../../../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 "Parametry połączenie nie zostały ustawione (LDAP)" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:138 -#: ../../../../inc/SP/Controller/ChecksController.class.php:107 -msgid "Conexión a LDAP correcta" -msgstr "Połączenie nawiązane (LDAP)" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:139 -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:78 -msgid "Objetos encontrados" -msgstr "Znaleziono obiekty" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:257 -msgid "Modificar Configuración" -msgstr "Edytuj konfigurację" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:290 -msgid "El tamaño máximo por archivo es de 16MB" -msgstr "Maksymalny rozmiar pliku to 16 MB" - -#: ../../../../js/strings.js.php:45 -msgid "Extensión no permitida" -msgstr "Niedozwolone rozszerzenie pliku" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:205 -msgid "Faltan parámetros de Proxy" -msgstr "Brak parametrów proxy" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:216 -msgid "Proxy habiltado" -msgstr "Proxy włączone" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:220 -msgid "Proxy deshabilitado" -msgstr "Proxy wyłączone" - -#: ../../../../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 "Sekcja" - -#: ../../../../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 "Ogólne" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:329 -msgid "Faltan parámetros de Wiki" -msgstr "Brak parametrów Wiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:339 -msgid "Wiki habiltada" -msgstr "Wiki włączone" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:343 -msgid "Wiki deshabilitada" -msgstr "Wiki wyłączone" - -#: ../../../../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 "Brak parametrów (LDAP)" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:415 -msgid "LDAP habiltado" -msgstr "LDAP włączony" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:419 -msgid "LDAP deshabilitado" -msgstr "LDAP wyłączony" - -#: ../../../../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 "Brak parametów związanych z pocztą" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:466 -msgid "Correo habiltado" -msgstr "Poczta jest aktywna" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:472 -msgid "Correo deshabilitado" -msgstr "Poczta jest nieaktuwa" - -#: ../../../../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 "Poczta" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:251 -msgid "Configuración actualizada" -msgstr "Konfiguracja została zaktualizowana" - -#: ../../../../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 "Główne hasło zostało zaktualizowane" - -#: ../../../../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 "Zresatruj sesję aby zaktualizować" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:504 -msgid "Clave maestra no indicada" -msgstr "Główne hasło jest wymagane" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:509 -msgid "Se ha de confirmar el cambio de clave" -msgstr "Zmiana hasła musi zostać potwierdzona" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:514 -msgid "Las claves son idénticas" -msgstr "Hasła są takie same" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:519 -msgid "Las claves maestras no coinciden" -msgstr "Główne hasła nie pasują do siebie" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:524 -msgid "La clave maestra actual no coincide" -msgstr "Obecne główne hasło nie jest poprawne" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:550 -#, fuzzy -msgid "Errores al actualizar las claves de las cuentas" -msgstr "Błąd podczas aktualizacji haseł dla kont" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:561 -#, fuzzy -msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "Błąd podczas akutalizacji haseł dla kont (historia)" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:570 -#, fuzzy -msgid "Errores al actualizar datos de campos personalizados" -msgstr "Błąd podczas aktualizacji dany w polach niestandardowych " - -#: ../../../../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 "Zaktualizuj główne hasło" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:597 -#, fuzzy -msgid "Error al guardar el hash de la clave maestra" -msgstr "Błąd poczas zapisywania głównego hasła" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:646 -msgid "Generar Clave Temporal" -msgstr "Wygeneruj hasło tymczasowe" - -#: ../../../../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 "Hasło" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:649 -msgid "Clave Temporal Generada" -msgstr "Hasło tymczasowe zostało wygenerowane" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:669 -#, fuzzy -msgid "Error al generar clave temporal" -msgstr "Błąd poczas generowania hasła tymczasowego" - -#: ../../../../inc/SP/Controller/LoginController.class.php:124 -msgid "Usuario/Clave no introducidos" -msgstr "Brak użytkownika bądź hasła" - -#: ../../../../inc/SP/Controller/LoginController.class.php:108 -msgid "Inicio sesión" -msgstr "Zaloguj się" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:114 -#, fuzzy -msgid "Error al guardar los datos de LDAP" -msgstr "Błąd podczas zapisywania danych użytkownika 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 -msgid "Error interno" -msgstr "Wewnętrzny błąd aplikacji" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:224 -#, fuzzy -msgid "Error al actualizar la clave del usuario en la BBDD" -msgstr "Błąd poczas aktualizacji hasła uzytkownika" - -#: ../../../../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 "Niepoprawny 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 "Użytkownik" - -#: ../../../../inc/SP/Controller/LoginController.class.php:466 -msgid "Cuenta expirada" -msgstr "Konto wygasło" - -#: ../../../../inc/SP/Controller/LoginController.class.php:472 -msgid "El usuario no tiene grupos asociados" -msgstr "Użytkownik nie nalezy do jakiejkolwiek grupy" - -#: ../../../../inc/SP/Controller/LoginController.class.php:549 -msgid "Autentificación" -msgstr "Autentykacja" - -#: ../../../../inc/SP/Controller/LoginController.class.php:261 -#: ../../../../inc/SP/Controller/LoginController.class.php:266 -msgid "Usuario deshabilitado" -msgstr "Użytkownik został zablokowany" - -#: ../../../../inc/SP/Controller/LoginController.class.php:246 -#, fuzzy -msgid "Error al obtener los datos del usuario de la BBDD" -msgstr "Błąd poczas pobierania danych o uzytkowniku z bazy" - -#: ../../../../inc/SP/Controller/LoginController.class.php:337 -#, fuzzy -msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "Główne hasło nie jest zapisane bądź jest niepoprawne" - -#: ../../../../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 "Nieprawidłowe główne hasło" - -#: ../../../../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 "Grupa" - -#: ../../../../ajax/ajax_accGetFiles.php:43 -#: ../../../../ajax/ajax_filesMgmt.php:58 -msgid "Gestión de archivos deshabilitada" -msgstr "Zarządzanie plikami zostało zablokowane" - -#: ../../../../ajax/ajax_filesMgmt.php:73 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:95 -msgid "Subir Archivo" -msgstr "Wyślij plik" - -#: ../../../../ajax/ajax_filesMgmt.php:79 -#, fuzzy -msgid "No hay extensiones permitidas" -msgstr "Brak dowzwolonych typów plików" - -#: ../../../../ajax/ajax_filesMgmt.php:96 -#: ../../../../inc/SP/Import/FileImport.class.php:97 -msgid "Tipo de archivo no soportado" -msgstr "Ten typ pliku nie jest dozwolony" - -#: ../../../../ajax/ajax_filesMgmt.php:103 -msgid "Archivo inválido" -msgstr "Nieprawidłowy plik" - -#: ../../../../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 "Błąd podczas odczytywania pliku" - -#: ../../../../ajax/ajax_filesMgmt.php:144 -msgid "Archivo guardado" -msgstr "Plik został zapisany" - -#: ../../../../ajax/ajax_filesMgmt.php:146 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:79 -msgid "No se pudo guardar el archivo" -msgstr "Błąd podczas zapisu pliku" - -#: ../../../../ajax/ajax_filesMgmt.php:154 -#: ../../../../ajax/ajax_filesMgmt.php:198 -msgid "No es un ID de archivo válido" -msgstr "Nieprawidłowe ID pliku" - -#: ../../../../ajax/ajax_filesMgmt.php:160 -msgid "El archivo no existe" -msgstr "Plik nie istnieje" - -#: ../../../../ajax/ajax_filesMgmt.php:163 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:34 -msgid "Descargar Archivo" -msgstr "Pobierz plik" - -#: ../../../../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 "Plik" - -#: ../../../../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 "Typ" - -#: ../../../../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 "Rozmiar" - -#: ../../../../ajax/ajax_filesMgmt.php:204 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:842 -msgid "Archivo eliminado" -msgstr "Plik został usunięty" - -#: ../../../../ajax/ajax_filesMgmt.php:206 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:125 -#, fuzzy -msgid "Error al eliminar el archivo" -msgstr "Błąd poczas usuwania pliku" - -#: ../../../../ajax/ajax_getContent.php:55 -#: ../../../../inc/SP/Api/ApiBase.class.php:175 -#: ../../../../inc/SP/Api/ApiRequest.class.php:225 -msgid "Parámetros incorrectos" -msgstr "Nieprawidłowe parametry" - -#: ../../../../ajax/ajax_passReset.php:61 -msgid "Recuperación de Clave" -msgstr "Odzyskiwanie hasła" - -#: ../../../../ajax/ajax_passReset.php:62 -msgid "Solicitado para" -msgstr "Zgłoszony" - -#: ../../../../ajax/ajax_passReset.php:69 -msgid "Solicitud enviada" -msgstr "Żądanie zostało wysłane" - -#: ../../../../ajax/ajax_passReset.php:73 -msgid "En breve recibirá un correo para completar la solicitud." -msgstr "Wkrótce otrzymasz wiadomość email aby zrealizować żądanie." - -#: ../../../../ajax/ajax_passReset.php:86 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:329 -msgid "Modificar Clave Usuario" -msgstr "Edytuj hasło użytkownika" - -#: ../../../../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 -#, fuzzy -msgid "La clave es incorrecta o no coincide" -msgstr "Hasło jest niepoprawne" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1158 -#: ../../../../inc/SP/Forms/NoticeForm.class.php:95 -msgid "Es necesaria una descripción" -msgstr "Opis jest wymagany" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1173 -msgid "Solicitud de Modificación de Cuenta" -msgstr "Zgłoszenie modyfikacji konta" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1174 -msgid "Solicitante" -msgstr "Zgłaszający" - -#: ../../../../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 "Konto" - -#: ../../../../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 "Klient" - -#: ../../../../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 "Opis" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferences.class.php:80 -#, fuzzy -msgid "Error al actualizar preferencias" -msgstr "Błąd podczas aktualizacji ustawień" - -#: ../../../../ajax/ajax_userPrefsSave.php:90 -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:89 -msgid "Preferencias actualizadas" -msgstr "Ustawienia zostały zaktualizowane" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:509 -msgid "La clave maestra no coincide" -msgstr "Główne hasła nie pasują do siebie" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:274 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:516 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Nie masz uprawnień do tego konta" - -#: ../../../../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 "Pokaż hasło" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:229 -#: ../../../../js/strings.js.php:72 -msgid "Clave de Cuenta" -msgstr "Hasło" - -#: ../../../../inc/SP/Http/Request.class.php:55 -#, fuzzy -msgid "No es posible acceder directamente a este archivo" -msgstr "Brak dostępu do pliku" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:192 -msgid "Error al actualizar el historial" -msgstr "Błąd podczas aktualizacji historii" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:941 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:950 -msgid "Actualizar Cuenta" -msgstr "Aktualizuj konto" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:100 -#, fuzzy -msgid "Error al actualizar los grupos secundarios" -msgstr "Błąd podczas aktualizacji drugiej grupy" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:130 -#, fuzzy -msgid "Error al actualizar los usuarios de la cuenta" -msgstr "Błąd podczas aktualizacji użytkowników związanych z kontem" - -#: ../../../../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 "Odzyskaj konto" - -#: ../../../../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 "Błąd podczas pobierania danych konta" - -#: ../../../../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 "Nowe konto" - -#: ../../../../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 "Usuń konto" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:70 -#, fuzzy -msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "Błąd podczas usuwania grup" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:89 -#, fuzzy -msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "Błąd podczas usuwania użytkowników" - -#: ../../../../inc/SP/Mgmt/Files/FileUtil.class.php:102 -#, fuzzy -msgid "Error al eliminar archivos asociados a la cuenta" -msgstr "Błąd podczas usuwania plików" - -#: ../../../../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 "Błąd modułu szyfrowania" - -#: ../../../../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 "Błąd podczas ładowania haseł związanych z kontem" - -#: ../../../../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 "Błąd podczas aktualizacji hasła" - -#: ../../../../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 "Konta zostały zaktualizowane" - -#: ../../../../inc/SP/Account/AccountUtil.class.php:132 -#, fuzzy -msgid "No se pudieron obtener los datos de las cuentas" -msgstr "Nie można odczytać danych konta" - -#: ../../../../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 "Zaktualizuj hasło główne (H)" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:134 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:260 -msgid "La clave maestra del registro no coincide" -msgstr "Hasło główne dla rekordu nie zgadza się" - -#: ../../../../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 "Błąd podczas aktualizacji hasła głównego historii" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:114 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:185 -msgid "Registros actualizados" -msgstr "Rekordy zostały zaktualizowane" - -#: ../../../../inc/SP/Core/Acl.class.php:185 -#, fuzzy -msgid "Buscar Cuentas" -msgstr "Wyszukaj konta" - -#: ../../../../inc/SP/Core/Acl.class.php:186 -msgid "Ver Cuenta" -msgstr "Pokaż konto" - -#: ../../../../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 "Kopiuj konto" - -#: ../../../../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 "Edytuj konto" - -#: ../../../../inc/SP/Core/Acl.class.php:190 -msgid "Editar Clave de Cuenta" -msgstr "Edytuj hasło dla konta" - -#: ../../../../inc/SP/Core/Acl.class.php:191 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver Historial" -msgstr "Pokaż historię" - -#: ../../../../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 "Pliki" - -#: ../../../../inc/SP/Core/Acl.class.php:195 -msgid "Peticiones" -msgstr "Żądania" - -#: ../../../../inc/SP/Core/Acl.class.php:196 -msgid "Gestión Aplicación" -msgstr "Zarządzanie aplikacjami" - -#: ../../../../inc/SP/Core/Acl.class.php:197 -msgid "Gestión Categorías" -msgstr "Zarządzanie kategoriami" - -#: ../../../../inc/SP/Core/Acl.class.php:202 -msgid "Gestión Clientes" -msgstr "Zarządzanie klientami" - -#: ../../../../inc/SP/Core/Acl.class.php:207 -msgid "Gestión Campos Personalizados" -msgstr "Zarządzanie polami" - -#: ../../../../inc/SP/Core/Acl.class.php:208 -msgid "Gestión Autorizaciones API" -msgstr "Zarządzanie dostępem do API" - -#: ../../../../inc/SP/Core/Acl.class.php:212 -#: ../../../../inc/SP/Core/Acl.class.php:213 -msgid "Gestión Usuarios" -msgstr "Zarządzanie użytkownikami" - -#: ../../../../inc/SP/Core/Acl.class.php:214 -msgid "Gestión Grupos" -msgstr "Zarządzanie grupami" - -#: ../../../../inc/SP/Core/Acl.class.php:215 -msgid "Gestión Perfiles" -msgstr "Zarządzanie profilami" - -#: ../../../../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 "Ustawienie" - -#: ../../../../inc/SP/Core/Acl.class.php:217 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:226 -msgid "Configuración General" -msgstr "Ogólne ustawienie" - -#: ../../../../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 "Szyfrowanie" - -#: ../../../../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 "Kopia zapasowa" - -#: ../../../../inc/SP/Core/Acl.class.php:220 -msgid "Exportar" -msgstr "Eksport" - -#: ../../../../inc/SP/Core/Acl.class.php:221 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Importar" -msgstr "Import" - -#: ../../../../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 "Nieautoryzowany dostęp" - -#: ../../../../inc/SP/Util/Json.class.php:71 -msgid "Error de codificación" -msgstr "Błąd kodowania" - -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:60 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:202 -msgid "La autorización ya existe" -msgstr "Upoważnienie już istnieje" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:636 -msgid "Actualizar Autorización" -msgstr "Aktaulizuj upoważnienie" - -#: ../../../../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 "Usuń upowaznienie" - -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:157 -msgid "Usuario no pertenece al grupo" -msgstr "Użytkownik nie należy do tej grupy" - -#: ../../../../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 "Zmiana hasła" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:62 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "Żądanie zmiany hasła użytkownika zostało wykonane" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:64 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "Aby zakończyć proces, przejdź na następującą stronę:" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:68 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "Jeśli nie wysłałeś tego zgłoszenia, zignoruj tą wiadomość" - -#: ../../../../inc/SP/Core/Backup.class.php:249 -msgid "Esta operación sólo es posible en entornos Linux" -msgstr "Ta operacja jest możliwa tylko w środowiskach Linux" - -#: ../../../../inc/SP/Core/Backup.class.php:253 -#, fuzzy -msgid "Error al realizar backup en modo compatibilidad" -msgstr "Błąd podczas wykonywania kopii zapasowej (tryb kompatybilności)" - -#: ../../../../inc/SP/Core/Backup.class.php:106 -#: ../../../../inc/SP/Core/XmlExport.class.php:526 -#, fuzzy -msgid "Compruebe los permisos del directorio de backups" -msgstr "Sprawdź uprawnienia dla katalogu backup" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:174 -msgid "Nombre de categoría duplicado" -msgstr "Ta nazwa kategorii już istnieje" - -#: ../../../../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 "Błąd poczas tworzenia kategorii" - -#: ../../../../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 "Kategoria" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:119 -#, fuzzy -msgid "Error al eliminar la categoría" -msgstr "Błąd poczas usuwania kategorii" - -#: ../../../../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 "Usuń kategorię" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:190 -#, fuzzy -msgid "Error al actualizar la categoría" -msgstr "Błąd podczas aktualizacji kategorii" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:108 -#: ../../../../inc/SP/Config/ConfigDB.class.php:148 -msgid "Modificar configuración" -msgstr "Aktualizuj kategorię" - -#: ../../../../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 "Parametr" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:152 -msgid "Valor" -msgstr "Wartość" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:273 -msgid "Opción no disponible" -msgstr "Opcja jest niedostępna" - -#: ../../../../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 "Skontaktuj się z administratorem" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:275 -msgid "No tiene permisos para acceder a esta página" -msgstr "Nie masz uprawnień aby wejść na tą stronę" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:276 -msgid "No tiene permisos para realizar esta operación" -msgstr "Nie masz uprawnień aby wykonać tą operację" - -#: ../../../../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 "Ostrzeżenie" - -#: ../../../../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 "" -"HASH hasła głównego został ponownie wygenerowany. Nic więcej nie trzeba " -"robić." - -#: ../../../../inc/SP/Core/OldCrypt.class.php:170 -msgid "No se puede usar el módulo de encriptación" -msgstr "Nie można załadować modułu Crypto" - -#: ../../../../inc/SP/Core/OldCrypt.class.php:182 -#, fuzzy -msgid "Error al generar datos cifrados" -msgstr "Błąd podczas tworzenia zaszyfrowanych danych" - -#: ../../../../inc/SP/Core/CryptPKI.class.php:48 -msgid "No es posible generar las claves RSA" -msgstr "Nie można wygenerować kluczy RSA" - -#: ../../../../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 "Plik klucza nie istnieje" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:84 -msgid "El número de campos es incorrecto (%d)" -msgstr "Zła ilość pól (%d)" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:85 -#, fuzzy -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Sprawdź format pliku CSV w linii %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 "Importuj konta" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:111 -#, fuzzy -msgid "Error importando cuenta" -msgstr "Błąd podczas importu konta" - -#: ../../../../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 "Dodatkowe pola" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:77 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:148 -msgid "Actualizando datos encriptados" -msgstr "Aktualizacja zaszyfrowanych danych" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:113 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:184 -#, fuzzy -msgid "Registros no actualizados" -msgstr "Brak zaktualizowanych rekordów" - -#: ../../../../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 "Data" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:66 -msgid "Número" -msgstr "Numer" - -#: ../../../../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 "Email" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:68 -msgid "Teléfono" -msgstr "Telefon" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:69 -msgid "Link" -msgstr "Link" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:70 -msgid "Color" -msgstr "Kolor" - -#: ../../../../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 "Kategorie" - -#: ../../../../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 "Klienci" - -#: ../../../../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 "Grupy" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:55 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:179 -#, fuzzy -msgid "Cliente duplicado" -msgstr "Duplikat wpisu klienta" - -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:98 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:69 -#, fuzzy -msgid "Error al crear el cliente" -msgstr "Błąd podczas tworzenia klienta" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:195 -#, fuzzy -msgid "Error al actualizar el cliente" -msgstr "Błąd podczas aktualizacji klienta" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:503 -msgid "Actualizar Cliente" -msgstr "Aktualizuj klienta" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:124 -#, fuzzy -msgid "Error al eliminar el cliente" -msgstr "Bład poczas usuwania klienta" - -#: ../../../../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 "Usuń klienta" - -#: ../../../../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 "Nie udało połączyć się do bazy danych" - -#: ../../../../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 "Sprawdź parametry połączenia" - -#. Not available -#: ../../../../inc/SP/Log/Email.class.php:62 -msgid "N/D" -msgstr "Nie dotyczy" - -#: ../../../../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 "Akcja" - -#: ../../../../inc/SP/Log/Email.class.php:64 -msgid "Realizado por" -msgstr "Wykonana przez" - -#: ../../../../inc/SP/Log/Email.class.php:76 -#: ../../../../inc/SP/Log/Email.class.php:191 -msgid "Enviar Email" -msgstr "Wyślij email" - -#: ../../../../inc/SP/Log/Email.class.php:81 -#: ../../../../inc/SP/Log/Email.class.php:198 -msgid "Correo enviado" -msgstr "Email został wysłany" - -#: ../../../../inc/SP/Log/Email.class.php:91 -#: ../../../../inc/SP/Log/Email.class.php:202 -#, fuzzy -msgid "Error al enviar correo" -msgstr "Błąd podczas wysyłania wiadomości email" - -#: ../../../../inc/SP/Log/Email.class.php:82 -#: ../../../../inc/SP/Log/Email.class.php:192 -msgid "Destinatario" -msgstr "Odbiorca" - -#: ../../../../inc/SP/Log/Email.class.php:85 -msgid "CC" -msgstr "CC" - -#: ../../../../inc/SP/Import/FileImport.class.php:86 -msgid "Archivo no subido correctamente" -msgstr "Plik został pomyslnie wysłany" - -#: ../../../../inc/SP/Import/FileImport.class.php:87 -msgid "Verifique los permisos del usuario del servidor web" -msgstr "Sprawdź uprawnienia użytkownika serwera www" - -#: ../../../../inc/SP/Import/FileImport.class.php:98 -#, fuzzy -msgid "Compruebe la extensión del archivo" -msgstr "Sprawdź ustawienia rozszerzeń plików" - -#: ../../../../inc/SP/Import/FileImport.class.php:114 -#, fuzzy -msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "Sprawdź ustawienia PHP dla wysyłania plików" - -#: ../../../../inc/SP/Import/FileImport.class.php:158 -#: ../../../../inc/SP/Import/FileImport.class.php:186 -#, fuzzy -msgid "Compruebe los permisos del directorio temporal" -msgstr "Sprawdź uprawnienia dla folderu tymczasowego" - -#: ../../../../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 "Usuń plik" - -#: ../../../../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 "Usuń grupę" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:72 -#, fuzzy -msgid "Error al eliminar los usuarios del grupo" -msgstr "Błąd podczas usuwania grup użytkowników" - -#: ../../../../inc/SP/Import/Import.class.php:86 -#, fuzzy -msgid "Compruebe el formato del archivo" -msgstr "Sprawdź format pliku" - -#: ../../../../inc/SP/Import/Import.class.php:116 -msgid "Importación finalizada" -msgstr "Import został zakończony" - -#: ../../../../inc/SP/Core/Init.class.php:183 -#, fuzzy -msgid "Error en la verificación de la base de datos" -msgstr "Błąd podczas sprawdzania bazy danych" - -#: ../../../../inc/SP/Core/Init.class.php:506 -#: ../../../../inc/SP/Core/Init.class.php:510 -msgid "La sesión no puede ser inicializada" -msgstr "Sesja nie może zostać zainicjalizowana" - -#: ../../../../inc/SP/Core/Init.class.php:469 -msgid "El directorio \"/config\" no existe" -msgstr "Katalog \"config\" nie istnieje" - -#: ../../../../inc/SP/Core/Init.class.php:474 -msgid "No es posible escribir en el directorio \"config\"" -msgstr "Nie można zapisywać do katalogu \"config\"" - -#: ../../../../inc/SP/Core/Init.class.php:481 -#, fuzzy -msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "Katalog \"config\" ma nieprawidłowe uprawnienia" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Actual:" -msgstr "Bieżący:" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Necesario: 750" -msgstr "Potrzeba: 750" - -#: ../../../../inc/SP/Core/Init.class.php:594 -msgid "Aplicación en mantenimiento" -msgstr "Aplikacja w trybie serwisowania" - -#: ../../../../inc/SP/Core/Init.class.php:594 -msgid "En breve estará operativa" -msgstr "Wkrótce będzie dostępna" - -#: ../../../../inc/SP/Core/Init.class.php:629 -msgid "Finalizar sesión" -msgstr "Wyloguj sesję" - -#: ../../../../inc/SP/Core/Init.class.php:631 -msgid "Tiempo inactivo" -msgstr "Czas nieaktywności" - -#: ../../../../inc/SP/Core/Init.class.php:632 -msgid "Tiempo total" -msgstr "Czas całkowity" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "La aplicación necesita actualizarse" -msgstr "Aplikacja wymaga aktualizacji" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "Si es un administrador pulse en el enlace: %s" -msgstr "Jeśli jesteś administratorem, kliknij w 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 "Aktualizuj" - -#: ../../../../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 "Aktualizuj" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:122 -#: ../../../../inc/SP/Core/Init.class.php:447 -msgid "Actualización de versión realizada." -msgstr "Aktualizacja wersji została zakończona" - -#: ../../../../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 "Wersja" - -#: ../../../../inc/SP/Core/Installer.class.php:139 -#, fuzzy -msgid "Indicar nombre de usuario admin" -msgstr "Nazwa administratora" - -#: ../../../../inc/SP/Core/Installer.class.php:140 -#, fuzzy -msgid "Usuario admin para acceso a la aplicación" -msgstr "Użytkownik administracyjny do zalogowania się w aplikacji" - -#: ../../../../inc/SP/Core/Installer.class.php:144 -#, fuzzy -msgid "Indicar la clave de admin" -msgstr "Podaj hasło administratora" - -#: ../../../../inc/SP/Core/Installer.class.php:145 -msgid "Clave del usuario admin de la aplicación" -msgstr "Hasło administratora aplikacji" - -#: ../../../../inc/SP/Core/Installer.class.php:149 -#, fuzzy -msgid "Indicar la clave maestra" -msgstr "Hasło główne" - -#: ../../../../inc/SP/Core/Installer.class.php:150 -msgid "Clave maestra para encriptar las claves" -msgstr "Hasło główne do szyfrowania" - -#: ../../../../inc/SP/Core/Installer.class.php:154 -msgid "Clave maestra muy corta" -msgstr "Hasło główne jest zbyt krótkie" - -#: ../../../../inc/SP/Core/Installer.class.php:155 -msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "Hasło główne musi mieć przynajmniej 11 znaków" - -#: ../../../../inc/SP/Core/Installer.class.php:159 -#, fuzzy -msgid "Indicar el usuario de la BBDD" -msgstr "Użytkownik bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:160 -msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "Użytkownik bazy danych z uprawnieniami administracyjnymi" - -#: ../../../../inc/SP/Core/Installer.class.php:169 -#, fuzzy -msgid "Indicar el nombre de la BBDD" -msgstr "Nazwa bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:170 -msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "Nazwa bazy danych aplikacji, np. syspass" - -#: ../../../../inc/SP/Core/Installer.class.php:174 -msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "Nazwa bazy danych nie może zawierać \".\"" - -#: ../../../../inc/SP/Core/Installer.class.php:175 -msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "Usuń kropki z nazwy bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:179 -#, fuzzy -msgid "Indicar el servidor de la BBDD" -msgstr "Podaj serwer bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:180 -msgid "Servidor donde se instalará la Base de Datos" -msgstr "Serwer na którym będzie zainstalowana baza danych" - -#: ../../../../inc/SP/Core/Installer.class.php:238 -msgid "No es posible comprobar el usuario de sysPass" -msgstr "Brak możliwości sprawdzenia użytkownika sysPass" - -#: ../../../../inc/SP/Core/Installer.class.php:239 -msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "Sprawdź prawa dostępu połączenia do bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:301 -msgid "La BBDD ya existe" -msgstr "Baza danych już istnieje" - -#: ../../../../inc/SP/Core/Installer.class.php:302 -#, fuzzy -msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "Podaj inną bazę danych lub usuń istniejącą" - -#: ../../../../inc/SP/Core/Installer.class.php:316 -#: ../../../../inc/SP/Core/Installer.class.php:419 -#, fuzzy -msgid "Error al crear la BBDD" -msgstr "Błąd przy tworzeniu bazy danych" - -#: ../../../../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 "Sprawdź prawa dostępu użytkownika bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:392 -msgid "El archivo de estructura de la BBDD no existe" -msgstr "Struktura plików bazy danych nie istnieje" - -#: ../../../../inc/SP/Core/Installer.class.php:393 -msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -msgstr "Błąd przy tworzeniu bazy danych. Proszę ściągnąć ponownie." - -#: ../../../../inc/SP/Core/Installer.class.php:401 -#, fuzzy -msgid "Error al seleccionar la BBDD" -msgstr "Błąd wyboru bazy danych." - -#: ../../../../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 "Błąd tworzenia struktury w bazie danych. Sprawdź prawa dostępu." - -#: ../../../../inc/SP/Core/Installer.class.php:420 -msgid "Error al crear la estructura de la Base de Datos." -msgstr "Błąd przy tworzeniu struktury bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:490 -msgid "Informe al desarrollador" -msgstr "Zgłoś developerowi" - -#: ../../../../inc/SP/Core/Installer.class.php:484 -#, fuzzy -msgid "Error al actualizar la clave maestra del usuario \"admin\"" -msgstr "Błąd aktualizacji głównego hasła dla użytkownika \"admin\"" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:175 -msgid "No es posible conectar con el servidor de LDAP" -msgstr "Błąd połączenia z serwerem LDAP" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:223 -msgid "Error al conectar (BIND)" -msgstr "Błąd połączenia (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 "Błąd wyszukiwania obiektów w bazowym DN" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:598 -#, fuzzy -msgid "Error al buscar RDN de grupo" -msgstr "Błąd podczas wyszukiwania grupy RDN" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:564 -#, fuzzy -msgid "Error al localizar el usuario en LDAP" -msgstr "Błąd podczas szukania użytkownika w LDAPie" - -#: ../../../../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 "Błąd podczas szukania grupy użytkowników" - -#: ../../../../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 "Użytkownik zweryfikowany w grupie" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -msgid "Vaciar Eventos" -msgstr "Wyczyść zdarzenia" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:144 -msgid "Vaciar registro de eventos" -msgstr "Wyczyść dziennik zdarzeń" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:398 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:129 -msgid "Cliente no encontrado" -msgstr "Nie znaleziono klienta" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:246 -#, fuzzy -msgid "Error al obtener los usuarios" -msgstr "Błąd podczas przetwarzania użytkowników" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:52 -msgid "Migrar Perfiles" -msgstr "Migracja profili" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:82 -#, fuzzy -msgid "Error al obtener perfiles" -msgstr "Błąd podczas przetwarzania profili" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:144 -msgid "Operación realizada correctamente" -msgstr "Operacja zakończona sukcesem" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:149 -#, fuzzy -msgid "Fallo al realizar la operación" -msgstr "Błąd podczas wykonywania operacji" - -#: ../../../../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 "Usuń profil" - -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:68 -msgid "Formato de XML inválido" -msgstr "Nieprawidłowy format XML" - -#: ../../../../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 "Błąd przetwarzania \"%s\" szablonu: %s " - -#: ../../../../inc/SP/Core/Template.class.php:181 -#: ../../../../inc/SP/Core/Template.class.php:183 -msgid "No es posible obtener la variable \"%s\"" -msgstr "Błąd pobierania zmiennej \"%s\"" - -#: ../../../../inc/SP/Core/Template.class.php:226 -#: ../../../../inc/SP/Core/Template.class.php:228 -msgid "No es posible destruir la variable \"%s\"" -msgstr "Nie można usunąć zmiennej \"%s\"" - -#: ../../../../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 "Błąd aktualizacji bazy danych" - -#: ../../../../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 "Po więcej szczegółów zajrzyj do logu" - -#: ../../../../inc/themes/material-blue/views/main/login.inc:65 -msgid "Acceder" -msgstr "Zaloguj się" - -#: ../../../../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 "Błąd podczas aktualizacji pomocniczej" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:206 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:219 -msgid "Actualizar BBDD" -msgstr "Aktualizacja bazy danych" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:212 -msgid "No es necesario actualizar la Base de Datos." -msgstr "Aktualizacja bazy danych jest zbędna" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:246 -msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "Aktualizacja bazy danych zakończona sukcesem" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:397 -msgid "Actualizar Configuración" -msgstr "Aktualizacja konfiguracji" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:240 -msgid "No se pudo realizar la petición de cambio de clave." -msgstr "Nie można wykonać żądania zmiany hasła" - -#: ../../../../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 "Usuń użytkownika" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:106 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:54 -msgid "Usuario de LDAP" -msgstr "Użytkownik LDAP" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:122 -msgid "Activación Cuenta" -msgstr "Aktywacja konta" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:123 -msgid "Su cuenta está pendiente de activación." -msgstr "Oczekujesz na aktywację konta" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:124 -msgid "En breve recibirá un email de confirmación." -msgstr "Powinieneś wkrótce otrzymać powiadomienie emailem" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:131 -msgid "Nuevo usuario de LDAP" -msgstr "Nowy użytkownik LDAP" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:152 -#, fuzzy -msgid "Error al migrar grupo del usuario" -msgstr "Błąd przy migracji grupy użytkowników" - -#: ../../../../inc/SP/Controller/MainController.class.php:367 -#: ../../../../inc/SP/Core/Init.class.php:129 -msgid "Versión de PHP requerida >= " -msgstr "Wymagana wersja PHP >=" - -#: ../../../../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 "SysPass wymaga wyższej wersji PHP" - -#: ../../../../inc/SP/Controller/MainController.class.php:378 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:311 -msgid "Módulo no disponible" -msgstr "Moduł niedostępny" - -#: ../../../../inc/SP/Controller/MainController.class.php:379 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." -msgstr "Bez tego modułu aplikacja może działać nieprawidłowo" - -#: ../../../../inc/SP/Core/XmlExport.class.php:133 -msgid "Exportar XML" -msgstr "Eksport XML" - -#: ../../../../inc/SP/Core/XmlExport.class.php:483 -#, fuzzy -msgid "Error al crear el archivo XML" -msgstr "Błąd tworzenia pliku XML" - -#: ../../../../inc/SP/Import/XmlFileImport.class.php:107 -#, fuzzy -msgid "No es posible procesar el archivo XML" -msgstr "Błąd przetwarzania pliku XML" - -#: ../../../../inc/SP/Import/XmlFileImport.class.php:85 -msgid "Archivo XML no soportado" -msgstr "Niewspierany plik XML" - -#: ../../../../inc/SP/Import/XmlFileImport.class.php:86 -msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "Nieznana aplikacja źródłowa eksportu" - -#: ../../../../inc/SP/Storage/DB.class.php:285 -#: ../../../../inc/SP/Storage/DB.class.php:330 -#: ../../../../js/strings.js.php:26 -msgid "Error en la consulta" -msgstr "Błąd zapytania" - -#: ../../../../js/strings.js.php:27 -msgid "Ha ocurrido un error" -msgstr "Błąd" - -#: ../../../../js/strings.js.php:28 ../../../../js/strings.js.php:86 -msgid "Sesión finalizada" -msgstr "Sesja wygasła" - -#: ../../../../js/strings.js.php:29 -msgid "Borrar la cuenta?" -msgstr "Skasować konto?" - -#: ../../../../js/strings.js.php:30 -msgid "Borrar el usuario?" -msgstr "Skasować użytkownika?" - -#: ../../../../js/strings.js.php:31 -msgid "Guarde la configuración para que sea efectiva" -msgstr "Zapisz konfigurację by zmiany zostały zastosowane" - -#: ../../../../js/strings.js.php:32 -msgid "Clave Generada" -msgstr "Wygeneruj hasło" - -#: ../../../../js/strings.js.php:33 -msgid "Nivel alto" -msgstr "Wysoki poziom" - -#: ../../../../js/strings.js.php:34 -msgid "Nivel medio" -msgstr "Średni poziom" - -#: ../../../../js/strings.js.php:35 -msgid "Nivel bajo" -msgstr "Niski poziom" - -#: ../../../../js/strings.js.php:36 -msgid "Nivel muy alto" -msgstr "Bardzo wysoki poziom" - -#: ../../../../js/strings.js.php:37 -msgid "Utilizar al menos 8 caracteres" -msgstr "Podaj przynajmniej 8 znaków" - -#: ../../../../js/strings.js.php:38 -msgid "Borrar elemento?" -msgstr "Usunąć element?" - -#: ../../../../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 "Nie znaleziono strony" - -#: ../../../../js/strings.js.php:40 -msgid "Archivo no soportado para visualizar" -msgstr "Brak możliwości podglądu pliku" - -#: ../../../../js/strings.js.php:41 -msgid "Eliminar archivo?" -msgstr "Usunąć plik?" - -#: ../../../../js/strings.js.php:42 -msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "Twoja przeglądarka nie wspiera uploadu HTML5" - -#: ../../../../js/strings.js.php:43 -msgid "Demasiados archivos" -msgstr "Za dużo plików" - -#: ../../../../js/strings.js.php:44 -msgid "Tamaño de archivo no permitido" -msgstr "Zły rozmiar pliku" - -#: ../../../../js/strings.js.php:46 -msgid "Vaciar el registro de eventos?" -msgstr "Wyczyścić log?" - -#: ../../../../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 "Wybierz grupę" - -#: ../../../../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 "Wybierz użytkownika" - -#: ../../../../js/strings.js.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:61 -msgid "Seleccionar Perfil" -msgstr "Wybierz profil" - -#: ../../../../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 "Wybierz klienta" - -#: ../../../../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 "Wybierz kategorię" - -#: ../../../../js/strings.js.php:52 -msgid "Sin resultados" -msgstr "Brak wyników" - -#: ../../../../js/strings.js.php:53 -msgid "Opciones de clave" -msgstr "Opcje hasła" - -#: ../../../../js/strings.js.php:54 -msgid "Generar clave aleatoria" -msgstr "Wygeneruj losowe hasło" - -#: ../../../../js/strings.js.php:55 -msgid "Complejidad" -msgstr "Złożoność" - -#: ../../../../js/strings.js.php:56 -msgid "Restablecer" -msgstr "Reset" - -#: ../../../../js/strings.js.php:57 -msgid "Nivel de fortaleza de la clave" -msgstr "Siła hasła" - -#: ../../../../js/strings.js.php:58 -msgid "Mostrar Clave" -msgstr "Pokaż hasło" - -#: ../../../../js/strings.js.php:59 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:19 -msgid "Copiar Usuario" -msgstr "Kopiuj nazwę użytkownika" - -#: ../../../../js/strings.js.php:60 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:30 -msgid "Copiar Clave" -msgstr "Kopiuj hasło" - -#: ../../../../js/strings.js.php:61 -msgid "Incluir Números" -msgstr "Użyj liczb" - -#: ../../../../js/strings.js.php:62 -msgid "Incluir Mayúsculas" -msgstr "Użyj wielkich liter" - -#: ../../../../js/strings.js.php:63 -msgid "Incluir Símbolos" -msgstr "Użyj symboli" - -#: ../../../../js/strings.js.php:64 -msgid "Longitud" -msgstr "Długość" - -#: ../../../../js/strings.js.php:65 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:36 -msgid "Seleccionar Acción" -msgstr "Wybierz akcję" - -#: ../../../../js/strings.js.php:66 -msgid "SI" -msgstr "Tak" - -#: ../../../../js/strings.js.php:67 -msgid "NO" -msgstr "Nie" - -#: ../../../../js/strings.js.php:68 -msgid "Aceptar" -msgstr "Akceptuję" - -#: ../../../../js/strings.js.php:69 -msgid "Cancelar" -msgstr "Anuluj" - -#: ../../../../js/strings.js.php:70 -msgid "Clave Copiada al Portapapeles" -msgstr "Hasło skopiowane do schowka" - -#: ../../../../js/strings.js.php:71 -msgid "Error al copiar al portapapeles" -msgstr "Błąd podczas kopiowania do schowka" - -#: ../../../../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 "Szczegóły konta" - -#: ../../../../inc/SP/Controller/AccountController.class.php:437 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:132 -msgid "Modificar Clave de Cuenta" -msgstr "Zmień hasło do konta" - -#: ../../../../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 "Imię" - -#: ../../../../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 "Moduł" - -#: ../../../../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 "Usuń pole" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 -msgid "Último backup" -msgstr "Ostatania kopia bezpieczeństwa" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 -#, fuzzy -msgid "No se encontraron backups" -msgstr "Brak dostępnych kopii bezpieczeństwa" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 -msgid "Última exportación" -msgstr "Ostani eksport" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 -msgid "No se encontró archivo de exportación" -msgstr "Brak plików eksportu" - -#: ../../../../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 "Informacja" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:104 -msgid "Registro de eventos vaciado" -msgstr "Log wyczyszczony" - -#: ../../../../inc/SP/Log/Log.class.php:95 -#, fuzzy -msgid "Error al vaciar el registro de eventos" -msgstr "Błąd przy czyszczeniu logu" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:52 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:148 -msgid "Admin Aplicación" -msgstr "Administrator aplikacji" - -#: ../../../../inc/SP/Controller/MainController.class.php:264 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:72 -msgid "Buscar" -msgstr "Szukaj" - -#: ../../../../inc/SP/Controller/MainController.class.php:283 -msgid "Usuarios y Accesos" -msgstr "Użytkownicy i dostęp" - -#: ../../../../inc/SP/Controller/MainController.class.php:293 -msgid "Elementos y Personalización" -msgstr "Elementy i kustomizacje" - -#: ../../../../inc/SP/Controller/MainController.class.php:313 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:7 -msgid "Registro de Eventos" -msgstr "Log" - -#: ../../../../inc/SP/Controller/MainController.class.php:387 -msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -msgstr "Ta wersja PHP jest podatna na atak 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 "Zaktualizuj PHP aby zapewnić bezpieczne używanie sysPass" - -#: ../../../../inc/SP/Controller/MainController.class.php:394 -msgid "No se encuentra el generador de números aleatorios." -msgstr "Nie znaleziono generatora liczb losowych" - -#: ../../../../inc/SP/Controller/MainController.class.php:395 -msgid "" -"Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -msgstr "" -"Bez tej funkcji, atakujący może użyć twojego konta do zresetowania hasła" - -#: ../../../../ajax/ajax_install.php:58 -msgid "Instalación finalizada" -msgstr "Instalacja zakończona" - -#: ../../../../inc/SP/Controller/MainController.class.php:492 -msgid "Descargar nueva versión" -msgstr "Pobierz nową wersję" - -#: ../../../../inc/SP/Controller/MainController.class.php:504 -msgid "Avisos de sysPass" -msgstr "Komunikaty sysPass" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:345 -msgid "Ordenar por Cliente" -msgstr "Sortuj po kliencie" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:352 -msgid "Ordenar por Nombre" -msgstr "Sortuj po nazwie" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:359 -msgid "Ordenar por Categoría" -msgstr "Sortuj po kategorii" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:366 -msgid "Ordenar por Usuario" -msgstr "Sortuj po nazwie użytkownika" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:373 -msgid "Ordenar por URL / IP" -msgstr "Sortuj po 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 "Właściwości" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:53 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:155 -#, fuzzy -msgid "Admin Cuentas" -msgstr "Konto Admina" - -#: ../../../../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 "Disabled" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:542 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:543 -msgid "Ver Detalles de Usuario" -msgstr "Pokaż szczegóły użytkownika" - -#: ../../../../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 "Zmień hasło użytkownika" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:709 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:710 -msgid "Ver Detalles de Perfil" -msgstr "Pokaż szczegóły profilu" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:793 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:794 -msgid "Ver token de Autorización" -msgstr "Pokaż token poświadczenia" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:409 -msgid "Token de autorización visualizado" -msgstr "Token poświadczenia wyświetlony" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:407 -msgid "Autorizaciones" -msgstr "Poświadczenia" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:90 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:93 -msgid "Seguridad" -msgstr "Bezpieczeństwo" - -#: ../../../../inc/SP/Controller/UserPreferencesController.class.php:90 -msgid "Preferencias" -msgstr "Ustawienia" - -#: ../../../../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 "Nazwa konta" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:500 -#: ../../../../inc/themes/material-blue/views/account/account.inc:106 -msgid "URL o IP de acceso" -msgstr "Access URL or IP" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:499 -#: ../../../../inc/themes/material-blue/views/account/account.inc:118 -msgid "Usuario de acceso" -msgstr "Access user" - -#: ../../../../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 "Hasło (powtórz)" - -#: ../../../../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 "Notatki" - -#: ../../../../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 "Informacje o koncie" - -#: ../../../../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 "Prawa" - -#: ../../../../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 "Włącz edycję" - -#: ../../../../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 "Główna grupa" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Upuść pliki tutaj (maks. 5) albo kliknij by wybrać" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:283 -msgid "Tamaño máximo de archivo" -msgstr "Maksymalny rozmiar pliku" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:212 -#: ../../../../inc/themes/material-blue/views/account/account.inc:214 -msgid "Historial" -msgstr "Historia" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:219 -msgid "Seleccionar fecha" -msgstr "Wybierz datę" - -#: ../../../../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 "Ostania modyfikacja" - -#: ../../../../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 "Wizyt" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:26 -#: ../../../../inc/themes/material-blue/views/account/details.inc:28 -msgid "Fecha Alta" -msgstr "Data dodania" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:44 -#: ../../../../inc/themes/material-blue/views/account/details.inc:46 -msgid "Creador" -msgstr "Autor" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:61 -#: ../../../../inc/themes/material-blue/views/account/details.inc:63 -msgid "Usuarios Secundarios" -msgstr "Secondary Users" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:83 -#: ../../../../inc/themes/material-blue/views/account/details.inc:85 -msgid "Grupos Secundarios" -msgstr "Secondary Groups" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:106 -#: ../../../../inc/themes/material-blue/views/account/details.inc:108 -msgid "Fecha Edición" -msgstr "Data modyfikacji" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:114 -#: ../../../../inc/themes/material-blue/views/account/details.inc:116 -msgid "Editor" -msgstr "Edytor" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:168 -msgid "Restaurar cuenta desde este punto" -msgstr "Przywróć konta z tego miejsca" - -#: ../../../../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 "Kopiuj hasło do schowka" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:17 -msgid "Ver Actual" -msgstr "Zobacz obecne" - -#: ../../../../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 "Wstecz" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:146 -msgid "Modificar Cuenta" -msgstr "Edytuj konto" - -#: ../../../../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 "Żądanie modyfikacji" - -#: ../../../../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 "Zapisz" - -#: ../../../../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 "Wynik" - -#: ../../../../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 "Pobierz obecne" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:43 -#, fuzzy -msgid "No hay backups para descargar" -msgstr "Brak kopii bezpieczeństwa do pobrania" - -#: ../../../../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 "Pomoc" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:71 -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 "" -"Kopia bezpieczeństwa pozwala na pobranie bazy danych sysPassa albo plików " -"aplikacyjnych oraz konfiguracji" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:73 -#, fuzzy -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 "" -"Ten sposób pozwala zapisać wszystkie dane sysPassa w innym miejscu albo użyć " -"w aplikacji przenośnej." - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:88 -msgid "Exportar Cuentas" -msgstr "Eksport kont" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:122 -#, fuzzy -msgid "No hay archivos XML para descargar" -msgstr "Brak plików do pobrania" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:129 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:137 -msgid "Clave de Exportación" -msgstr "Hasło eksportu" - -#: ../../../../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 "Hasło eksportu (ponownie)" - -#: ../../../../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 "" -"Eksport kont pozwala na zapisanie danych kont w formacie XML do dalszego " -"importu w innych instancjach sysPass." - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:184 -msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." -msgstr "" -"Hasła kont są eksportowane w zaszyfrowany sposób dla większego bezpieczeństwa" - -#: ../../../../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 "" -"Istnieje możliwość ustawienia hasła eksportu by zapisać zaszyfrowane dane w " -"pliku XML." - -#: ../../../../inc/themes/material-blue/views/main/body-start.inc:4 -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "JavaSript jest wymagany do prawidłowego funkcjonowania" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:518 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:23 -msgid "Nombre de la categoría" -msgstr "Nazwa kategorii" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:519 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:35 -msgid "Descripción de la categoría" -msgstr "Opis kategorii" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:4 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:7 -msgid "Sitio" -msgstr "Strona" - -#: ../../../../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 "Język" - -#: ../../../../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 "" -"Ustaw globalny język aplikacji. Możesz nadpisać język w ustawieniach " -"użytkownika." - -#: ../../../../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 "Theme" - -#: ../../../../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 "" -"Ustaw globalny theme. Użytkownik może go nadpisać w ustawieniach profilu." - -#: ../../../../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 sesji" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:21 -msgid "Habilitar log de eventos" -msgstr "Włącz log" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:13 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Zapisz akcje wykonane przez aplikację" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:104 -msgid "Habilitar depuración" -msgstr "Włącz debugowanie" - -#: ../../../../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 "Pokazuje informacje o konfiguracji i wydajności aplikacji" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:122 -msgid "Modo mantenimiento" -msgstr "Tryb serwisowania" - -#: ../../../../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 "" -"W tym trybie nikt nie może się zalogować. Aby go wyłączyć, musisz " -"zmodyfikować plik konfiguracyjny." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:140 -msgid "Comprobar actualizaciones" -msgstr "Sprawdź aktualizacje" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:132 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." -msgstr "Sprawdź akutalizację aplikacji (tylko dla administratora)." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:158 -msgid "Comprobar notificaciones" -msgstr "Sprawdź uwagi" - -#: ../../../../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 "" -"Sprawdz czy są dostępne ostrzeżenia dotyczące bezpieczeństwa sysPassa (tylko " -"dla administratorów)." - -#: ../../../../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 "Nazwa konta jako 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 "Ustawia nazwę konta jako link do szczegółów." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:251 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:203 -msgid "Gestión de archivos" -msgstr "Zarządzanie plikami" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:241 -#, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "Włącza wysyłanie/pobieranie plików dla konta" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:72 -msgid "Búsquedas globales" -msgstr "Globalne wyszukiwania" - -#: ../../../../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 "" -"Pozwala na wyszukiwanie wszyskich kont. Jeśli użytkownik nie ma odpowiednich " -"praw to nadal nie będzie mógł wyświetlić szczegółów." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:257 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:275 -msgid "Extensiones de archivos permitidas" -msgstr "Dozwolone rozszerzenia plików" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:262 -msgid "Extensiones permitidas para la subida de archivos." -msgstr "Dozwolone rozszerzenia uploadowanych plików" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:266 -msgid "Se permite un máximo de 4 caracteres." -msgstr "Maksymalnie 4 znaki" - -#: ../../../../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 "" -"Podaj rozszerzenie i wciśnij enter aby dodać. Pamiętaj aby zapisać " -"konfigurację." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:288 -msgid "Establece el tamaño máximo para subir archivos." -msgstr "Ustaw maksymalny rozmiar uploadowanych plików." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:292 -msgid "El máximo absuluto es de 16MB." -msgstr "Absolutne maksimum to 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 "Wyników na stronę" - -#: ../../../../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 "Liczba wyników na strone przy wyszukiwaniu" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:116 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:155 -msgid "Resultados en Tarjetas" -msgstr "Wyniki w formie kart" - -#: ../../../../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 "Włącza pokazywanie wyników wyszukiwania w formie kart." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:96 -msgid "Imagen para mostrar clave" -msgstr "Pokaż hasło w obrazku" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:82 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Generuj obrazek z hasłem." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:86 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "" -"Przydatne w środowiskach w których kopiowanie haseł do schowka jest " -"naruszeniem bezpieczeństwa." - -#: ../../../../inc/SP/Api/SyspassApi.class.php:538 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:26 -msgid "Nombre del cliente" -msgstr "Nazwa klienta" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:539 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:39 -msgid "Descripción del cliente" -msgstr "Opis klienta" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:57 -msgid "Texto Ayuda" -msgstr "Tekst pomocy" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:74 -msgid "Obligatorio" -msgstr "Wymagane" - -#: ../../../../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 -msgid "Clave Maestra" -msgstr "Główne hasło" - -#: ../../../../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 -msgid "Último cambio" -msgstr "Ostania zmiana" - -#: ../../../../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 -msgid "Clave Maestra actual" -msgstr "Obecne główne hasło" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:43 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:51 -msgid "Nueva Clave Maestra" -msgstr "Nowe główne hasło" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:57 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:65 -msgid "Nueva Clave Maestra (repetir)" -msgstr "Nowe hasło główne (powtórz)" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:83 -msgid "No modificar cuentas" -msgstr "Nie modyfikuj kont" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:75 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" -msgstr "Ustawia nowe hasło bez ponownego szyfrowania kont" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:109 -msgid "Confirmar cambio" -msgstr "Potwierdź zmianę" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:92 -msgid "Guarde la nueva clave en un lugar seguro." -msgstr "Zapisz główne hasło w bezpiecznym miejscu" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:96 -msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "Wszystkie hasła będą zaszyfrowane ponownie." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:100 -msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "Użytkownicy będą musieli podać nowe hasło główne" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:138 -msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." -msgstr "" -"Główne hasło jest używane do zaszyfrowania haseł kont bezpiecznie " -"przechowywanych w sysPassie." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:140 -msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." -msgstr "" -"Zaleca się je zmieniać okresowo używając przy tym trudnych haseł " -"zawierających cyfry, litery i symbole." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:171 -msgid "Clave Temporal" -msgstr "Tymczasowe hasło" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:187 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:200 -msgid "No generada" -msgstr "Nie wygenerowano" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:192 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:195 -msgid "Válido hasta" -msgstr "Ważne do" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:216 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:225 -msgid "Validez (s)" -msgstr "Life (s)" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:303 -#, fuzzy -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 "" -"Tymczasowe hasło jest używane zamiast hasła głównego podczas logowania " -"użytkowników. Dzięki temu nie ma potrzeby zdradzać im głównego hasła." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:309 -msgid "Generar" -msgstr "Generuj" - -#: ../../../../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 "Nie znaleziono wpisów" - -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:22 -msgid "Fecha / Hora" -msgstr "Data / czas" - -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:28 -msgid "Evento" -msgstr "Zdarzenie" - -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:34 -msgid "IP" -msgstr "IP" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:85 -msgid "Primera página" -msgstr "Pierwsza strona" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:83 -msgid "Página anterior" -msgstr "Poprzednia strona" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:84 -msgid "Página siguiente" -msgstr "Następna strona" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:86 -msgid "Última página" -msgstr "Ostatnia strona" - -#: ../../../../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 "Pokaż plik" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 -#, fuzzy -msgid "Indica si la conexión utiliza HTTPS." -msgstr "Informuje czy połączenie używa HTTPS" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 -msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." -msgstr "" -"Hasła wysyłane przez formularze są zaszyfrowane przez PKI, pozostałe dane " -"nie są." - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:60 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "Pomoc :: FAQ :: Lista zmian" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:64 -msgid "Un proyecto de cygnux.org" -msgstr "Projekt cygnux.org" - -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:27 -msgid "Nombre del grupo" -msgstr "Nazwa grupy" - -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:40 -msgid "Descripción del grupo" -msgstr "Opis grupy" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:8 -msgid "Importar CSV/XML" -msgstr "Import 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 "Domyślny urzytkownik" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:19 -msgid "Define el usuario por defecto para las cuentas importadas." -msgstr "Sets the default user for the accounts imported." - -#: ../../../../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 "Domyślna grupa" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:45 -msgid "Define el grupo por defecto para las cuentas importadas." -msgstr "Sets the default group for the accounts imported." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:127 -#: ../../../../inc/themes/material-blue/views/config/import.inc:142 -msgid "Clave de Importación" -msgstr "Hasło importu" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:176 -#: ../../../../inc/themes/material-blue/views/config/import.inc:191 -msgid "Delimitador CSV" -msgstr "Separator CSV" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:74 -msgid "Soltar archivo aquí o click para seleccionar" -msgstr "Przeciągnij plik tutaj lub kliknij aby wybrać" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:102 -#, fuzzy -msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." -msgstr "" -"Pozwala na tworzenie kont, kategorii i klientów poprzez import z plików XML " -"i CSV." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:104 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" -msgstr "Wspierane formaty XML to sysPass, KeePass i 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 "Przeciągnij i upuść plik do strefy importu albo klinij na strzałkę" - -#: ../../../../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 "" -"Dla plików KeePass i KeePassX, nazwami klientów będą KeePass i KeePassX a " -"kategorie będą nazwane tak jak grupy." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:110 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" -msgstr "Importowany plik CSV musi mieć następujący format:" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:114 -#, fuzzy -msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." -msgstr "" -"Jeśli klient lub kategoria nie istnieją to zostaną dodane automatycznie." - -#: ../../../../inc/themes/material-blue/views/config/info.inc:5 -msgid "Información de la Aplicación" -msgstr "Informacje o aplikacji" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:11 -#: ../../../../inc/themes/material-blue/views/config/info.inc:14 -msgid "Versión sysPass" -msgstr "Wersja sysPass" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:21 -#: ../../../../inc/themes/material-blue/views/config/info.inc:24 -msgid "Base de Datos" -msgstr "Baza danych" - -#: ../../../../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 "Rozszerzenia" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:44 -msgid "Memoria Usada" -msgstr "Użycie pamięci" - -#: ../../../../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 "Serwer" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:35 -msgid "Login del usuario administrador de sysPass" -msgstr "Login administratora sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:67 -msgid "Configurar BBDD" -msgstr "Konfiguracja bazy danych" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:110 -msgid "Nombre de la base de datos para sysPass" -msgstr "Nazwa bazy danych sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:145 -msgid "Modo Hosting" -msgstr "Typ hostingu" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:152 -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" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:166 -#: ../../../../inc/themes/material-blue/views/main/install.inc:168 -msgid "Instalar" -msgstr "Instalacja" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:36 -msgid "Habilitar LDAP" -msgstr "Włącz LDAP" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:22 -#, fuzzy -msgid "Habilita de autentificación mediante servidor LDAP." -msgstr "Włącz poświadczenia serwera LDAP" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:26 -msgid "Este método utilizará MySQL en caso de fallo." -msgstr "Ta metoda użyje MySQL jako fallbacku." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:67 -#, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." -msgstr "Nazwa hosta lub IP serwera 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 "Przykłady:" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:93 -msgid "Usuario de conexión" -msgstr "Przypisz użytkownika" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:98 -msgid "Usuario para conectar con el servicio de LDAP." -msgstr "Użytkownik łączący się z LDAPem." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:123 -msgid "Clave de conexión" -msgstr "Bind Password" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:144 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:168 -msgid "Base de búsqueda" -msgstr "Baza wyszukiwania" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:149 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -msgstr "Baza wyszukiwania użytkowników LDAPa" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:179 -#, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." -msgstr "Grupa LDAPa do której użytkownik musi należeć aby móc się zalogować." - -#: ../../../../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 "Ta grupa musi się znajdować wewnątrz bazy wyszukiwania LDAPa" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:212 -#, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Podaj domyślną grupę dla nowych użytkowników LDAP" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:231 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:241 -msgid "Perfil por Defecto" -msgstr "Domyślny profil" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:236 -#, fuzzy -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Definiuje domyślną grupę nowych użytkowników 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 "Włącza tryb połączenia LDAP Active Directory" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:71 -msgid "Comprobar" -msgstr "Sprawdź" - -#: ../../../../inc/themes/material-blue/views/main/login.inc:74 -msgid "¿Olvidó su clave?" -msgstr "Zapomniałeś hasła?" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:74 -#: ../../../../inc/themes/material-blue/views/main/login.inc:81 -msgid "Aplicación actualizada correctamente" -msgstr "Aktualizacja aplikacji zakończona sukcesem" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:21 -msgid "Habilitar notificaciones de correo" -msgstr "Włącz powiadomienia email" - -#: ../../../../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 "Włącz poświadczenia" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:96 -msgid "Deshabilitada" -msgstr "Wyłączone" - -#: ../../../../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 "Adres email odbiorcy" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:133 -msgid "Habilitar peticiones por correo" -msgstr "Włącz żądania emailem" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:294 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:295 -msgid "Más Acciones" -msgstr "Więcej akcji" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:7 -msgid "Solicitud de Cambio de Clave" -msgstr "Żądaj zmiany hasła" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:25 -msgid "Email del Usuario" -msgstr "Email użytkownika" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:55 -msgid "Volver a iniciar sesión" -msgstr "Wróć do logowania" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:61 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:63 -msgid "Solicitar" -msgstr "Żądanie" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:67 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:69 -msgid "Cambiar" -msgstr "Zmiana" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:51 -msgid "Cambiar Clave" -msgstr "Zmień hasło" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:100 -msgid "Ordenar resultados por visitas" -msgstr "Sortuj wyniki po ilości wyświetleń" - -#: ../../../../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 "Sortuj wyniki wyszukiwania po liczbie wyświetleń" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:118 -msgid "Barra de navegación superior" -msgstr "Pasek nawigacji u góry" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:110 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Pokazuje pasek nawigacji nad wynikami wyszukiwania" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:137 -msgid "Mostrar Acciones Ocultas" -msgstr "Pokaż ukryte akcje" - -#: ../../../../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 "Zawszy pokazuj ukryte akcje przy wynikach wyszukiwania." - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:25 -msgid "Nombre del perfil" -msgstr "Nazwa profilu" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver detalles de cuenta" -msgstr "Pokaż szczegóły konta" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver" -msgstr "Pokaż" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:54 -msgid "Ver clave de cuenta" -msgstr "Pokaż hasło" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver historial de cuenta" -msgstr "Pokaż historię konta" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar cuenta" -msgstr "Edytuj konto" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar" -msgstr "Edycja" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar clave de cuenta" -msgstr "Edytuj hasło" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar Clave" -msgstr "Edytuj hasło" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:46 -msgid "Añadir" -msgstr "Dodaj" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:89 -msgid "Ver archivos de cuenta" -msgstr "Pokaż pliki kont" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Backup" -msgstr "Kopie zapasowe" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Realizar importación de cuentas" -msgstr "Importuj konta" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:130 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:132 -msgid "Gestión" -msgstr "Zarządzanie" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:140 -msgid "Gestión de usuarios" -msgstr "Zarządzanie uzytkownikami" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:147 -msgid "Gestión de grupos" -msgstr "Zarządzanie grupami" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Gestión de perfiles" -msgstr "Zarządzanie profilami" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:680 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Perfiles" -msgstr "Profile" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:161 -msgid "Gestión de categorías" -msgstr "Zarządzenia kategoriami" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:168 -msgid "Gestión de clientes" -msgstr "Zarządzanie klientami" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:175 -msgid "Gestión de campos personalizados" -msgstr "Zarządzanie własnymi polami" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Gestión de autorizaciones API" -msgstr "Zarządzanie poświadczeniami API" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:764 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Autorizaciones API" -msgstr "Poświadczenia API" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:253 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:255 -msgid "Otros" -msgstr "Inne" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Ver log de eventos" -msgstr "Zobacz dziennik zdarzeń" - -#: ../../../../inc/SP/Core/Acl.class.php:222 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Log de Eventos" -msgstr "Dziennik zdarzeń" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:270 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:272 -msgid "Usado por" -msgstr "Użyte przez" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:4 -msgid "Solicitar Modificación de Cuenta" -msgstr "Żądaj zmiany konta" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:36 -msgid "Petición" -msgstr "Żądanie" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:42 -msgid "Descripción de la petición" -msgstr "Wymagaj opisu" - -#: ../../../../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 "Powrót" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:65 -msgid "Enviar" -msgstr "Wyślij" - -#: ../../../../inc/themes/material-blue/views/grid/datagrid-nav-full.inc:11 -msgid "Filtro ON" -msgstr "Filtr wł." - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:24 -msgid "Buscar en Wiki" -msgstr "Wyszukaj na Wiki" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:71 -msgid "Abrir enlace a" -msgstr "Otwórz link w" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:152 -msgid "Archivos adjuntos" -msgstr "Załącznik" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:162 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:173 -msgid "Enlace a Wiki" -msgstr "Link na Wiki" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:67 -msgid "Limpiar" -msgstr "Wyczyść" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:473 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:15 -msgid "Texto a buscar" -msgstr "Tekst do wyszukania" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:22 -msgid "Parámetros especiales:" -msgstr "Parametry specjalne" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:25 -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Search for accounts which 'login' has access rights" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:27 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "Search for accounts which 'group_name' has access rights" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:29 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "Search for accounts which contains a file with the name '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 "Globalne wyszukiwanie" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:87 -msgid "Cuentas por página" -msgstr "Kont na stronę" - -#: ../../../../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 "Wyloguj" - -#: ../../../../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 "Opcje" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:61 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:65 -msgid "Regenerar Autorización" -msgstr "Odśwież autoryzację" - -#: ../../../../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 "Zaktualizowano" - -#: ../../../../inc/themes/material-blue/views/main/update.inc:27 -msgid "Error al comprobar actualizaciones" -msgstr "Błąd sprawdzania akutalizacji" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:10 -msgid "Actualización de BBDD" -msgstr "Uaktualnienie bazy danych" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:19 -msgid "Código de Seguridad" -msgstr "Kod bezpieczeństwa" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:174 -msgid "Iniciar Actualización" -msgstr "Start uaktualnienia" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:31 -msgid "Nombre de usuario completo" -msgstr "Pełna nazwa użytkownika" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:45 -msgid "Login de inicio de sesión" -msgstr "Login sesji" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:94 -msgid "Dirección de correo" -msgstr "Adres email" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:145 -msgid "Administrador de la aplicación" -msgstr "Administrator aplikacji" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:152 -msgid "Administrador de cuentas" -msgstr "Administrator kont" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:167 -msgid "Forzar cambio de clave" -msgstr "Wymuś zmianę hasła" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:181 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:183 -msgid "Entradas" -msgstr "Wpisy" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:190 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:192 -msgid "Último Acceso" -msgstr "Ostatnie logowanie" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:208 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:210 -msgid "Fecha Clave Maestra" -msgstr "Data głównego hasła" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:30 -msgid "Habilitar enlaces Wiki" -msgstr "Włącz linki Wiki" - -#: ../../../../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 "" -"Włącza opcję dodawania linku do wyników wyszukiwania w zewnętrznej 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 "URL wyszukiwania Wiki" - -#: ../../../../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 używany przez Wiki do wykonania wyszukiwania" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:45 -msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "Nazwa klienta jest użyta jako parametr." - -#: ../../../../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 "Przykład:" - -#: ../../../../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 strony 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 which the Wiki uses for to access to the entry details." - -#: ../../../../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 "The account name is used as parameter of Wiki search variable." - -#: ../../../../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 "Prefix nazwy konta" - -#: ../../../../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 "Prefix to determine which accounts have a link to the Wiki." - -#: ../../../../inc/themes/material-blue/views/account/account.inc:11 -msgid "Histórico" -msgstr "Historia" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:68 -msgid "Realizar" -msgstr "Wykonaj" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:86 -msgid "Forzar HTTPS" -msgstr "Wymuś 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 "Wymusza HTTPS dla wszystkich połączeń" - -#: ../../../../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 "Wyników na stronie" - -#: ../../../../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 "Użyj proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:27 -msgid "Servidor proxy" -msgstr "Serwer proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:41 -msgid "Puerto del servidor proxy" -msgstr "Port serwera proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:55 -msgid "Usuario del servidor proxy" -msgstr "Użytkownik serwera proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:69 -msgid "Clave del servidor proxy" -msgstr "Hasło serwera proxy" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:26 -msgid "Nombre del campo" -msgstr "Nazwa pola" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:63 -msgid "Ayuda del campo" -msgstr "Pomoc pola" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:206 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:209 -msgid "Intentos" -msgstr "Próby" - -#: ../../../../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 "Ustawienia użytkownika" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:27 -msgid "Usuario administrador de sysPass" -msgstr "admin sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:77 -msgid "Usuario acceso BBDD" -msgstr "Użytkownik bazy danych" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:85 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "Użytkownik MySQL z prawami admina" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:93 -msgid "Clave acceso BBDD" -msgstr "Hasło do bazy danych" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:102 -msgid "Nombre BBDD para sysPass" -msgstr "Nazwa bazy danych sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:119 -msgid "Servidor BBDD para sysPass" -msgstr "Serwer bazy danych sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:127 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Nazwa hosta do instalacji bazy sysPass" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:128 -msgid "Clave del usuario de conexión a LDAP." -msgstr "LDAP connection user password" - -#: ../../../../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 "" -"Allows users to request for either modifications to existing accounts or " -"access to accounts in which they have no rights." - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 -#, fuzzy -msgid "Crear nueva cuenta" -msgstr "Stwórz nowe konto" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 -#, fuzzy -msgid "Crear" -msgstr "Stwórz" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:82 -#, fuzzy -msgid "Eliminar cuenta" -msgstr "Usuń konto" - -#: ../../../../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 "Usuń" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 -msgid "Opciones de encriptación" -msgstr "Opcje szyfrowania" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Realizar copia de seguridad y exportar" -msgstr "Stwórz kopię i eksportuj" - -#: ../../../../ajax/ajax_filesMgmt.php:97 -msgid "Extensión" -msgstr "Rozszerzenie" - -#: ../../../../ajax/ajax_filesMgmt.php:124 -msgid "Tamaño de archivo superado" -msgstr "Przekroczony rozmiar pliku" - -#: ../../../../ajax/ajax_passReset.php:77 -msgid "Solicitud no enviada" -msgstr "Żądanie nie zostało wysłane" - -#: ../../../../ajax/ajax_passReset.php:78 -msgid "Compruebe datos de usuario o consulte con el administrador" -msgstr "Sprawdź dane użytkownika lub skontaktuj się z administratorem" - -#: ../../../../inc/SP/Account/Account.class.php:203 -#: ../../../../inc/SP/Account/Account.class.php:510 -#, fuzzy -msgid "La cuenta no existe" -msgstr "Konto nie istnieje" - -#: ../../../../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 "Błędy" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:80 -msgid "Error al añadir favorito" -msgstr "Błąd podczas dodawania do ulubionych" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:102 -msgid "Error al eliminar favorito" -msgstr "Błąd usuwania ulubionych" - -#: ../../../../inc/SP/Account/AccountTags.class.php:129 -#, fuzzy -msgid "Error al eliminar las etiquetas de la cuenta" -msgstr "Błąd przy usuwaniu tagów konta" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:190 -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:74 -msgid "Método inválido" -msgstr "Nieprawidłowa metoda" - -#: ../../../../inc/SP/Api/ApiBase.class.php:200 -#: ../../../../inc/SP/Api/ApiRequest.class.php:207 -msgid "Datos inválidos" -msgstr "Nieprawidłowe dane" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:211 -msgid "Formato incorrecto" -msgstr "Zły 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 konta" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:467 -#, fuzzy -msgid "Devolver detalles en la respuesta" -msgstr "Wyślij szczegóły w odpowiedzi" - -#: ../../../../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 "Ilość wyników do wyświetlenia" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:475 -msgid "Id de categoría a filtrar" -msgstr "Id kategorii do filtracji" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:476 -msgid "Id de cliente a filtrar" -msgstr "Customer Id to filter on" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:496 -#: ../../../../inc/SP/Api/SyspassApi.class.php:525 -msgid "Id de categoría" -msgstr "Id kategorii" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:497 -#: ../../../../inc/SP/Api/SyspassApi.class.php:545 -msgid "Id de cliente" -msgstr "Id klienta" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:511 -msgid "Nombre de categoría a buscar" -msgstr "Category name to search for" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:531 -msgid "Nombre de cliente a buscar" -msgstr "Customer name to search for" - -#: ../../../../inc/SP/Auth/Auth.class.php:88 -msgid "Método ya inicializado" -msgstr "Metoda zainicjowana juz wcześniej" - -#: ../../../../inc/SP/Auth/Auth.class.php:90 -msgid "Método no disponible" -msgstr "Metoda niedostępna" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:108 -msgid "Objetos encontrados: %d" -msgstr "Znalezione obiekty: %d" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:127 -#, fuzzy -msgid "Los parámetros de DokuWiki no están configurados" -msgstr "Brak ustawionych parametrów DokuWiki" - -#: ../../../../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 "Błąd" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:137 -msgid "Conexión correcta" -msgstr "Połączenie ustanowione" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:141 -msgid "Error de conexión a DokuWiki" -msgstr "Błąd połączenia z DokuWiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:181 -msgid "Faltan parámetros de syslog remoto" -msgstr "Brakujące parametry zdalnego syslogu" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:192 -msgid "Syslog remoto deshabilitado" -msgstr "Zdalny syslog wyłączony" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:253 -#, fuzzy -msgid "Error al guardar la configuración" -msgstr "Błąd zapisu konfiguracji" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:356 -msgid "Faltan parámetros de DokuWiki" -msgstr "Brakujące parametry DokuWiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:368 -msgid "DokuWiki habiltada" -msgstr "DokuWiki włączona" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:372 -msgid "DokuWiki deshabilitada" -msgstr "DokuWiki wyłączona" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:125 -msgid "Buscar Evento" -msgstr "Szukaj zdarzenia" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:80 -msgid "Buscar Categoría" -msgstr "Szukaj kategorii" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:154 -msgid "Buscar Cliente" -msgstr "Szukaj klienta" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:230 -msgid "Buscar Campo" -msgstr "Szukaj pola" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:310 -msgid "Buscar Archivo" -msgstr "Szukaj pliku" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:373 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:434 -msgid "Buscar Cuenta" -msgstr "Szukaj konta" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:506 -msgid "Buscar Usuario" -msgstr "Szukaj użytkownika" - -#: ../../../../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 "Import użytkowników z LDAPa" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:616 -msgid "Buscar Grupo" -msgstr "Szukaj grupy" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:688 -msgid "Buscar Perfil" -msgstr "Szukaj profilu" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:772 -msgid "Buscar Token" -msgstr "Szukaj tokenu" - -#: ../../../../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 "Data utworzenia" - -#: ../../../../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 "Data wygaśnięcia" - -#: ../../../../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 "Notify" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:856 -msgid "Enlaces" -msgstr "Linki" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:864 -msgid "Buscar Enlace" -msgstr "Szukaj linku" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:874 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:875 -msgid "Ver Enlace" -msgstr "Pokaż link" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:883 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:884 -msgid "Renovar Enlace" -msgstr "Odśwież 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 "Usuń 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 "Tagi" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:934 -msgid "Buscar Etiqueta" -msgstr "Szukaj tagu" - -#: ../../../../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 "Nowy 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 "Edytuj 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 "Usuń 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 "Pluginy" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1009 -msgid "Buscar Plugin" -msgstr "Szukaj pluginów" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1019 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1020 -msgid "Ver Plugin" -msgstr "Pokaż plugin" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1028 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1029 -msgid "Habilitar" -msgstr "Włącz" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1038 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1039 -msgid "Deshabilitar" -msgstr "Wyłącz" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1048 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1049 -msgid "Restablecer Datos" -msgstr "Resetuj dane" - -#: ../../../../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 "Komponent" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:67 -msgid "Leída" -msgstr "Read" - -#: ../../../../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 "Powiadomienia" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:84 -msgid "Buscar Notificación" -msgstr "Szukaj powiadomień" - -#: ../../../../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 "Wyświetl powiadomienia" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:116 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:117 -msgid "Marcar Notificación" -msgstr "Sprawdź powiadomienia" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:136 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:137 -msgid "Eliminar Notificación" -msgstr "Usuń powiadomienia" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:732 -msgid "Enlace creado" -msgstr "Link utworzony" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:742 -msgid "Enlace actualizado" -msgstr "Link zaktualizowany" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:757 -msgid "Enlace eliminado" -msgstr "Link usunięty" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:789 -#: ../../../../inc/SP/Import/ImportBase.class.php:226 -msgid "Etiqueta creada" -msgstr "Tag dodany" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:796 -msgid "Etiqueta actualizada" -msgstr "Tag zaktualizowany" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:809 -msgid "Etiqueta eliminada" -msgstr "Tag usunięty" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:876 -msgid "Plugin habilitado" -msgstr "Plugin włączony" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:884 -msgid "Plugin deshabilitado" -msgstr "Plugin wyłączony" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:891 -msgid "Plugin restablecido" -msgstr "Resetuj plugin" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1062 -msgid "Favorito añadido" -msgstr "Dodano do ulubionych" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1067 -msgid "Favorito eliminado" -msgstr "Favorite deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1090 -msgid "Importación de usuarios de LDAP realizada" -msgstr "Zakończono import użytkowników LDAP" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1096 -#, fuzzy -msgid "Error al importar usuarios de LDAP" -msgstr "Błąd podczas imortowania użytkowników LDAP" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1114 -msgid "Notificación leída" -msgstr "Notification read" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1140 -msgid "Notificación eliminada" -msgstr "Powiadomienie usunięto" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1192 -msgid "Solicitud enviada por correo" -msgstr "Żądania wysłane mailem" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1194 -msgid "Solicitud no enviada por correo" -msgstr "Żądanie mailem nie zostało wysłane" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1209 -msgid "Solicitud realizada" -msgstr "Żądanie wykonane" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:216 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:74 -msgid "Ver Enlace Público" -msgstr "Pokaż publiczny link" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:233 -msgid "Detalles de Plugin" -msgstr "Szczegóły pluginu" - -#: ../../../../inc/SP/Controller/LoginController.class.php:375 -#, fuzzy -msgid "Error al obtener la clave maestra del usuario" -msgstr "Błąd przy pobieraniu głównego hasła" - -#: ../../../../inc/SP/Controller/LoginController.class.php:330 -msgid "Es necesaria su clave anterior" -msgstr "Twoje poprzednie hasło jest potrzebne" - -#: ../../../../inc/SP/Controller/LoginController.class.php:486 -msgid "Servidor LDAP" -msgstr "Serwer LDAP" - -#: ../../../../inc/SP/Core/Acl.class.php:198 -msgid "Buscar Categorías" -msgstr "Szukaj kategorii" - -#: ../../../../inc/SP/Core/Acl.class.php:199 -msgid "Añadir Categoría" -msgstr "Dodaj kategorię" - -#: ../../../../inc/SP/Core/Acl.class.php:203 -msgid "Buscar Clientes" -msgstr "Szukaj klienta" - -#: ../../../../inc/SP/Core/Acl.class.php:204 -msgid "Añadir Cliente" -msgstr "Dodaj klienta" - -#: ../../../../inc/SP/Core/Acl.class.php:209 -msgid "Gestión de Archivos" -msgstr "Zarządzanie plikami" - -#: ../../../../inc/SP/Core/Acl.class.php:210 -msgid "Gestión de Cuentas" -msgstr "Zarządzanie kontami" - -#: ../../../../inc/SP/Core/Acl.class.php:211 -msgid "Gestión de Etiquetas" -msgstr "Zarządzanie tagami" - -#: ../../../../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 "Błąd tworzenia katalogu z kopiami bezpieczeństwa (\"%s\")" - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:80 -msgid "Observador no inicializado" -msgstr "Obserwator nie został zainicjalizowany" - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:110 -msgid "Es necesario un objeto" -msgstr "Objekt jest wymagany" - -#: ../../../../inc/SP/Core/Installer.class.php:164 -#, fuzzy -msgid "Indicar la clave de la BBDD" -msgstr "Podaj hasło bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:165 -msgid "Clave del usuario administrador de la Base de Datos" -msgstr "Hasło administratora bazy danych" - -#: ../../../../inc/SP/Core/Installer.class.php:285 -msgid "Error al crear el usuario de conexión a MySQL '%s'" -msgstr "Błąd przy nawiązywaniu połączenia MySQL użytkownikiem '%s'" - -#: ../../../../inc/SP/Core/Installer.class.php:305 -#, fuzzy -msgid "La BBDD no existe" -msgstr "Baza danych nie istnieje" - -#: ../../../../inc/SP/Core/Installer.class.php:306 -msgid "Es necesario crearla y asignar los permisos necesarios" -msgstr "Stwórz i nadaj odpowiednie uprawnienia" - -#: ../../../../inc/SP/Core/Installer.class.php:336 -#, fuzzy -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Błąd przy ustawianiu uprawnień bazy danych ('%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 -#, fuzzy -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Błąd ładowania pluginu \"%s\"" - -#: ../../../../inc/SP/Core/Template.class.php:245 -msgid "La plantilla no contiene archivos" -msgstr "Szablon nie zawiera plików" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:436 -msgid "Error al actualizar la configuración" -msgstr "Błąd aktualizacji konfiguracji" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:85 -msgid "Usuario no indicado" -msgstr "Brak ustawionego użytkownika" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:89 -msgid "Acción no indicada" -msgstr "Brak ustwionej akcji" - -#: ../../../../inc/SP/Forms/TagForm.class.php:82 -msgid "Es necesario un nombre de etiqueta" -msgstr "Nazwa tagu jest wymagana" - -#: ../../../../inc/SP/Http/XMLRPCResponseParse.class.php:68 -msgid "Respuesta XML-RPC inválida" -msgstr "Nieprawidłowa odpowiedź XML-RPC" - -#: ../../../../inc/SP/Import/Import.class.php:85 -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Niewspierany typ mime (\"%s\")" - -#: ../../../../inc/SP/Import/ImportBase.class.php:130 -msgid "Id de categoría no definido. No es posible importar cuenta." -msgstr "Brak id kategorii. Brak możliwosci importu konta." - -#: ../../../../inc/SP/Import/ImportBase.class.php:133 -msgid "Id de cliente no definido. No es posible importar cuenta." -msgstr "Brak id klienta. Nie można zaimportować konta." - -#: ../../../../inc/SP/Import/SyspassImport.class.php:82 -msgid "Clave de encriptación no indicada" -msgstr "Brak hasła szyfrowania" - -#: ../../../../inc/SP/Import/CsvImport.class.php:46 -#: ../../../../inc/SP/Import/XmlImport.class.php:99 -msgid "Formato detectado: %s" -msgstr "Wykryty format: %s" - -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:69 -msgid "El nodo \"%s\" no existe" -msgstr "Węzeł \"%s\" nie istnieje" - -#: ../../../../inc/SP/Log/LogUtil.class.php:44 -msgid "Extensión '%s' no cargada" -msgstr "Rozszerzenie '%s' nie jest załadowane" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:54 -msgid "Categoría duplicada" -msgstr "Zduplikowana kategoria" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:309 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:124 -msgid "Categoría no encontrada" -msgstr "Kategorii nie znaleziono" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:60 -#, fuzzy -msgid "Error al crear el campo personalizado" -msgstr "Błąd przy tworzeniu własnego pola" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:75 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:84 -#, fuzzy -msgid "Error al eliminar el campo personalizado" -msgstr "Błąd przy usuwaniu własnego pola" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:128 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:290 -#, fuzzy -msgid "Error al actualizar el campo personalizado" -msgstr "Błąd przy aktualizacji własnego pola" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:162 -msgid "Campo personalizado no encontrado" -msgstr "Nie znaleziono własnego pola" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:215 -msgid "No se encontraron campos personalizados" -msgstr "Nie znaleziono własnych pól" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:72 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:143 -#, fuzzy -msgid "No hay datos de campos personalizados" -msgstr "Brak danych z własnych pól" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:263 -#, fuzzy -msgid "Error al migrar campos personalizados" -msgstr "Błąd migracji własnych pól" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:103 -msgid "Archivo subido" -msgstr "Upload pliku" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:111 -msgid "Grupo en uso" -msgstr "Grupa w użyciu" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:381 -msgid "Actualizar Grupo" -msgstr "Aktualizacja grupy" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:102 -msgid "Error al asignar los usuarios al grupo" -msgstr "Błąd przypisywania użytkowników do grupy" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:71 -#, fuzzy -msgid "Error al crear la notificación" -msgstr "Błąd przy dodawaniu powiadomień" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:96 -#, fuzzy -msgid "Error al eliminar la notificación" -msgstr "Błąd przy usuwaniu powiadomień" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:134 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:246 -#, fuzzy -msgid "Error al modificar la notificación" -msgstr "Błąd aktualizacji powiadomień" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:169 -msgid "Error al obtener la notificación" -msgstr "Błąd pobierania powiadomień" - -#: ../../../../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 -#, fuzzy -msgid "Error al obtener las notificaciones" -msgstr "Błąd pobierania powiadomień" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:60 -#, fuzzy -msgid "Error al crear el plugin" -msgstr "Błąd przy dodawaniu pluginu" - -#: ../../../../inc/SP/Core/Plugin/PluginDataStore.class.php:76 -msgid "Nuevo Plugin" -msgstr "Nowy plugin" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:84 -#, fuzzy -msgid "Error al eliminar el plugin" -msgstr "Błąd przy usuwaniu pluginu" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:116 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:220 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:244 -#, fuzzy -msgid "Error al actualizar el plugin" -msgstr "Błąd aktualizacji pluginu" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:56 -msgid "Habilitado" -msgstr "Włączone" - -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:97 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:69 -#, fuzzy -msgid "Error al crear perfil" -msgstr "Błąd tworzenia profilu" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:106 -msgid "Perfil en uso" -msgstr "Profil w użyciu" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:115 -#, fuzzy -msgid "Error al eliminar perfil" -msgstr "Błąd usuwania profilu" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:197 -#, fuzzy -msgid "Error al modificar perfil" -msgstr "Błąd modyfikacji profilu" - -#: ../../../../inc/SP/Controller/MainController.class.php:607 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:75 -msgid "Enlace visualizado" -msgstr "Link wyświetlony" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:105 -#, fuzzy -msgid "Error al actualizar enlace" -msgstr "Błąd przy aktualizacji linku" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:124 -msgid "Enlace ya creado" -msgstr "Link już istnieje" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:145 -#, fuzzy -msgid "Error al crear enlace" -msgstr "Błąd przy tworzeniu linku" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:182 -#, fuzzy -msgid "Error al eliminar enlace" -msgstr "Błąd przy usuwaniu linku" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:219 -msgid "Error al renovar enlace" -msgstr "Błąd przy odświeżaniu linku" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:741 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:69 -msgid "Actualizar Enlace" -msgstr "Aktualizuj 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 -#, fuzzy -msgid "Error al obtener enlace" -msgstr "Błąd pobierania linku" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "ON" -msgstr "Wł." - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "OFF" -msgstr "Wył." - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:54 -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:127 -msgid "Etiqueta duplicada" -msgstr "Zduplikowany tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:64 -#, fuzzy -msgid "Error al crear etiqueta" -msgstr "Błąd przy tworzeniu tagu" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:109 -#, fuzzy -msgid "Error al eliminar etiqueta" -msgstr "Błąd przy usuwaniu tagu" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:138 -#, fuzzy -msgid "Error al actualizar etiqueta" -msgstr "Błąd przy aktualizacji tagu" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:181 -#, fuzzy -msgid "Error al obtener etiqueta" -msgstr "Błąd pobierania tagu" - -#: ../../../../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 "Email/login istnieje" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:300 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:338 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:396 -#, fuzzy -msgid "Error al obtener los datos del usuario" -msgstr "Błąd pobierania danych użytkownika" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:66 -msgid "Sincronización LDAP" -msgstr "Synchronizacja LDAP" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:122 -#, fuzzy -msgid "No se encontraron objetos para sincronizar" -msgstr "Brak elementów do synchronizacji" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:128 -msgid "Sincronización finalizada" -msgstr "Synchronizacja zakończona" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:97 -#, fuzzy -msgid "Error al migrar cuenta de usuario" -msgstr "Błąd przy migracji konta użytkownika" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:137 -#, fuzzy -msgid "Error al obtener grupo de usuarios" -msgstr "Błąd pobierania grup użytkowników" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:111 -#, fuzzy -msgid "Error en comprobación de hash" -msgstr "Błąd przy sprawdzaniu hasha" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:113 -#, fuzzy -msgid "Hash inválido o expirado" -msgstr "Zły lub wygasły hash" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:159 -msgid "Error al generar el hash de recuperación" -msgstr "Błąd podczas generowania hasha odzyskiwania" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:57 -msgid "Actualizando preferencias" -msgstr "Aktualizacja ustawień" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:77 -msgid "No es posible leer/escribir el archivo: %s" -msgstr "Błąd odczytu/zapisu pliku: %s" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:161 -#, fuzzy -msgid "No hay elementos para guardar" -msgstr "Brak elementów do zapisania" - -#: ../../../../inc/SP/Util/Connection.class.php:122 -msgid "Socket no inicializado" -msgstr "Gniazdo niezainicjalizowane" - -#: ../../../../inc/SP/Util/Connection.class.php:129 -#, fuzzy -msgid "Error al enviar datos" -msgstr "Błąd podczas wysyłania danych" - -#: ../../../../inc/SP/Util/Util.class.php:298 -msgid "Respuesta" -msgstr "Odpowiedź" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApi.class.php:68 -msgid "Fallo de autentificación" -msgstr "Błąd poświadczeń" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:173 -#, fuzzy -msgid "Error al realizar la consulta" -msgstr "Błąd przy wykonywaniu zapytania" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:219 -msgid "URL de conexión no establecida" -msgstr "Nie podano URLa połączenia" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:47 -msgid "Ver Detalles" -msgstr "Pokaż szczegóły" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:58 -msgid "Copiar" -msgstr "Kopiuj" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:64 -msgid "Restaurar" -msgstr "Przywróć" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:69 -msgid "Descargar" -msgstr "Pobierz" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:78 -msgid "Crítico" -msgstr "Krytyczne" - -#: ../../../../js/strings.js.php:73 -msgid "Recibir notificaciones?" -msgstr "Wysyłaj powiadomienia?" - -#: ../../../../js/strings.js.php:74 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:136 -msgid "Marcar Favorito" -msgstr "Oznacz jako ulubione" - -#: ../../../../js/strings.js.php:75 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:126 -msgid "Eliminar Favorito" -msgstr "Usuń ulubione" - -#: ../../../../js/strings.js.php:76 -msgid "Limpiar Selección" -msgstr "Usuń zaznaczenie" - -#: ../../../../js/strings.js.php:77 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Favoritos" -msgstr "Pokaż ulubione" - -#: ../../../../js/strings.js.php:78 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Todos" -msgstr "Pokaż wszystkie" - -#: ../../../../js/strings.js.php:81 -msgid "Ahora" -msgstr "Teraz" - -#: ../../../../js/strings.js.php:82 -msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" -msgstr "Ten proces importuje wykrytych użytkowników LDAP. Chcesz kontynuować?" - -#: ../../../../js/strings.js.php:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "Ta akcja resetuje wszystkie dane pluginu. Chcesz kontynuować?" - -#: ../../../../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 "Data wygaśnięcia hasła" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:88 -#: ../../../../inc/themes/material-blue/views/account/account.inc:162 -msgid "Seleccionar Fecha" -msgstr "Wybierz datę" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:9 -msgid "Accesos" -msgstr "Dostęp" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:26 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:52 -msgid "Seleccionar Usuarios" -msgstr "Wybierz użytkowników" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:48 -msgid "Seleccionar Grupos" -msgstr "Wybierz grupy" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:87 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:114 -msgid "Cuenta Privada" -msgstr "Prywatne konto" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:92 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Privada" -msgstr "Prywatne" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:184 -msgid "Seleccionar Etiquetas" -msgstr "Wybierz tagi" - -#: ../../../../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 "Podlinkowane konto" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:205 -msgid "Seleccionar Cuenta" -msgstr "Wybierz konto" - -#: ../../../../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 "Publiczny link" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:55 -msgid "Crear Enlace Público" -msgstr "Stwórz publiczny link" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:8 -msgid "Detalles" -msgstr "Szczegóły" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:123 -#: ../../../../inc/themes/material-blue/views/account/details.inc:125 -msgid "Fecha de Clave" -msgstr "Password Date" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Maksymalny rozmiar pliku: %d MB" - -#: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:3 -msgid "Cuentas Vinculadas" -msgstr "Podlinkowane konta" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:98 -msgid "Clave Caducada" -msgstr "Hasło wygasło" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:165 -msgid "Ver en Wiki" -msgstr "Zobacz w Wiki" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:30 -msgid "Buscar cuentas con la clave caducada" -msgstr "Szukaj kont z wygasłym hasłem" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:73 -msgid "Filtrar Favoritos" -msgstr "Filtruj ulubione" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:93 -msgid "Más Filtros" -msgstr "Więcej filtrów" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:98 -msgid "Seleccionar Etiqueta" -msgstr "Wybierz tag" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:33 -msgid "Copia BBDD" -msgstr "Kopia bezpieczeństwa bazy danych" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:40 -msgid "Copia sysPass" -msgstr "Kopia bezpieczeństwa 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 -msgid "Eventos" -msgstr "Zdarzenia" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:32 -msgid "Habilitar Syslog" -msgstr "Włącz syslog" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:43 -msgid "Habilitar Syslog Remoto" -msgstr "Włącz zdalny syslog" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:57 -msgid "Nombre o dirección IP" -msgstr "Nazwa hosta lub IP" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:146 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Enlaces Públicos" -msgstr "Linki publiczne" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:174 -msgid "Habilitar Enlaces Públicos" -msgstr "Włącz publiczne linki" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:156 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." -msgstr "" -"Enables the ability to create public links to view an account's details" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:160 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "Podlinkowane konta będą widoczne dla wszystkich posiadających link." - -#: ../../../../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 "" -"Aby tworzyć linki, użytkownicy muszą aktywować ustawienie w swoich profilach." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:180 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:189 -msgid "Tiempo de caducidad" -msgstr "Czas wygaśnięcia" - -#: ../../../../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 "Maksymalna ilość wyświetleń" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:224 -msgid "Usar imagen para clave" -msgstr "Używaj obrazków dla haseł" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:214 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "Hasło jest wyświetlone jako obrazek" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:68 -#: ../../../../inc/themes/material-blue/views/config/info.inc:71 -msgid "Copia de Configuración" -msgstr "Kopia bezpieczeństwa konfiguracji" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:116 -#: ../../../../inc/themes/material-blue/views/config/info.inc:119 -msgid "Plugins Cargados" -msgstr "Załadowane pluginy" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:301 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:304 -msgid "Resultados" -msgstr "Wyniki" - -#: ../../../../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 "Włącz 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 "Włącza DokuWki XML-RPC API dla linków 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 "Aby to zadziałało, musisz włączyć linki Wiki dla filtrowania kont" - -#: ../../../../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 "Bazowy URL" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:186 -msgid "URL base de DokuWiki." -msgstr "Bazowy URL DokuWiki" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:214 -msgid "Usuario para conectar a la API de DokuWiki." -msgstr "Użytkownik API DokuWiki." - -#: ../../../../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 użyty do stron wyszukiwania." - -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:25 -msgid "Nivel" -msgstr "Poziom" - -#: ../../../../inc/themes/material-blue/views/grid/datatabs-grid.inc:102 -msgid "Eliminar Seleccionados" -msgstr "Usuń zaznaczone" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:20 -msgid "Nombre del plugin" -msgstr "Nazwa pluginu" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:32 -msgid "Versión del plugin" -msgstr "Wersja pluginu" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:37 -msgid "Versión Compatible" -msgstr "Zgodna wersja" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:44 -msgid "Versión de sysPass compatible" -msgstr "zgodna wersja sysPass" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:49 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:25 -msgid "Autor" -msgstr "Autor" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:56 -msgid "Autor del plugin" -msgstr "Autor pluginu" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar enlace a cuenta" -msgstr "Udostępnij link do konta" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar Enlace" -msgstr "Udostępnij link" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Crear cuenta privada" -msgstr "Utwórz prywatne konto" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:117 -msgid "Asignar permisos" -msgstr "Przydziel prawa" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Gestión de enlaces" -msgstr "Zarządzanie linkami" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:196 -msgid "Gestión de cuentas" -msgstr "Zarządzanie kontami" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:210 -msgid "Gestión de etiquetas" -msgstr "Zarządzanie tagami" - -#: ../../../../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 "Użyj" - -#: ../../../../inc/themes/material-blue/views/itemshow/tags.inc:23 -msgid "Nombre de la etiqueta" -msgstr "Nazwa tagu" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:39 -msgid "Hay %d notificaciones pendientes" -msgstr "Masz %d nieprzeczytanych powiadomień" - -#: ../../../../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 "Instalacja %s" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:19 -msgid "Admin de sysPass" -msgstr "Administrator sysPass" - -#: ../../../../inc/themes/material-blue/views/main/login.inc:38 -msgid "Clave Anterior" -msgstr "Poprzednie hasło" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:4 -msgid "Actualización %s" -msgstr "Aktualizuj %s" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:27 -#, fuzzy -msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" -msgstr "" -"Ten kod jest podany w pliku koniguracyjnym sysPassa w polu \"upgradeKey\"" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:2 -msgid "Ver Wiki" -msgstr "Zobacz Wiki" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:10 -msgid "Resultados de búsqueda de '%s'" -msgstr "Wyniki wyszukiwania dla '%s'" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:13 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:23 -msgid "Página" -msgstr "Strona" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:433 -msgid "No instalado" -msgstr "Not installed" - -#: ../../../../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 "Source" - -#: ../../../../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 "" -"To improve/add the translations, you can get involved at https://poeditor." -"com/join/project/fmlsBuugyv" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:83 -msgid "Indica si el idioma se encuentra disponible" -msgstr "Tells whether the language is available or not." - -#: ../../../../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 "" -"If it is not installed, you would need install the right operating system " -"locales. More info at Wiki." - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:48 -msgid "No hay no hay notificaciones pendientes" -msgstr "There aren't any pending notifications" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:150 -msgid "He realizado una copia de seguridad completa de sysPass" -msgstr "I've done a full sysPass backup" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:164 -msgid "Por favor espere mientras el proceso se ejecuta" -msgstr "Please, wait while the process is running" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:232 -msgid "Crear Usuario" -msgstr "Dodaj użytkownika" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:252 -msgid "Actualizar Usuario" -msgstr "Update User" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:284 -msgid "Actualizar Clave Usuario" -msgstr "Zmień hasło użytkownika" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:373 -msgid "Crear Grupo" -msgstr "Add Group" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:433 -msgid "Crear Perfil" -msgstr "Add Profile" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:441 -msgid "Actualizar Perfil" -msgstr "Aktualizuj profil" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:368 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:495 -msgid "Crear Cliente" -msgstr "Dodaj klienta" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:279 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:557 -msgid "Crear Categoría" -msgstr "Dodaj kategorię" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:565 -msgid "Actualizar Categoría" -msgstr "Aktualizuj kategorię" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:623 -msgid "Crear Autorización" -msgstr "Dodaj autoryzację" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:677 -msgid "Crear Campo" -msgstr "Dodaj pole" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:684 -msgid "Actualizar Campo" -msgstr "Aktualizuj pole" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:731 -#, fuzzy -msgid "Crear Enlace" -msgstr "Dodaj link" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:788 -msgid "Crear Etiqueta" -msgstr "Dodaj tag" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:795 -msgid "Actualizar Etiqueta" -msgstr "Aktualizuj 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 "Aktualizuj plugin" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:188 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:931 -msgid "Crear Cuenta" -msgstr "Dodaj konto" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1091 -msgid "Usuarios importados" -msgstr "Imported users" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1203 -msgid "Solicitud" -msgstr "Żądanie" - -#: ../../../../inc/SP/Core/Acl.class.php:167 -msgid "Acceso denegado" -msgstr "Odmowa dostępu" - -#: ../../../../inc/SP/Account/AccountTags.class.php:90 -msgid "Error al añadir las etiquetas de la cuenta" -msgstr "Error while adding the account's tags" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:278 -msgid "Se ha producido una excepción" -msgstr "Wystąpił wyjątek" - -#: ../../../../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 "Nowe powiadomienia" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:389 -msgid "Grupos eliminados" -msgstr "Groups deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:449 -msgid "Perfiles eliminados" -msgstr "Profiles deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:511 -msgid "Clientes eliminados" -msgstr "Customers deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:574 -msgid "Categorías eliminadas" -msgstr "Categories deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:644 -msgid "Autorizaciones eliminadas" -msgstr "Authorizations deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:692 -msgid "Campos eliminados" -msgstr "Fields deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:751 -msgid "Enlaces eliminados" -msgstr "Links deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:803 -msgid "Etiquetas eliminadas" -msgstr "Tags deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:836 -msgid "Archivos eliminados" -msgstr "Files deleted" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:981 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1031 -msgid "Cuentas eliminadas" -msgstr "Accounts removed" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1122 -msgid "Notificación creada" -msgstr "Notification created" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1136 -msgid "Notificaciones eliminadas" -msgstr "Notifications deleted" - -#: ../../../../inc/SP/Controller/LoginController.class.php:303 -msgid "Usando clave temporal" -msgstr "Using temporary password" - -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:95 -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:110 -msgid "Clave temporal caducada" -msgstr "Temporary password expired" - -#: ../../../../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 "Error while checking the database" - -#: ../../../../inc/SP/Core/Installer.class.php:439 -msgid "Intente de nuevo la instalación" -msgstr "Please, try the installation again" - -#: ../../../../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 "Typ jest wymagany" - -#: ../../../../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 imported" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:130 -msgid "Archivo no encontrado" -msgstr "Brak pliku" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:125 -msgid "Grupo no encontrado" -msgstr "Brak grupy" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:101 -msgid "Notificación no encontrada" -msgstr "Notification not found" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:89 -msgid "Plugin no encontrado" -msgstr "Brak pluginu" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:120 -msgid "Perfil no encontrado" -msgstr "Brak profilu" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:187 -msgid "Enlace no encontrado" -msgstr "Brak linku" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:114 -msgid "Etiqueta no encontrada" -msgstr "Brak tagu" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:135 -msgid "Usuario no encontrado" -msgstr "Brak użytkownika" - -#: ../../../../inc/SP/Storage/DB.class.php:336 -msgid "Consulta en blanco" -msgstr "Puste zapytanie" - -#: ../../../../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 "Wymagane tylko dla zaszyfrowanych plików XML sysPassa" - -#: ../../../../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 "" -"Wymagane tylko dla plików XML sysPassa zaszyfrowanych innym głównym hasłem " -"niż obecne." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:181 -msgid "Sólo es necesario para archivos CSV." -msgstr "Wymagane tylko dla plików CSV" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:112 -msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" -msgstr "" -"\"nazwa_konta\";\"klient\";\"kategoria\";\"url\";\"uzytkownik\";\"haslo\";" -"\"notatki\" " - -#: ../../../../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 "This process could long some time. Do you wish to continue?" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:12 -msgid "Búsqueda" -msgstr "Searching" - -#: ../../../../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 "Sends an email to all users or only to those whose group is selected." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:245 -msgid "Enviar correo" -msgstr "Send email" - -#: ../../../../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 not found" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:620 -msgid "Hash de clave maestra actualizado" -msgstr "Zaktualizowano hash głównego hasła" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:624 -msgid "Error al actualizar el hash de la clave maestra" -msgstr "Błąd podczas aktualizacji hasha głównego hasła" - -#: ../../../../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 "Edit Notification" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:261 -msgid "Usuarios eliminados" -msgstr "Usunięto użytkownika" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1130 -msgid "Notificación actualizada" -msgstr "Notification updated" - -#: ../../../../inc/SP/Storage/DB.class.php:350 -msgid "Restricción de integridad" -msgstr "Ograniczenie spójności" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:152 -msgid "Actualizar hash de clave maestra" -msgstr "Aktualizuj hash głównego hasła" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:416 -msgid "Modificada" -msgstr "Zmienione" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:417 -msgid "Eliminada" -msgstr "Usunięte" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:426 -msgid "Cuentas (H)" -msgstr "Konta (H)" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1028 -msgid "Eliminar Cuenta (H)" -msgstr "Usuń konto (H)" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:129 -#: ../../../../inc/SP/Import/SyspassImport.class.php:146 -msgid "Clave de encriptación incorrecta" -msgstr "Złe hasło" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:71 -msgid "Área de Texto" -msgstr "Pole tekstowe" - -#: ../../../../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 -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." - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:59 -msgid "Introducir un ID de usuario válido para cuentas" -msgstr "Enter a valid user ID for the accounts" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:71 -msgid "Introducir un ID de categoría válido para cuentas" -msgstr "Enter a valid category ID for the accounts" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:83 -msgid "Introducir un ID de cliente válido para cuentas" -msgstr "Enter a valid customer ID for the accounts" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de grupo válido para usuarios" -msgstr "Enter a valid group ID for the users" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:106 -msgid "Introducir un ID de perfil válido para usuarios" -msgstr "Enter a valid profile ID for the users" - -#: ../../../../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 "" -"This update uses a new encryption schema, so it will be needed to reencrypt " -"the whole encrypted data." - -#: ../../../../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 -msgid "Introducir login de usuario válido" -msgstr "Enter a valid user login" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:168 -#: ../../../../inc/SP/Controller/LoginController.class.php:211 -msgid "Intentos excedidos" -msgstr "Attempts exceeded" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:466 -#: ../../../../inc/SP/Api/SyspassApi.class.php:494 -msgid "Clave del token" -msgstr "Token's Password" - -#: ../../../../inc/SP/Controller/LoginController.class.php:209 -msgid "Intentos excedidos (%d/%d)" -msgstr "Attempts exceeded (%d/%d)" - -#: ../../../../inc/SP/DataModel/TrackData.class.php:155 -#: ../../../../inc/SP/DataModel/TrackData.class.php:157 -msgid "IP inválida" -msgstr "Invalid IP" - -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:184 -msgid "Token no encontrado" -msgstr "Token not found" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:61 -msgid "Error al crear track" -msgstr "Error while creating track" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:84 -msgid "Error al eliminar track" -msgstr "Error while removing the track" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:112 -msgid "Error al actualizar track" -msgstr "Error while updating the track" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:139 -msgid "Error al obtener track" -msgstr "Error while retrieving the track" - -#: ../../../../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" - -#: ../../../../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." - -#: ../../../../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." - -#: ../../../../inc/SP/Controller/TaskController.class.php:160 -msgid "Esperando actualización de progreso ..." -msgstr "Waiting for progress updating ..." - -#: ../../../../inc/SP/Core/Upgrade/Account.class.php:47 -msgid "Actualizando IDs de cuentas" -msgstr "Updating accounts ID" - -#: ../../../../inc/SP/Core/Upgrade/Category.class.php:48 -msgid "Actualizando IDs de categorías" -msgstr "Updating categories ID" - -#: ../../../../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 -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." -msgstr "" -"By default, the user in a secondary group is granted if the secondary group " -"is set as the user's main group." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:139 -msgid "Acceso Grupos Secundarios" -msgstr "Secondary Groups Access" - -#: ../../../../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" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:171 -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." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:179 -msgid "Encriptar Sesión" -msgstr "Encrypt Session" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:278 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:288 -msgid "Atributo Nombre" -msgstr "Name Attribute" - -#: ../../../../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." - -#: ../../../../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})" diff --git a/app/locales/pt_BR/LC_MESSAGES/messages.mo b/app/locales/pt_BR/LC_MESSAGES/messages.mo index 1fdf45bd8126df43ecd45feaf896f2de74c638fc..814c5f35b66a25808c8361383633e4bf7084736a 100644 GIT binary patch literal 116444 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

PLn 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 diff --git a/app/locales/pt_BR/LC_MESSAGES/messages.po b/app/locales/pt_BR/LC_MESSAGES/messages.po index 51c943c5..e56dc198 100644 --- a/app/locales/pt_BR/LC_MESSAGES/messages.po +++ b/app/locales/pt_BR/LC_MESSAGES/messages.po @@ -2,14 +2,14 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "POT-Creation-Date: 2017-07-25 08:18+0100\n" -"PO-Revision-Date: 2017-08-18 10:34+0100\n" +"PO-Revision-Date: 2018-09-30 23:46+0200\n" "Last-Translator: nuxsmin \n" "Language-Team: \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.10\n" +"X-Generator: Poedit 1.8.11\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-Basepath: .\n" "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" @@ -18,528 +18,611 @@ msgstr "" "Pinheiro\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 +#: ../../../modules/web/Controllers/AccountFileController.php:161 msgid "CONSULTA INVÁLIDA" msgstr "CONSULTA INVÁLIDA" -#: ../../../../ajax/ajax_accSearch.php:38 -#: ../../../../ajax/ajax_userPrefsSave.php:51 -#: ../../../../inc/SP/Controller/RequestControllerTrait.class.php:119 +#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:64 msgid "La sesión no se ha iniciado o ha caducado" -msgstr "A sessão não foi iniciada ou expirou" +msgstr "A sessão não se iniciou ou caducou" -#: ../../../../inc/SP/Forms/AccountForm.class.php:146 +#: ../../../modules/web/Forms/AccountForm.php:164 msgid "Es necesario un nombre de cuenta" -msgstr "Um nome de conta é necessário" +msgstr "É necessário um nome de conta" -#: ../../../../inc/SP/Forms/AccountForm.class.php:148 -#: ../../../../inc/SP/Forms/CustomerForm.class.php:83 +#: ../../../modules/web/Forms/AccountForm.php:168 +#: ../../../modules/web/Forms/ClientForm.php:84 +#, fuzzy msgid "Es necesario un nombre de cliente" -msgstr "Um nome de cliente é exigido" +msgstr "É necessário um nome de cliente" -#: ../../../../inc/SP/Forms/AccountForm.class.php:150 +#: ../../../modules/web/Forms/AccountForm.php:161 +#, fuzzy msgid "Es necesario un usuario" -msgstr "Um usuário é necessário" +msgstr "É necessário um nome de utilizador" -#: ../../../../inc/SP/Forms/AccountForm.class.php:134 +#: ../../../modules/web/Forms/AccountForm.php:150 msgid "Es necesaria una clave" -msgstr "Uma senha é necessária" +msgstr "É necessária uma chave" -#: ../../../../inc/SP/Forms/AccountForm.class.php:152 +#: ../../../modules/web/Forms/AccountForm.php:172 msgid "Es necesario una categoría" -msgstr "Uma categoria é necessária" +msgstr "É necessária um categoria" -#: ../../../../ajax/ajax_filesMgmt.php:209 -#: ../../../../ajax/ajax_userPrefsSave.php:97 -#: ../../../../inc/SP/Api/ApiRequest.class.php:241 -#: ../../../../inc/SP/Controller/RequestControllerTrait.class.php:108 +#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:114 msgid "Acción Inválida" -msgstr "Ação Inválida" +msgstr "Acção Inválida" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:710 -#: ../../../../inc/SP/Forms/AccountForm.class.php:136 -#: ../../../../inc/SP/Forms/UserForm.class.php:150 +#: ../../../modules/web/Controllers/ConfigBackupController.php:86 +#: ../../../modules/web/Controllers/UserPassResetController.php:173 +#: ../../../modules/web/Forms/AccountForm.php:154 +#: ../../../modules/web/Forms/UserForm.php:161 msgid "Las claves no coinciden" -msgstr "As senhas não correspondem" +msgstr "As palavras-chave não coincidem" -#: ../../../../inc/SP/Api/SyspassApi.class.php:189 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:932 -#: ../../../../inc/SP/Import/ImportBase.class.php:158 +#: ../../../modules/api/Controllers/AccountController.php:187 +#: ../../../modules/api/Controllers/AccountController.php:193 +#: ../../../modules/web/Controllers/AccountController.php:708 +#: ../../../modules/web/Controllers/AccountController.php:719 msgid "Cuenta creada" -msgstr "Conta criada" +msgstr "Conta creada" -#: ../../../../inc/SP/Account/Account.class.php:273 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:200 msgid "Error al crear la cuenta" msgstr "Erro ao criar a conta" -#: ../../../../js/strings.js.php:80 +#: ../../../modules/web/Controllers/ConfigLdapController.php:95 +#: ../../../modules/web/Controllers/ConfigMailController.php:102 +#: ../../../config/strings.js.inc:80 msgid "Sin cambios" -msgstr "Sem alterações" +msgstr "Sem modificações" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:942 +#: ../../../modules/api/Controllers/AccountController.php:236 +#: ../../../modules/api/Controllers/AccountController.php:242 +#: ../../../modules/web/Controllers/AccountController.php:753 +#: ../../../modules/web/Controllers/AccountController.php:764 msgid "Cuenta actualizada" -msgstr "Conta atualizada" +msgstr "Conta actualizada" -#: ../../../../inc/SP/Account/Account.class.php:127 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:385 msgid "Error al modificar la cuenta" msgstr "Erro ao modificar a conta" -#: ../../../../inc/SP/Api/SyspassApi.class.php:227 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:987 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1037 +#: ../../../modules/api/Controllers/AccountController.php:309 +#: ../../../modules/api/Controllers/AccountController.php:315 +#: ../../../modules/web/Controllers/AccountController.php:883 +#: ../../../modules/web/Controllers/AccountController.php:888 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:110 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:115 +#: ../../../modules/web/Controllers/AccountManagerController.php:113 +#: ../../../modules/web/Controllers/AccountManagerController.php:118 +#, fuzzy msgid "Cuenta eliminada" -msgstr "Conta excluída" +msgstr "Conta eliminada" -#: ../../../../inc/SP/Account/Account.class.php:355 -#: ../../../../inc/SP/Account/AccountHistory.class.php:516 +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:323 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:192 msgid "Error al eliminar la cuenta" -msgstr "Erro ao excluir a conta" +msgstr "Erro ao eliminar a conta" -#: ../../../../ajax/ajax_passReset.php:99 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:285 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:951 +#: ../../../modules/api/Controllers/AccountController.php:138 +#: ../../../modules/api/Controllers/AccountController.php:144 +#: ../../../modules/web/Controllers/AccountController.php:794 +#: ../../../modules/web/Controllers/AccountController.php:805 +#: ../../../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" -msgstr "Senha atualizada" +msgstr "Palavra-chave actualizada" -#: ../../../../inc/SP/Account/Account.class.php:437 +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:413 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:235 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:260 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:219 msgid "Error al actualizar la clave" -msgstr "Erro ao atualizar a senha" +msgstr "Erro ao actualizar a palavra-chave" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:960 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1012 +#: ../../../modules/web/Controllers/AccountController.php:833 +#: ../../../modules/web/Controllers/AccountController.php:844 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:145 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:150 msgid "Cuenta restaurada" msgstr "Conta restaurada" -#: ../../../../inc/SP/Account/Account.class.php:173 -#: ../../../../inc/SP/Account/AccountHistoryUtil.class.php:154 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:303 +#: ../../../../lib/SP/Services/Account/AccountService.php:549 msgid "Error al restaurar cuenta" msgstr "Erro ao restaurar a conta" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:126 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserController.php:439 +#: ../../../config/actions.xml:565 msgid "Ver Usuario" -msgstr "Ver usuário" +msgstr "Ver Utilizador" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:552 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:553 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:131 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 +#: ../../../modules/web/Controllers/UserController.php:190 +#: ../../../config/actions.xml:577 msgid "Editar Usuario" -msgstr "Editar usuário" +msgstr "Editar Utilizador" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:515 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:516 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:139 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 +#: ../../../modules/web/Controllers/UserController.php:105 +#: ../../../config/actions.xml:571 msgid "Nuevo Usuario" -msgstr "Novo usuário" +msgstr "Novo Utilizador" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:143 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 +#: ../../../modules/web/Controllers/UserGroupController.php:319 +#: ../../../config/actions.xml:601 msgid "Ver Grupo" -msgstr "Ver grupo" +msgstr "Ver Grupo" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:637 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:638 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:148 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 +#: ../../../modules/web/Controllers/UserGroupController.php:171 +#: ../../../config/actions.xml:613 msgid "Editar Grupo" -msgstr "Editar grupo" +msgstr "Editar Grupo" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:626 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:627 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:152 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 +#: ../../../modules/web/Controllers/UserGroupController.php:106 +#: ../../../config/actions.xml:607 msgid "Nuevo Grupo" -msgstr "Novo grupo" +msgstr "Novo Grupo" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:156 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserProfileController.php:307 +#: ../../../config/actions.xml:631 msgid "Ver Perfil" -msgstr "Ver perfil" +msgstr "Ver Perfil" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:719 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:720 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:161 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 +#: ../../../modules/web/Controllers/UserProfileController.php:166 +#: ../../../config/actions.xml:643 msgid "Editar Perfil" -msgstr "Editar perfil" +msgstr "Editar Perfil" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:698 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:699 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:165 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 +#: ../../../modules/web/Controllers/UserProfileController.php:100 +#: ../../../config/actions.xml:637 msgid "Nuevo Perfil" -msgstr "Novo perfil" +msgstr "Novo Perfil" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:169 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:307 +#: ../../../config/actions.xml:331 +#, fuzzy msgid "Ver Cliente" -msgstr "Ver cliente" +msgstr "Ver Cliente" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 +#: ../../../config/actions.xml:343 +#, fuzzy msgid "Editar Cliente" -msgstr "Editar cliente" +msgstr "Editar Cliente" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:337 +#, fuzzy msgid "Nuevo Cliente" -msgstr "Novo cliente" +msgstr "Novo Cliente" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:182 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 msgid "Ver Categoría" -msgstr "Ver categoria" +msgstr "Ver Categoria" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 +#: ../../../config/actions.xml:313 msgid "Editar Categoría" -msgstr "Editar categoria" +msgstr "Editar Categoria" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 +#: ../../../config/actions.xml:307 msgid "Nueva Categoría" -msgstr "Nova categoria" +msgstr "Nova Categoria" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:195 +#: ../../../modules/web/Controllers/AuthTokenController.php:322 msgid "Ver Autorización" -msgstr "Ver autorização" +msgstr "Ver Autorização" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:782 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:783 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:200 +#: ../../../modules/web/Controllers/AuthTokenController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:151 msgid "Nueva Autorización" -msgstr "Nova autorização" +msgstr "Nova Autorização" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:803 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:804 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:204 +#: ../../../modules/web/Controllers/AuthTokenController.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:186 msgid "Editar Autorización" -msgstr "Editar autorização" +msgstr "Editar Autorização" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:240 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:241 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:208 +#: ../../../modules/web/Controllers/CustomFieldController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:154 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 msgid "Nuevo Campo" -msgstr "Novo campo" +msgstr "Novo Campo" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:251 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:252 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:212 +#: ../../../modules/web/Controllers/CustomFieldController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 msgid "Editar Campo" -msgstr "Editar campo" +msgstr "Editar Campo" -#: ../../../../inc/SP/Forms/UserForm.class.php:110 +#: ../../../modules/web/Forms/UserForm.php:111 +#, fuzzy msgid "Es necesario un nombre de usuario" -msgstr "Um nome de usuário é necessário" +msgstr "É necessário um nome de utilizador" -#: ../../../../inc/SP/Forms/UserForm.class.php:114 +#: ../../../modules/web/Forms/UserForm.php:115 msgid "Es necesario un login" -msgstr "Um login é necessário" +msgstr "É necessário um login" -#: ../../../../inc/SP/Forms/UserForm.class.php:118 +#: ../../../modules/web/Forms/UserForm.php:119 msgid "Es necesario un perfil" -msgstr "Um perfil é necessário" +msgstr "É necessário um perfil" -#: ../../../../inc/SP/Forms/UserForm.class.php:122 +#: ../../../modules/web/Forms/UserForm.php:123 msgid "Es necesario un grupo" -msgstr "Um grupo é necessário" +msgstr "É necessário um grupo" -#: ../../../../inc/SP/Forms/UserForm.class.php:126 +#: ../../../modules/web/Forms/UserForm.php:127 msgid "Es necesario un email" -msgstr "Um e-mail é necessário" +msgstr "É necessário um email" -#: ../../../../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 +#: ../../../modules/web/Controllers/ConfigBackupController.php:53 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:92 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:151 +#: ../../../modules/web/Controllers/ConfigImportController.php:56 +#: ../../../modules/web/Controllers/ConfigLdapController.php:218 +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:55 +#: ../../../modules/web/Forms/UserForm.php:131 +#: ../../../modules/web/Forms/UserForm.php:153 +#: ../../../modules/web/Forms/UserForm.php:171 msgid "Ey, esto es una DEMO!!" -msgstr "Isto é uma DEMO!" +msgstr "Ei, isto é uma DEMONSTRAÇÃO!!" -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:98 -#: ../../../../inc/SP/Forms/UserForm.class.php:146 +#: ../../../modules/web/Controllers/UserPassResetController.php:169 +#: ../../../modules/web/Forms/AuthTokenForm.php:101 +#: ../../../modules/web/Forms/UserForm.php:157 msgid "La clave no puede estar en blanco" -msgstr "A senha não pode estar em branco" +msgstr "A palavra-chave não pode estar em branco" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:233 +#: ../../../modules/web/Controllers/UserController.php:311 +#: ../../../modules/web/Controllers/UserController.php:317 msgid "Usuario creado" -msgstr "Usuário criado" +msgstr "Utilizador criado" -#: ../../../../inc/SP/Core/Upgrade/User.class.php:156 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:88 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:471 msgid "Error al crear el usuario" -msgstr "Erro ao criar o usuário" +msgstr "Erro ao criar o utilizador" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:253 -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:104 +#: ../../../modules/web/Controllers/UserController.php:372 +#: ../../../modules/web/Controllers/UserController.php:378 msgid "Usuario actualizado" -msgstr "Usuário atualizado" +msgstr "Utilizador actualizado" -#: ../../../../inc/SP/Mgmt/Users/User.class.php:181 -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:195 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:100 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:674 +#: ../../../../lib/SP/Services/User/UserService.php:310 msgid "Error al actualizar el usuario" -msgstr "Erro ao atualizar o usuário" +msgstr "Erro ao actualizar o utilizador" -#: ../../../../inc/SP/Mgmt/Users/User.class.php:280 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:323 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:165 +#: ../../../../lib/SP/Services/User/UserService.php:331 msgid "Error al modificar la clave" -msgstr "Erro ao alterar a senha" +msgstr "Erro ao modificar a palavra-chave" -#: ../../../../inc/SP/Forms/UserForm.class.php:166 +#: ../../../modules/web/Forms/UserForm.php:179 msgid "No es posible eliminar, usuario en uso" -msgstr "Não é possível excluir, o usuário está conectado" +msgstr "Não é possível eliminar, utilizador em uso" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:267 +#: ../../../modules/web/Controllers/UserController.php:277 +#: ../../../modules/web/Controllers/UserController.php:281 msgid "Usuario eliminado" -msgstr "Usuário excluído" +msgstr "Utilizador eliminado" -#: ../../../../inc/SP/Mgmt/Users/User.class.php:130 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:184 msgid "Error al eliminar el usuario" -msgstr "Erro ao excluir o usuário" +msgstr "Erro ao eliminar o utilizador" -#: ../../../../inc/SP/Forms/GroupForm.class.php:84 +#: ../../../modules/web/Forms/UserGroupForm.php:84 msgid "Es necesario un nombre de grupo" -msgstr "Um nome de grupo é necessário" +msgstr "É necessário um nome de grupo" -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:58 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:194 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:305 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:350 msgid "Nombre de grupo duplicado" -msgstr "Nome do grupo duplicado" +msgstr "Nome de grupo duplicado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:374 +#: ../../../modules/web/Controllers/UserGroupController.php:253 +#: ../../../modules/web/Controllers/UserGroupController.php:257 msgid "Grupo creado" msgstr "Grupo criado" -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:115 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:68 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:314 msgid "Error al crear el grupo" msgstr "Erro ao criar o grupo" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:382 +#: ../../../modules/web/Controllers/UserGroupController.php:292 +#: ../../../modules/web/Controllers/UserGroupController.php:296 msgid "Grupo actualizado" -msgstr "Grupo atualizado" +msgstr "Grupo actualizado" -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:205 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:360 msgid "Error al actualizar el grupo" -msgstr "Erro ao atualizar o grupo" +msgstr "Erro ao actualizar o grupo" -#: ../../../../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 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:99 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:14 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:4 +#: ../../../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 "Usuários" +msgstr "Utilizadores" -#: ../../../../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 +#. (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/ConfigBackupController.php:120 +#: ../../../modules/web/Controllers/ConfigManagerController.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 +#: ../../../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 "Contas" #: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:115 msgid "No es posible eliminar" -msgstr "Não é possível excluir" +msgstr "Não é possível eliminar" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:395 +#: ../../../modules/web/Controllers/UserGroupController.php:219 +#: ../../../modules/web/Controllers/UserGroupController.php:223 msgid "Grupo eliminado" -msgstr "Grupo excluído" +msgstr "Grupo eliminado" -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:120 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 msgid "Error al eliminar el grupo" -msgstr "Erro ao excluir o grupo" +msgstr "Erro ao eliminar o grupo" -#: ../../../../inc/SP/Forms/ProfileForm.class.php:111 +#: ../../../modules/web/Forms/UserProfileForm.php:116 msgid "Es necesario un nombre de perfil" -msgstr "Um nome de perfil é necessário" +msgstr "É necessário um nome de perfil" -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:57 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:183 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:229 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:274 msgid "Nombre de perfil duplicado" -msgstr "Duplicar nome de perfil" +msgstr "Nome de perfil duplicado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:434 +#: ../../../modules/web/Controllers/UserProfileController.php:248 msgid "Perfil creado" msgstr "Perfil criado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:442 +#: ../../../modules/web/Controllers/UserProfileController.php:284 msgid "Perfil actualizado" -msgstr "Perfil atualizado" +msgstr "Perfil actualizado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:455 +#: ../../../modules/web/Controllers/UserProfileController.php:215 +#: ../../../modules/web/Controllers/UserProfileController.php:219 msgid "Perfil eliminado" -msgstr "Perfil excluído" +msgstr "Perfil eliminado" -#: ../../../../inc/SP/Api/SyspassApi.class.php:369 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:496 -#: ../../../../inc/SP/Import/ImportBase.class.php:204 +#: ../../../../lib/SP/Services/Import/KeepassImport.php:77 +#: ../../../modules/api/Controllers/ClientController.php:93 +#: ../../../modules/api/Controllers/ClientController.php:98 +#: ../../../modules/web/Controllers/ClientController.php:244 +#: ../../../modules/web/Controllers/ClientController.php:248 +#, fuzzy msgid "Cliente creado" msgstr "Cliente criado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:504 +#: ../../../modules/api/Controllers/ClientController.php:124 +#: ../../../modules/api/Controllers/ClientController.php:129 +#: ../../../modules/web/Controllers/ClientController.php:280 +#: ../../../modules/web/Controllers/ClientController.php:284 +#, fuzzy msgid "Cliente actualizado" -msgstr "Cliente atualizado" +msgstr "Cliente actualizado" -#: ../../../../inc/SP/Api/SyspassApi.class.php:405 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:517 +#: ../../../modules/api/Controllers/ClientController.php:153 +#: ../../../modules/api/Controllers/ClientController.php:158 +#: ../../../modules/web/Controllers/ClientController.php:212 +#: ../../../modules/web/Controllers/ClientController.php:216 +#, fuzzy msgid "Cliente eliminado" -msgstr "Cliente removido" +msgstr "Cliente eliminado" -#: ../../../../inc/SP/Forms/CategoryForm.class.php:83 +#: ../../../modules/web/Forms/CategoryForm.php:83 msgid "Es necesario un nombre de categoría" -msgstr "Um nome de categoria é necessário" +msgstr "É necessário um nome de categoria" -#: ../../../../inc/SP/Api/SyspassApi.class.php:280 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:558 -#: ../../../../inc/SP/Import/ImportBase.class.php:182 +#: ../../../modules/api/Controllers/CategoryController.php:90 +#: ../../../modules/api/Controllers/CategoryController.php:95 +#: ../../../modules/web/Controllers/CategoryController.php:253 +#: ../../../modules/web/Controllers/CategoryController.php:257 msgid "Categoría creada" msgstr "Categoria criada" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:566 +#: ../../../modules/api/Controllers/CategoryController.php:120 +#: ../../../modules/api/Controllers/CategoryController.php:125 +#: ../../../modules/web/Controllers/CategoryController.php:293 +#: ../../../modules/web/Controllers/CategoryController.php:297 msgid "Categoría actualizada" -msgstr "Categoria atualizada" +msgstr "Categoria actualizada" -#: ../../../../inc/SP/Api/SyspassApi.class.php:316 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:580 +#: ../../../modules/api/Controllers/CategoryController.php:149 +#: ../../../modules/api/Controllers/CategoryController.php:154 +#: ../../../modules/web/Controllers/CategoryController.php:219 +#: ../../../modules/web/Controllers/CategoryController.php:223 msgid "Categoría eliminada" -msgstr "Categoria excluída" +msgstr "Categoria eliminada" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:624 +#: ../../../modules/web/Controllers/AuthTokenController.php:250 msgid "Autorización creada" msgstr "Autorização criada" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:637 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +#: ../../../modules/web/Controllers/AuthTokenController.php:283 +#: ../../../modules/web/Controllers/AuthTokenController.php:292 +#: ../../../modules/web/Controllers/AuthTokenController.php:299 msgid "Autorización actualizada" -msgstr "Autorização atualizada" +msgstr "Autorização actualizada" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:648 +#: ../../../modules/web/Controllers/AuthTokenController.php:217 +#: ../../../modules/web/Controllers/AuthTokenController.php:221 msgid "Autorización eliminada" -msgstr "Autorização removida" +msgstr "Autorização eliminada" -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:87 +#: ../../../modules/web/Forms/CustomFieldDefForm.php:87 msgid "Nombre del campo no indicado" -msgstr "Nome de campo não configurado" +msgstr "Nome do campo não indicado" -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:89 +#: ../../../modules/web/Forms/CustomFieldDefForm.php:91 msgid "Tipo del campo no indicado" -msgstr "Tipo de campo não configurado" +msgstr "Tipo de campo não indicado" -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:91 +#: ../../../modules/web/Forms/CustomFieldDefForm.php:95 msgid "Módulo del campo no indicado" -msgstr "Módulo de campo não configurado" +msgstr "Módulo do campo não indicado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:678 +#: ../../../modules/web/Controllers/CustomFieldController.php:234 +#: ../../../modules/web/Controllers/CustomFieldController.php:238 msgid "Campo creado" msgstr "Campo criado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:685 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:288 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +#: ../../../modules/web/Controllers/CustomFieldController.php:271 +#: ../../../modules/web/Controllers/CustomFieldController.php:275 msgid "Campo actualizado" -msgstr "Campo atualizado" +msgstr "Campo actualizado" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:696 +#: ../../../modules/web/Controllers/CustomFieldController.php:206 msgid "Campo eliminado" -msgstr "Campo removido" +msgstr "Campo eliminado" -#: ../../../../inc/SP/Core/Backup.class.php:55 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:96 msgid "Realizar Backup" -msgstr "Executar operações de backup" +msgstr "Realizar cópia de segurança" -#: ../../../../inc/SP/Api/SyspassApi.class.php:434 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:738 -#: ../../../../inc/SP/Core/Backup.class.php:75 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:114 msgid "Error al realizar el backup" -msgstr "Erro ao realizar o backup" +msgstr "Erro ao realizar a cópia de segurança" -#: ../../../../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 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:116 +#: ../../../../lib/SP/Services/Export/XmlExportService.php:167 +#: ../../../modules/web/Controllers/ConfigImportController.php:80 +#: ../../../modules/web/Controllers/ConfigImportController.php:83 msgid "Revise el registro de eventos para más detalles" -msgstr "Verifique o log de eventos para obter mais detalhes" +msgstr "Veja o registo de eventos para mais detalhes" -#: ../../../../inc/SP/Core/Backup.class.php:84 +#: ../../../modules/api/Controllers/ConfigController.php:57 +#: ../../../modules/web/Controllers/ConfigBackupController.php:64 msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "A cópia da aplicação e banco de dados foram concluídas com êxito" +msgstr "Cópia da aplicação e da base de dados realizada correctamente" -#: ../../../../inc/SP/Api/SyspassApi.class.php:428 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:743 +#: ../../../modules/api/Controllers/ConfigController.php:61 +#: ../../../modules/web/Controllers/ConfigBackupController.php:67 msgid "Proceso de backup finalizado" -msgstr "Processo de backup foi concluído" +msgstr "Processo de cópia terminado" #: ../../../../inc/SP/Core/XmlExport.class.php:146 msgid "Error al realizar la exportación de cuentas" msgstr "Erro ao exportar as contas" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:715 +#: ../../../../lib/SP/Services/Export/XmlExportService.php:165 msgid "Error al realizar la exportación" -msgstr "Erro ao exportar" +msgstr "Error ao realizar a exportação" #: ../../../../inc/SP/Core/XmlExport.class.php:155 msgid "Exportación de cuentas realizada correctamente" -msgstr "Exportação de contas com sucesso" +msgstr "Exportação de contas realizada correctamente" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:720 +#: ../../../modules/api/Controllers/ConfigController.php:91 +#: ../../../modules/api/Controllers/ConfigController.php:94 +#: ../../../modules/web/Controllers/ConfigBackupController.php:102 +#: ../../../modules/web/Controllers/ConfigBackupController.php:127 msgid "Proceso de exportación finalizado" -msgstr "Processo de exportação terminou" +msgstr "Processo de exportação finalizado" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:124 -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:464 -#: ../../../../inc/SP/Controller/ChecksController.class.php:92 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 msgid "Los parámetros de LDAP no están configurados" -msgstr "Os parâmetros LDAP não estão configurados" +msgstr "Os parâmetros de LDAP não estão configurados" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:138 -#: ../../../../inc/SP/Controller/ChecksController.class.php:107 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +#: ../../../modules/web/Controllers/ConfigLdapController.php:154 +#: ../../../modules/web/Controllers/ConfigLdapController.php:197 msgid "Conexión a LDAP correcta" -msgstr "Conexão ldap com sucesso" +msgstr "Conexão com LDAP OK" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:139 -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:78 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:109 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:196 msgid "Objetos encontrados" -msgstr "Objetos encontrados" +msgstr "Objectos encontrados" #: ../../../../inc/SP/Controller/ConfigActionController.class.php:257 msgid "Modificar Configuración" -msgstr "Modificar as configurações" +msgstr "Editar Configuração" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:290 +#: ../../../modules/web/Controllers/ConfigAccountController.php:70 msgid "El tamaño máximo por archivo es de 16MB" msgstr "O tamanho máximo por arquivo é de 16MB" -#: ../../../../js/strings.js.php:45 +#: ../../../config/strings.js.inc:45 msgid "Extensión no permitida" msgstr "Extensão não permitida" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:205 +#: ../../../modules/web/Controllers/ConfigGeneralController.php:115 +#, fuzzy msgid "Faltan parámetros de Proxy" -msgstr "Campos de proxy necessários" +msgstr "Faltam parâmetros do Proxy" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:216 +#: ../../../modules/web/Controllers/ConfigGeneralController.php:129 msgid "Proxy habiltado" -msgstr "Proxy habilitado" +msgstr "Proxy activado" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:220 +#: ../../../modules/web/Controllers/ConfigGeneralController.php:134 msgid "Proxy deshabilitado" -msgstr "Proxy desativado" +msgstr "Proxy desactivado" #: ../../../../inc/SP/Controller/ConfigActionController.class.php:223 #: ../../../../inc/SP/Controller/ConfigActionController.class.php:309 @@ -547,5503 +630,7467 @@ msgstr "Proxy desativado" #: ../../../../inc/SP/Controller/ConfigActionController.class.php:422 #: ../../../../inc/SP/Controller/ConfigActionController.class.php:475 msgid "Sección" -msgstr "Seção" +msgstr "Secção" -#: ../../../../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 +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 msgid "General" msgstr "Geral" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:329 +#: ../../../modules/web/Controllers/ConfigWikiController.php:59 msgid "Faltan parámetros de Wiki" -msgstr "Faltam parametros de wiki" +msgstr "Faltam parâmetros da Wiki" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:339 +#: ../../../modules/web/Controllers/ConfigWikiController.php:69 msgid "Wiki habiltada" -msgstr "Wiki habilitada" +msgstr "Wiki activada" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:343 +#: ../../../modules/web/Controllers/ConfigWikiController.php:74 msgid "Wiki deshabilitada" -msgstr "Wiki desativada" +msgstr "Wiki desactivada" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 +#: ../../../config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:400 +#: ../../../modules/web/Controllers/ConfigLdapController.php:69 +#: ../../../modules/web/Controllers/ConfigLdapController.php:139 +#: ../../../modules/web/Controllers/ConfigLdapController.php:175 msgid "Faltan parámetros de LDAP" -msgstr "Verifique os parametros não preenchidos de Ldap" +msgstr "Faltam parâmetros de LDAP" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:415 +#: ../../../modules/web/Controllers/ConfigLdapController.php:88 msgid "LDAP habiltado" -msgstr "LDAP habilitado" +msgstr "LDAP activado" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:419 +#: ../../../modules/web/Controllers/ConfigLdapController.php:93 msgid "LDAP deshabilitado" -msgstr "LDAP desabilitado" +msgstr "LDAP desactivado" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:422 -#: ../../../../inc/SP/Controller/ConfigController.class.php:270 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:7 +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 msgid "LDAP" msgstr "LDAP" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:448 +#: ../../../modules/web/Controllers/ConfigMailController.php:68 +#: ../../../modules/web/Controllers/ConfigMailController.php:125 msgid "Faltan parámetros de Correo" -msgstr "Verifique os parametros não preenchidos de e-mail" +msgstr "Faltam parâmetros de Correio" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:466 +#: ../../../modules/web/Controllers/ConfigMailController.php:93 msgid "Correo habiltado" -msgstr "E-mail habilitado" +msgstr "Correio activado" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:472 +#: ../../../modules/web/Controllers/ConfigMailController.php:100 msgid "Correo deshabilitado" -msgstr "E-mail desativado" +msgstr "Correio desactivado" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:475 -#: ../../../../inc/SP/Controller/ConfigController.class.php:301 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:7 +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 msgid "Correo" -msgstr "E-mail" +msgstr "Correio" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:251 +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:68 msgid "Configuración actualizada" -msgstr "Configuração atualizada" +msgstr "Configuração actualizada" -#: ../../../../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 +#: ../../../../lib/SP/Services/Auth/LoginService.php:291 +#: ../../../../lib/SP/Services/Auth/LoginService.php:310 +#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: ../../../../lib/SP/Util/ErrorUtil.php:144 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:68 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:142 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 msgid "Clave maestra actualizada" -msgstr "Senha mestre atualizada" +msgstr "Master password updated" -#: ../../../../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 +#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: ../../../../lib/SP/Util/ErrorUtil.php:145 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:68 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:142 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 msgid "Reinicie la sesión para cambiarla" -msgstr "Reiniciar a sessão para alterar" +msgstr "Please, restart the session for update it" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:504 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:72 msgid "Clave maestra no indicada" -msgstr "Senha mestre não indicada" +msgstr "Master password needed" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:509 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:76 msgid "Se ha de confirmar el cambio de clave" -msgstr "A atualização da senha precisa ser confirmada" +msgstr "The password update must be confirmed" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:514 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:80 msgid "Las claves son idénticas" -msgstr "As senhas são idênticas" +msgstr "The passwords are the same" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:519 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:84 msgid "Las claves maestras no coinciden" -msgstr "As senhas mestres não correspondem" +msgstr "The master passwords do not match" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:524 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:88 msgid "La clave maestra actual no coincide" -msgstr "A senha mestre atual não corresponde" +msgstr "The current master password does not match" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:550 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:89 msgid "Errores al actualizar las claves de las cuentas" -msgstr "Erro ao atualizar as senhas das contas" +msgstr "Error while updating the accounts' passwords" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:561 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:233 msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "Erro ao atualizar as senhas das contas no histórico" +msgstr "Error while updating the accounts' passwords in history" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:570 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:136 msgid "Errores al actualizar datos de campos personalizados" -msgstr "Erros ao atualizar dados do campo personalizado" +msgstr "Error while updating the custom fields data" -#: ../../../../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 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:71 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:77 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:67 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:75 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:108 msgid "Actualizar Clave Maestra" -msgstr "Atualização de senha mestre" +msgstr "Update Master Password" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:597 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:138 msgid "Error al guardar el hash de la clave maestra" -msgstr "Erro ao salvar hash da Senha Mestre" +msgstr "Error while saving the Master Password's hash" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:646 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:102 msgid "Generar Clave Temporal" -msgstr "Gerar Senha Temporária" +msgstr "Generate Temporary Password" -#: ../../../../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 +#: ../../../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:37 +#: ../../../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:167 +#: ../../../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 "Senha" +msgstr "Password" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:649 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:190 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:196 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:200 msgid "Clave Temporal Generada" -msgstr "Senha Temporária Gerada" +msgstr "Temporary Password Generated" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:669 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:109 msgid "Error al generar clave temporal" -msgstr "Erro ao gerar senha temporária" +msgstr "Error while generating the temporary password" #: ../../../../inc/SP/Controller/LoginController.class.php:124 msgid "Usuario/Clave no introducidos" -msgstr "Usuário / senha não digitados" +msgstr "User/Pass not entered" #: ../../../../inc/SP/Controller/LoginController.class.php:108 msgid "Inicio sesión" -msgstr "Entrar" +msgstr "Log in" #: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:114 msgid "Error al guardar los datos de LDAP" -msgstr "Erro ao salvar dados de usuário do LDAP" +msgstr "Error while saving the LDAP user 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 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:243 +#: ../../../../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:226 +#: ../../../../lib/SP/Services/Account/AccountService.php:231 +#: ../../../../lib/SP/Services/Api/ApiService.php:129 +#: ../../../../lib/SP/Services/Api/ApiService.php:227 +#: ../../../../lib/SP/Services/Api/ApiService.php:235 +#: ../../../../lib/SP/Services/Auth/LoginService.php:187 +#: ../../../../lib/SP/Services/Auth/LoginService.php:340 +#: ../../../../lib/SP/Services/Auth/LoginService.php:489 +#: ../../../../lib/SP/Services/Auth/LoginService.php:494 +#: ../../../../lib/SP/Services/Auth/LoginService.php:526 +#: ../../../../lib/SP/Services/Auth/LoginService.php:633 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:306 +#: ../../../../lib/SP/Services/CustomField/CustomFieldService.php:203 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:108 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:79 +#: ../../../../lib/SP/Services/User/UserPassService.php:229 +#: ../../../modules/web/Controllers/Traits/ItemTrait.php:122 +#: ../../../modules/web/Controllers/Traits/ItemTrait.php:177 msgid "Error interno" -msgstr "Erro interno" +msgstr "Internal error" #: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:224 msgid "Error al actualizar la clave del usuario en la BBDD" -msgstr "Erro ao atualizar a senha do usuário no BD" +msgstr "Error while updating the user's password in DB" -#: ../../../../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 +#: ../../../../lib/SP/Services/Auth/LoginService.php:157 +#: ../../../../lib/SP/Services/Auth/LoginService.php:445 +#: ../../../../lib/SP/Services/Auth/LoginService.php:452 +#: ../../../../lib/SP/Services/Auth/LoginService.php:560 +#: ../../../../lib/SP/Services/Auth/LoginService.php:565 +#: ../../../../lib/SP/Services/Auth/LoginService.php:604 +#: ../../../../lib/SP/Services/Auth/LoginService.php:609 msgid "Login incorrecto" -msgstr "Login não existe" +msgstr "Wrong 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 +#: ../../../../lib/SP/Core/Acl/Acl.php:296 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:112 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:110 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:142 +#: ../../../../lib/SP/Services/Auth/LoginService.php:217 +#: ../../../../lib/SP/Services/Auth/LoginService.php:235 +#: ../../../../lib/SP/Services/Auth/LoginService.php:375 +#: ../../../../lib/SP/Services/Auth/LoginService.php:442 +#: ../../../../lib/SP/Services/Auth/LoginService.php:550 +#: ../../../../lib/SP/Services/Auth/LoginService.php:593 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:238 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: ../../../modules/web/Controllers/LoginController.php:102 +#: ../../../modules/web/Controllers/UserController.php:278 +#: ../../../modules/web/Controllers/UserController.php:312 +#: ../../../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 +#: ../../../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:146 +#: ../../../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/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: ../../../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 "Usuário" +msgstr "User" -#: ../../../../inc/SP/Controller/LoginController.class.php:466 +#: ../../../../lib/SP/Services/Auth/LoginService.php:460 +#: ../../../../lib/SP/Services/Auth/LoginService.php:465 msgid "Cuenta expirada" -msgstr "Conta expirada" +msgstr "Account expired" -#: ../../../../inc/SP/Controller/LoginController.class.php:472 +#: ../../../../lib/SP/Services/Auth/LoginService.php:473 +#: ../../../../lib/SP/Services/Auth/LoginService.php:478 msgid "El usuario no tiene grupos asociados" -msgstr "O usuário não tem grupos associados" +msgstr "The user has no associated groups" -#: ../../../../inc/SP/Controller/LoginController.class.php:549 +#: ../../../../lib/SP/Services/Auth/LoginService.php:594 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 msgid "Autentificación" -msgstr "Autenticação" +msgstr "Authentication" -#: ../../../../inc/SP/Controller/LoginController.class.php:261 -#: ../../../../inc/SP/Controller/LoginController.class.php:266 +#: ../../../../lib/SP/Services/Auth/LoginService.php:216 +#: ../../../../lib/SP/Services/Auth/LoginService.php:223 msgid "Usuario deshabilitado" -msgstr "Usuário desativado" +msgstr "User disabled" #: ../../../../inc/SP/Controller/LoginController.class.php:246 msgid "Error al obtener los datos del usuario de la BBDD" -msgstr "Erro ao obter os dados do usuário do DB" +msgstr "Error while retrieving the user's data from DB" -#: ../../../../inc/SP/Controller/LoginController.class.php:337 +#: ../../../../lib/SP/Services/Auth/LoginService.php:328 msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "A Senha Mestre não foi salva ou está incorreta" +msgstr "The Master Password either is not saved or is wrong" -#: ../../../../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 +#: ../../../../lib/SP/Services/Auth/LoginService.php:277 +#: ../../../../lib/SP/Services/Auth/LoginService.php:283 +#: ../../../../lib/SP/Services/Auth/LoginService.php:296 +#: ../../../../lib/SP/Services/Auth/LoginService.php:302 msgid "Clave maestra incorrecta" -msgstr "Senha Mestre Incorreta" +msgstr "Wrong master password" -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:113 +#: ../../../modules/web/Controllers/UserProfileController.php:216 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 msgid "Perfil" -msgstr "Perfil" +msgstr "Profile" -#: ../../../../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 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:120 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:113 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:146 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:156 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:111 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:143 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:140 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:108 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:114 +#: ../../../modules/web/Controllers/UserGroupController.php:220 +#: ../../../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:203 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:230 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 msgid "Grupo" -msgstr "Grupo" +msgstr "Group" -#: ../../../../ajax/ajax_accGetFiles.php:43 -#: ../../../../ajax/ajax_filesMgmt.php:58 +#: ../../../modules/web/Controllers/AccountFileController.php:370 msgid "Gestión de archivos deshabilitada" -msgstr "Arquivos de gerenciamento desativado" +msgstr "Files management disabled" -#: ../../../../ajax/ajax_filesMgmt.php:73 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:95 +#. (itstool) path: action/text +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 msgid "Subir Archivo" -msgstr "Carregar Arquivo" +msgstr "Upload File" -#: ../../../../ajax/ajax_filesMgmt.php:79 +#: ../../../modules/web/Controllers/AccountFileController.php:167 msgid "No hay extensiones permitidas" -msgstr "Não há extensões permitidas" +msgstr "There aren't any allowed extensions" -#: ../../../../ajax/ajax_filesMgmt.php:96 -#: ../../../../inc/SP/Import/FileImport.class.php:97 +#: ../../../../lib/SP/Services/Import/FileImport.php:100 +#: ../../../modules/web/Controllers/AccountFileController.php:184 msgid "Tipo de archivo no soportado" -msgstr "Tipo de arquivo não suportado" +msgstr "File type not allowed" -#: ../../../../ajax/ajax_filesMgmt.php:103 +#: ../../../modules/web/Controllers/AccountFileController.php:191 msgid "Archivo inválido" -msgstr "Arquivo inválido" +msgstr "Invalid file" -#: ../../../../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 +#: ../../../../lib/SP/Services/Import/FileImport.php:116 +#: ../../../modules/web/Controllers/AccountFileController.php:199 +#: ../../../modules/web/Controllers/AccountFileController.php:219 msgid "Error interno al leer el archivo" -msgstr "Erro interno ao ler o arquivo" +msgstr "Internal error while reading the file" -#: ../../../../ajax/ajax_filesMgmt.php:144 +#: ../../../modules/web/Controllers/AccountFileController.php:231 +#: ../../../modules/web/Controllers/AccountFileController.php:240 msgid "Archivo guardado" -msgstr "Arquivo salvo" +msgstr "File saved" -#: ../../../../ajax/ajax_filesMgmt.php:146 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:79 +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:77 msgid "No se pudo guardar el archivo" -msgstr "Não foi possível salvar o arquivo" +msgstr "Error while saving file" #: ../../../../ajax/ajax_filesMgmt.php:154 #: ../../../../ajax/ajax_filesMgmt.php:198 msgid "No es un ID de archivo válido" -msgstr "ID de arquivo inválido" +msgstr "Invalid file ID" -#: ../../../../ajax/ajax_filesMgmt.php:160 +#: ../../../modules/web/Controllers/AccountFileController.php:70 +#: ../../../modules/web/Controllers/AccountFileController.php:122 msgid "El archivo no existe" -msgstr "O arquivo não existe" +msgstr "The file does not exist" -#: ../../../../ajax/ajax_filesMgmt.php:163 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:34 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 msgid "Descargar Archivo" -msgstr "Download do Arquivo" +msgstr "Download File" -#: ../../../../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 +#: ../../../modules/api/Controllers/AccountController.php:73 +#: ../../../modules/api/Controllers/AccountController.php:105 +#: ../../../modules/api/Controllers/AccountController.php:141 +#: ../../../modules/api/Controllers/AccountController.php:190 +#: ../../../modules/api/Controllers/AccountController.php:239 +#: ../../../modules/api/Controllers/AccountController.php:312 +#: ../../../modules/api/Controllers/CategoryController.php:92 +#: ../../../modules/api/Controllers/CategoryController.php:122 +#: ../../../modules/api/Controllers/CategoryController.php:151 +#: ../../../modules/api/Controllers/ClientController.php:65 +#: ../../../modules/api/Controllers/ClientController.php:95 +#: ../../../modules/api/Controllers/ClientController.php:126 +#: ../../../modules/api/Controllers/ClientController.php:155 +#: ../../../modules/api/Controllers/TagController.php:118 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: ../../../modules/web/Controllers/ItemPresetController.php:274 +#: ../../../modules/web/Controllers/ItemPresetController.php:307 +#: ../../../modules/web/Controllers/ItemPresetController.php:346 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:94 msgid "ID" -msgstr "Identidade" +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 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: ../../../modules/web/Controllers/AccountFileController.php:84 +#: ../../../modules/web/Controllers/AccountFileController.php:97 +#: ../../../modules/web/Controllers/AccountFileController.php:137 +#: ../../../modules/web/Controllers/AccountFileController.php:232 +#: ../../../modules/web/Controllers/AccountFileController.php:329 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 msgid "Archivo" -msgstr "Arquivo" +msgstr "File" -#: ../../../../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 +#: ../../../../lib/SP/Services/Auth/LoginService.php:440 +#: ../../../../lib/SP/Services/Auth/LoginService.php:503 +#: ../../../../lib/SP/Services/Auth/LoginService.php:549 +#: ../../../../lib/SP/Services/Auth/LoginService.php:592 +#: ../../../modules/web/Controllers/AccountFileController.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:117 +#: ../../../modules/web/Controllers/ItemPresetController.php:306 +#: ../../../modules/web/Controllers/ItemPresetController.php:345 +#: ../../../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 "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 +#: ../../../modules/web/Controllers/AccountFileController.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 msgid "Tamaño" -msgstr "Tamanho" +msgstr "Size" -#: ../../../../ajax/ajax_filesMgmt.php:204 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:842 +#: ../../../modules/web/Controllers/AccountFileController.php:328 msgid "Archivo eliminado" -msgstr "Arquivo excluído" +msgstr "File deleted" -#: ../../../../ajax/ajax_filesMgmt.php:206 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:125 +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:279 msgid "Error al eliminar el archivo" -msgstr "Erro ao excluir o arquivo" +msgstr "Error while deleting the file" -#: ../../../../ajax/ajax_getContent.php:55 -#: ../../../../inc/SP/Api/ApiBase.class.php:175 -#: ../../../../inc/SP/Api/ApiRequest.class.php:225 +#: ../../../../lib/SP/Services/Api/ApiService.php:152 msgid "Parámetros incorrectos" -msgstr "Parâmetros incorretos" +msgstr "Wrong parameters" -#: ../../../../ajax/ajax_passReset.php:61 +#: ../../../modules/web/Controllers/UserPassResetController.php:101 msgid "Recuperación de Clave" -msgstr "Recuperação de senha" +msgstr "Password Recovery" -#: ../../../../ajax/ajax_passReset.php:62 +#: ../../../modules/web/Controllers/UserPassResetController.php:102 msgid "Solicitado para" -msgstr "Solicitada para" +msgstr "Requested for" -#: ../../../../ajax/ajax_passReset.php:69 +#: ../../../modules/web/Controllers/UserPassResetController.php:107 msgid "Solicitud enviada" -msgstr "Solicitação enviada" +msgstr "Request sent" -#: ../../../../ajax/ajax_passReset.php:73 +#: ../../../modules/web/Controllers/UserPassResetController.php:107 msgid "En breve recibirá un correo para completar la solicitud." -msgstr "Você receberá um e-mail para completar o pedido." +msgstr "You will receive an email to complete the request shortly." #: ../../../../ajax/ajax_passReset.php:86 #: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:329 msgid "Modificar Clave Usuario" -msgstr "Modificar Senha do Usuário" +msgstr "Edit User Password" -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 +#: ../../../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" #: ../../../../ajax/ajax_passReset.php:107 msgid "La clave es incorrecta o no coincide" -msgstr "A senha está incorreta ou não corresponde" +msgstr "Wrong password or does not match" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1158 -#: ../../../../inc/SP/Forms/NoticeForm.class.php:95 +#: ../../../modules/web/Controllers/AccountController.php:909 +#: ../../../modules/web/Forms/NotificationForm.php:100 msgid "Es necesaria una descripción" -msgstr "Uma descrição é necessário" +msgstr "A description is needed" #: ../../../../inc/SP/Controller/ItemActionController.class.php:1173 msgid "Solicitud de Modificación de Cuenta" -msgstr "Solicitação de mudança conta" +msgstr "Request for Account Modification" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1174 +#: ../../../modules/web/Controllers/AccountController.php:917 msgid "Solicitante" -msgstr "Requerente" +msgstr "Requester" -#: ../../../../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 +#: ../../../modules/api/Controllers/AccountController.php:71 +#: ../../../modules/api/Controllers/AccountController.php:103 +#: ../../../modules/api/Controllers/AccountController.php:139 +#: ../../../modules/api/Controllers/AccountController.php:188 +#: ../../../modules/api/Controllers/AccountController.php:237 +#: ../../../modules/api/Controllers/AccountController.php:310 +#: ../../../modules/web/Controllers/AccountController.php:224 +#: ../../../modules/web/Controllers/AccountController.php:557 +#: ../../../modules/web/Controllers/AccountController.php:611 +#: ../../../modules/web/Controllers/AccountController.php:645 +#: ../../../modules/web/Controllers/AccountController.php:674 +#: ../../../modules/web/Controllers/AccountController.php:709 +#: ../../../modules/web/Controllers/AccountController.php:754 +#: ../../../modules/web/Controllers/AccountController.php:795 +#: ../../../modules/web/Controllers/AccountController.php:834 +#: ../../../modules/web/Controllers/AccountController.php:884 +#: ../../../modules/web/Controllers/AccountController.php:918 +#: ../../../modules/web/Controllers/AccountFileController.php:233 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:111 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:146 +#: ../../../modules/web/Controllers/AccountManagerController.php:114 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:103 +#: ../../../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 "Conta" +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 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:159 +#: ../../../modules/api/Controllers/AccountController.php:72 +#: ../../../modules/api/Controllers/AccountController.php:104 +#: ../../../modules/api/Controllers/AccountController.php:140 +#: ../../../modules/api/Controllers/AccountController.php:189 +#: ../../../modules/api/Controllers/AccountController.php:238 +#: ../../../modules/api/Controllers/AccountController.php:311 +#: ../../../modules/api/Controllers/ClientController.php:64 +#: ../../../modules/api/Controllers/ClientController.php:94 +#: ../../../modules/api/Controllers/ClientController.php:125 +#: ../../../modules/api/Controllers/ClientController.php:154 +#: ../../../modules/web/Controllers/AccountController.php:225 +#: ../../../modules/web/Controllers/AccountController.php:710 +#: ../../../modules/web/Controllers/AccountController.php:755 +#: ../../../modules/web/Controllers/AccountController.php:796 +#: ../../../modules/web/Controllers/AccountController.php:835 +#: ../../../modules/web/Controllers/AccountController.php:885 +#: ../../../modules/web/Controllers/AccountController.php:919 +#: ../../../modules/web/Controllers/AccountFileController.php:234 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:112 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:147 +#: ../../../modules/web/Controllers/AccountManagerController.php:115 +#: ../../../modules/web/Controllers/ClientController.php:213 +#: ../../../modules/web/Controllers/ClientController.php:245 +#: ../../../modules/web/Controllers/ClientController.php:281 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:104 +#: ../../../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 msgid "Cliente" -msgstr "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 +#: ../../../modules/web/Controllers/AccountController.php:920 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 +#: ../../../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 "Descrição" +msgstr "Description" -#: ../../../../inc/SP/Mgmt/Users/UserPreferences.class.php:80 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:694 msgid "Error al actualizar preferencias" -msgstr "Erro ao atualizar as preferências" +msgstr "Error while updating the preferences" -#: ../../../../ajax/ajax_userPrefsSave.php:90 -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:89 +#: ../../../modules/web/Controllers/UserSettingsGeneralController.php:70 msgid "Preferencias actualizadas" -msgstr "Preferências atualizada" +msgstr "Preferences updated" #: ../../../../inc/SP/Controller/ItemShowController.class.php:509 msgid "La clave maestra no coincide" -msgstr "A senha mestre não corresponde" +msgstr "The Master Password does not match" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:274 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:516 +#: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Util/ErrorUtil.php:132 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Você não está autorizado a aceder a este" +msgstr "You don't have permission to access to this 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 +#. (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/inc/Icons.php:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 +#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 msgid "Ver Clave" -msgstr "Ver senha" +msgstr "View password" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:229 -#: ../../../../js/strings.js.php:72 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:67 +#: ../../../config/strings.js.inc:72 msgid "Clave de Cuenta" -msgstr "Senha da Conta" +msgstr "Account Password" #: ../../../../inc/SP/Http/Request.class.php:55 msgid "No es posible acceder directamente a este archivo" -msgstr "Não é possível acessar esse arquivo" +msgstr "Unable to access to this file" -#: ../../../../inc/SP/Account/AccountHistory.class.php:192 +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:143 msgid "Error al actualizar el historial" -msgstr "História erro ao atualizar" +msgstr "Error while updating history" #: ../../../../inc/SP/Controller/ItemActionController.class.php:941 #: ../../../../inc/SP/Controller/ItemActionController.class.php:950 msgid "Actualizar Cuenta" -msgstr "Conta atualização" +msgstr "Update Account" -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:100 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:158 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:215 msgid "Error al actualizar los grupos secundarios" -msgstr "Erro ao atualizar os grupos secundários" +msgstr "Error while updating the secondary groups" -#: ../../../../inc/SP/Account/UserAccounts.class.php:130 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:96 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:160 msgid "Error al actualizar los usuarios de la cuenta" -msgstr "Erro ao atualizar os usuários da conta" +msgstr "Error while updating the account users" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 msgid "Restaurar Cuenta" -msgstr "Restaurar conta" +msgstr "Account Restore" -#: ../../../../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 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:405 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:571 +#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:75 msgid "No se pudieron obtener los datos de la cuenta" -msgstr "Erro ao obter os dados da conta" +msgstr "Error while retrieving the account data" -#: ../../../../inc/SP/Controller/AccountController.class.php:227 -#: ../../../../inc/SP/Controller/MainController.class.php:273 -#: ../../../../inc/SP/Core/Acl.class.php:188 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:256 +#: ../../../modules/web/Controllers/AccountController.php:300 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 +#: ../../../config/actions.xml:157 msgid "Nueva Cuenta" -msgstr "Nova conta" +msgstr "New 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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:389 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 msgid "Eliminar Cuenta" -msgstr "Remover Conta" +msgstr "Remove Account" -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:70 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:137 +#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:194 msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "Erro ao deletar os grupos da conta" +msgstr "Error while deleting the account's groups" -#: ../../../../inc/SP/Account/UserAccounts.class.php:89 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:73 +#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:137 msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "Erro ao excluir usuários associados à conta" +msgstr "Error while deleting the account users" #: ../../../../inc/SP/Mgmt/Files/FileUtil.class.php:102 msgid "Error al eliminar archivos asociados a la cuenta" -msgstr "Erro ao excluir os arquivos associados à conta" +msgstr "Error while deleting the account's files" #: ../../../../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 "Iniciação" +msgstr "Start" -#: ../../../../inc/SP/Account/AccountCrypt.class.php:74 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:77 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:81 msgid "Error en el módulo de encriptación" -msgstr "Erro no módulo de criptografia" +msgstr "Error on the encryption module" -#: ../../../../inc/SP/Account/AccountCrypt.class.php:84 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:207 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:115 msgid "Error al obtener las claves de las cuentas" -msgstr "Erro ao obter as senhas das contas" +msgstr "Error while retrieving the accounts' passwords" -#: ../../../../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 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:183 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:188 msgid "Fallo al actualizar la clave de la cuenta" -msgstr "Erro ao atualizar a senha da conta" +msgstr "Error while updating the account's password" -#: ../../../../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 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:193 msgid "Cuentas actualizadas" -msgstr "Contas atualizados" +msgstr "Accounts updated" #: ../../../../inc/SP/Account/AccountUtil.class.php:132 msgid "No se pudieron obtener los datos de las cuentas" -msgstr "Não foi possível obter os dados das contas" +msgstr "Unable to retrieve the accounts data" -#: ../../../../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 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:212 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:218 msgid "Actualizar Clave Maestra (H)" -msgstr "Atualizar Senha Mestre (H)" +msgstr "Update Master Password (H)" -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:134 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:260 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:158 msgid "La clave maestra del registro no coincide" -msgstr "O registro da senha mestre não corresponde" +msgstr "The record's master password does not match" #: ../../../../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 "Erro ao atualizar o histórico da Chave Mestra" +msgstr "Error on updating the history's master password" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:114 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:185 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:109 msgid "Registros actualizados" -msgstr "Registros atualizados" +msgstr "Records updated" -#: ../../../../inc/SP/Core/Acl.class.php:185 +#. (itstool) path: action/text +#: ../../../config/actions.xml:7 msgid "Buscar Cuentas" -msgstr "Pesquisar por Contas" +msgstr "Search for Accounts" -#: ../../../../inc/SP/Core/Acl.class.php:186 +#. (itstool) path: action/text +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 msgid "Ver Cuenta" -msgstr "Ver conta" +msgstr "View 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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: ../../../config/actions.xml:193 msgid "Copiar Cuenta" -msgstr "Copiar conta" +msgstr "Copy 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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:344 +#: ../../../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:163 msgid "Editar Cuenta" -msgstr "Editar conta" +msgstr "Edit Account" -#: ../../../../inc/SP/Core/Acl.class.php:190 +#. (itstool) path: action/text +#: ../../../config/actions.xml:181 msgid "Editar Clave de Cuenta" -msgstr "Editar Senha da Conta" +msgstr "Edit Account Password" -#: ../../../../inc/SP/Core/Acl.class.php:191 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 +#: ../../../config/actions.xml:259 msgid "Ver Historial" -msgstr "Ver histórico" +msgstr "View History" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 +#: ../../../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 "Arquivos" +msgstr "Files" -#: ../../../../inc/SP/Core/Acl.class.php:195 +#. (itstool) path: action/text +#: ../../../config/actions.xml:25 msgid "Peticiones" -msgstr "Petições" +msgstr "Requests" #: ../../../../inc/SP/Core/Acl.class.php:196 msgid "Gestión Aplicación" -msgstr "Gerenciamento de aplicativos" +msgstr "Application Management" -#: ../../../../inc/SP/Core/Acl.class.php:197 +#. (itstool) path: action/text +#: ../../../config/actions.xml:49 msgid "Gestión Categorías" -msgstr "Gestão de categorias" +msgstr "Categories Management" -#: ../../../../inc/SP/Core/Acl.class.php:202 +#. (itstool) path: action/text +#: ../../../config/actions.xml:55 msgid "Gestión Clientes" -msgstr "Gestão de clientes" +msgstr "Clients Management" -#: ../../../../inc/SP/Core/Acl.class.php:207 +#. (itstool) path: action/text +#: ../../../config/actions.xml:67 msgid "Gestión Campos Personalizados" -msgstr "Gestão de campos personalizados" +msgstr "Custom Fields Management" -#: ../../../../inc/SP/Core/Acl.class.php:208 +#. (itstool) path: action/text +#: ../../../config/actions.xml:61 msgid "Gestión Autorizaciones API" -msgstr "Api de gerenciamento liberado" +msgstr "API Authorizations Management" -#: ../../../../inc/SP/Core/Acl.class.php:212 -#: ../../../../inc/SP/Core/Acl.class.php:213 +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 msgid "Gestión Usuarios" -msgstr "Gerenciamento de usuários" +msgstr "Users Management" -#: ../../../../inc/SP/Core/Acl.class.php:214 +#. (itstool) path: action/text +#: ../../../config/actions.xml:121 msgid "Gestión Grupos" -msgstr "Grupos de gestão" +msgstr "Groups Management" -#: ../../../../inc/SP/Core/Acl.class.php:215 +#. (itstool) path: action/text +#: ../../../config/actions.xml:127 msgid "Gestión Perfiles" -msgstr "Perfis de gestão" +msgstr "Profiles 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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:61 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 +#: ../../../config/actions.xml:679 msgid "Configuración" -msgstr "Configuração" +msgstr "Configuration" -#: ../../../../inc/SP/Core/Acl.class.php:217 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:226 +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 +#: ../../../config/actions.xml:685 msgid "Configuración General" -msgstr "As definições gerais" +msgstr "General Configuration" -#: ../../../../inc/SP/Controller/ConfigController.class.php:330 -#: ../../../../inc/SP/Core/Acl.class.php:218 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 msgid "Encriptación" -msgstr "Criptografia" +msgstr "Encryption" -#: ../../../../inc/SP/Controller/ConfigController.class.php:388 -#: ../../../../inc/SP/Core/Acl.class.php:219 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:7 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:323 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 +#: ../../../config/actions.xml:727 msgid "Copia de Seguridad" -msgstr "Copia de segurança" +msgstr "Backup" #: ../../../../inc/SP/Core/Acl.class.php:220 msgid "Exportar" -msgstr "Exportação" +msgstr "Export" -#: ../../../../inc/SP/Core/Acl.class.php:221 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:489 msgid "Importar" -msgstr "Assunto" +msgstr "Import" -#: ../../../../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 +#: ../../../../lib/SP/Services/Api/ApiService.php:186 +#: ../../../modules/api/Controllers/ControllerBase.php:146 msgid "Acceso no permitido" -msgstr "Acesso não autorizado" +msgstr "Unauthorized access" -#: ../../../../inc/SP/Util/Json.class.php:71 +#: ../../../../lib/SP/Http/Json.php:179 msgid "Error de codificación" -msgstr "Codificação de erro" +msgstr "Encoding error" -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:60 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:202 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:220 +#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:308 msgid "La autorización ya existe" -msgstr "A autorização já existe" +msgstr "The authorization already exist" #: ../../../../inc/SP/Controller/ItemActionController.class.php:636 msgid "Actualizar Autorización" -msgstr "Recarregar autorização" +msgstr "Update Authorization" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:813 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:814 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:651 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:202 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:203 msgid "Eliminar Autorización" -msgstr "Remover autorização" +msgstr "Delete Authorization" -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:157 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:141 msgid "Usuario no pertenece al grupo" -msgstr "Usuário não pertence ao grupo" +msgstr "The user doesn't belong to the group" -#: ../../../../inc/SP/Auth/AuthUtil.class.php:61 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:135 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:170 +#: ../../../../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 "Trocar senha" +msgstr "Password Change" -#: ../../../../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 "Foi solicitada a mudança da senha do seu usuário." +msgstr "A request for changing your user password has been done." -#: ../../../../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 "Para concluir o processo acesse o seguinte URL:" +msgstr "In order to complete the process, please go to this 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 "Se você não solicitou esta ação, ignorar esta mensagem." +msgstr "If you have not requested this action, please dismiss this message." -#: ../../../../inc/SP/Core/Backup.class.php:249 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:335 msgid "Esta operación sólo es posible en entornos Linux" -msgstr "Esta operação só é possível em ambientes linux" +msgstr "This operation is only available on Linux environments" -#: ../../../../inc/SP/Core/Backup.class.php:253 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:103 msgid "Error al realizar backup en modo compatibilidad" -msgstr "Erro ao executar o backup em modo de compatibilidade" +msgstr "Error while doing the backup in compatibility mode" -#: ../../../../inc/SP/Core/Backup.class.php:106 -#: ../../../../inc/SP/Core/XmlExport.class.php:526 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:140 msgid "Compruebe los permisos del directorio de backups" -msgstr "Verifique as permissões do diretório de backup" +msgstr "Please, check the backup directory permissions" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:174 +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:107 msgid "Nombre de categoría duplicado" -msgstr "Nome da categoria duplicado" +msgstr "Duplicated category name" -#: ../../../../inc/SP/Core/Upgrade/Category.class.php:97 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:65 +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:68 msgid "Error al crear la categoría" -msgstr "Erro ao criar a categoria" +msgstr "Error while creating the category" -#: ../../../../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 +#: ../../../../lib/SP/Services/Import/KeepassImport.php:104 +#: ../../../modules/api/Controllers/CategoryController.php:63 +#: ../../../modules/api/Controllers/CategoryController.php:91 +#: ../../../modules/api/Controllers/CategoryController.php:121 +#: ../../../modules/api/Controllers/CategoryController.php:150 +#: ../../../modules/web/Controllers/CategoryController.php:220 +#: ../../../modules/web/Controllers/CategoryController.php:254 +#: ../../../modules/web/Controllers/CategoryController.php:294 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 +#: ../../../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 "Categoria" +msgstr "Category" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:119 +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:275 msgid "Error al eliminar la categoría" -msgstr "Erro ao excluir a categoria" +msgstr "Error while deleting the category" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 +#: ../../../config/actions.xml:319 msgid "Eliminar Categoría" -msgstr "Remover categoria" +msgstr "Delete Category" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:190 +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:125 msgid "Error al actualizar la categoría" -msgstr "Erro ao atualizar a categoria" +msgstr "Error while updating the category" #: ../../../../inc/SP/Config/ConfigDB.class.php:108 #: ../../../../inc/SP/Config/ConfigDB.class.php:148 msgid "Modificar configuración" -msgstr "Modificar as configurações" +msgstr "Update Configuration" -#: ../../../../inc/SP/Config/ConfigDB.class.php:149 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:410 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:416 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:82 msgid "Parámetro" -msgstr "Parâmetro" +msgstr "Parameter" #: ../../../../inc/SP/Config/ConfigDB.class.php:152 msgid "Valor" -msgstr "Valor" +msgstr "Value" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:273 +#: ../../../../lib/SP/Util/ErrorUtil.php:128 msgid "Opción no disponible" -msgstr "Opção não disponível" +msgstr "Option unavailable" -#: ../../../../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/Core/Acl/AccountPermissionException.php:45 +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: ../../../../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/Controllers/UserPassResetController.php:94 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 msgid "Consulte con el administrador" -msgstr "Consulte o seu gerente" +msgstr "Please contact to the administrator" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:275 +#: ../../../../lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: ../../../../lib/SP/Util/ErrorUtil.php:136 msgid "No tiene permisos para acceder a esta página" -msgstr "Você não está autorizado a acessar esta página" +msgstr "You don't have permission to access this page" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:276 +#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: ../../../../lib/SP/Util/ErrorUtil.php:140 +#: ../../../modules/web/Controllers/AccountFileController.php:261 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 +#: ../../../modules/web/Controllers/AccountManagerController.php:57 +#: ../../../modules/web/Controllers/AuthTokenController.php:65 +#: ../../../modules/web/Controllers/AuthTokenController.php:97 +#: ../../../modules/web/Controllers/AuthTokenController.php:162 +#: ../../../modules/web/Controllers/AuthTokenController.php:192 +#: ../../../modules/web/Controllers/AuthTokenController.php:235 +#: ../../../modules/web/Controllers/AuthTokenController.php:270 +#: ../../../modules/web/Controllers/AuthTokenController.php:319 +#: ../../../modules/web/Controllers/CategoryController.php:66 +#: ../../../modules/web/Controllers/CategoryController.php:100 +#: ../../../modules/web/Controllers/CategoryController.php:164 +#: ../../../modules/web/Controllers/CategoryController.php:194 +#: ../../../modules/web/Controllers/CategoryController.php:237 +#: ../../../modules/web/Controllers/CategoryController.php:277 +#: ../../../modules/web/Controllers/CategoryController.php:317 +#: ../../../modules/web/Controllers/ClientController.php:64 +#: ../../../modules/web/Controllers/ClientController.php:96 +#: ../../../modules/web/Controllers/ClientController.php:160 +#: ../../../modules/web/Controllers/ClientController.php:190 +#: ../../../modules/web/Controllers/ClientController.php:230 +#: ../../../modules/web/Controllers/ClientController.php:268 +#: ../../../modules/web/Controllers/ClientController.php:304 +#: ../../../modules/web/Controllers/CustomFieldController.php:65 +#: ../../../modules/web/Controllers/CustomFieldController.php:97 +#: ../../../modules/web/Controllers/CustomFieldController.php:159 +#: ../../../modules/web/Controllers/CustomFieldController.php:189 +#: ../../../modules/web/Controllers/CustomFieldController.php:221 +#: ../../../modules/web/Controllers/CustomFieldController.php:258 +#: ../../../modules/web/Controllers/CustomFieldController.php:295 +#: ../../../modules/web/Controllers/EventlogController.php:101 +#: ../../../modules/web/Controllers/ItemPresetController.php:67 +#: ../../../modules/web/Controllers/ItemPresetController.php:149 +#: ../../../modules/web/Controllers/ItemPresetController.php:184 +#: ../../../modules/web/Controllers/ItemPresetController.php:222 +#: ../../../modules/web/Controllers/ItemPresetController.php:252 +#: ../../../modules/web/Controllers/ItemPresetController.php:291 +#: ../../../modules/web/Controllers/ItemPresetController.php:330 +#: ../../../modules/web/Controllers/NotificationController.php:100 +#: ../../../modules/web/Controllers/NotificationController.php:160 +#: ../../../modules/web/Controllers/NotificationController.php:175 +#: ../../../modules/web/Controllers/NotificationController.php:206 +#: ../../../modules/web/Controllers/NotificationController.php:237 +#: ../../../modules/web/Controllers/NotificationController.php:288 +#: ../../../modules/web/Controllers/NotificationController.php:315 +#: ../../../modules/web/Controllers/NotificationController.php:348 +#: ../../../modules/web/Controllers/PluginController.php:98 +#: ../../../modules/web/Controllers/PluginController.php:117 +#: ../../../modules/web/Controllers/PublicLinkController.php:68 +#: ../../../modules/web/Controllers/PublicLinkController.php:100 +#: ../../../modules/web/Controllers/PublicLinkController.php:162 +#: ../../../modules/web/Controllers/PublicLinkController.php:188 +#: ../../../modules/web/Controllers/PublicLinkController.php:218 +#: ../../../modules/web/Controllers/PublicLinkController.php:259 +#: ../../../modules/web/Controllers/PublicLinkController.php:291 +#: ../../../modules/web/Controllers/PublicLinkController.php:333 +#: ../../../modules/web/Controllers/TagController.php:65 +#: ../../../modules/web/Controllers/TagController.php:99 +#: ../../../modules/web/Controllers/TagController.php:159 +#: ../../../modules/web/Controllers/TagController.php:189 +#: ../../../modules/web/Controllers/TagController.php:223 +#: ../../../modules/web/Controllers/TagController.php:254 +#: ../../../modules/web/Controllers/TagController.php:285 +#: ../../../modules/web/Controllers/UserController.php:69 +#: ../../../modules/web/Controllers/UserController.php:101 +#: ../../../modules/web/Controllers/UserController.php:186 +#: ../../../modules/web/Controllers/UserController.php:218 +#: ../../../modules/web/Controllers/UserController.php:254 +#: ../../../modules/web/Controllers/UserController.php:296 +#: ../../../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 +#: ../../../modules/web/Controllers/UserGroupController.php:198 +#: ../../../modules/web/Controllers/UserGroupController.php:238 +#: ../../../modules/web/Controllers/UserGroupController.php:277 +#: ../../../modules/web/Controllers/UserGroupController.php:316 +#: ../../../modules/web/Controllers/UserProfileController.php:64 +#: ../../../modules/web/Controllers/UserProfileController.php:96 +#: ../../../modules/web/Controllers/UserProfileController.php:163 +#: ../../../modules/web/Controllers/UserProfileController.php:193 +#: ../../../modules/web/Controllers/UserProfileController.php:233 +#: ../../../modules/web/Controllers/UserProfileController.php:268 +#: ../../../modules/web/Controllers/UserProfileController.php:304 msgid "No tiene permisos para realizar esta operación" -msgstr "Você não está autorizado para executar esta operação" +msgstr "You don't have permission to do this operation" -#: ../../../../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 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:56 +#: ../../../config/strings.js.inc:85 msgid "Aviso" -msgstr "Aviso" +msgstr "Warning" #: ../../../../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 "" -"O Hash da Senha Mestre Hash foi gerado automaticamente. Nenhuma ação é " -"necessária." +"The Master Password HASH has been regenerated. No further action is needed." -#: ../../../../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 "Você não pode usar o módulo de criptografia" +msgstr "Crypto module cannot be loaded" -#: ../../../../inc/SP/Core/OldCrypt.class.php:182 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 msgid "Error al generar datos cifrados" -msgstr "Erro ao criar os dados criptografados" +msgstr "Error while creating the encrypted data" -#: ../../../../inc/SP/Core/CryptPKI.class.php:48 +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:102 msgid "No es posible generar las claves RSA" -msgstr "Não foi possível gerar senhas rsa" +msgstr "Unable to generate the RSA keys" -#: ../../../../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 +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:135 +#: ../../../../lib/SP/Core/Crypt/CryptPKI.php:168 msgid "El archivo de clave no existe" -msgstr "O arquivo de senha não existe" +msgstr "The key file does not exist" -#: ../../../../inc/SP/Import/CsvImportBase.class.php:84 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 msgid "El número de campos es incorrecto (%d)" -msgstr "O número de campos estiver incorreto (%d)" +msgstr "Wrong number of fields (%d)" -#: ../../../../inc/SP/Import/CsvImportBase.class.php:85 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Verifique o formato do arquivo CSV on-line %s" +msgstr "Please, check the CSV file format in line %s" -#: ../../../../inc/SP/Controller/ConfigController.class.php:410 -#: ../../../../inc/SP/Import/Import.class.php:68 -#: ../../../../inc/SP/Import/ImportBase.class.php:86 +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 msgid "Importar Cuentas" -msgstr "Contas de importação" +msgstr "Import Accounts" -#: ../../../../inc/SP/Import/CsvImportBase.class.php:111 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:166 msgid "Error importando cuenta" -msgstr "Erro ao importar a conta" +msgstr "Error while importing the 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 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:90 +#: ../../../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 "Campos personalizados" +msgstr "Custom Fields" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:77 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:148 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 msgid "Actualizando datos encriptados" -msgstr "Atualizando dados criptografados" +msgstr "Updating encrypted data" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:113 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:184 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:110 msgid "Registros no actualizados" -msgstr "Registros desatualizados" +msgstr "Records not updated" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:62 +#. (itstool) path: strings/text +#: ../../../config/strings.xml:8 msgid "Texto" -msgstr "Texto" +msgstr "Text" -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: ../../../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 "Data" +msgstr "Date" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:66 +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 msgid "Número" -msgstr "Número" +msgstr "Number" -#: ../../../../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 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 msgid "Email" -msgstr "E-mail" +msgstr "Email" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:68 +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 msgid "Teléfono" -msgstr "Telefone" +msgstr "Phone" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:69 +#. (itstool) path: strings/text +#: ../../../config/strings.xml:9 msgid "Link" msgstr "Link" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:70 +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 msgid "Color" -msgstr "Cor" +msgstr "Color" -#: ../../../../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 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: ../../../modules/web/Controllers/ConfigBackupController.php:122 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:89 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 msgid "Categorías" -msgstr "Categorias" +msgstr "Categories" -#: ../../../../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 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: ../../../modules/web/Controllers/ConfigBackupController.php:121 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 msgid "Clientes" -msgstr "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 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 msgid "Grupos" -msgstr "Grupos" +msgstr "Groups" -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:55 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:179 +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:62 +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:116 msgid "Cliente duplicado" -msgstr "Duplicado cliente" +msgstr "Duplicated client" -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:98 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:69 +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:80 msgid "Error al crear el cliente" -msgstr "Erro ao criar o cliente" +msgstr "Error while creating the client" -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:195 +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:136 msgid "Error al actualizar el cliente" -msgstr "Erro ao atualizar o cliente" +msgstr "Error while updating the client" #: ../../../../inc/SP/Controller/ItemActionController.class.php:503 msgid "Actualizar Cliente" -msgstr "Atualização de cliente" +msgstr "Update Client" -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:124 +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:283 msgid "Error al eliminar el cliente" -msgstr "Erro ao remover o cliente" +msgstr "Error while deleting the 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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 +#: ../../../config/actions.xml:349 msgid "Eliminar Cliente" -msgstr "Remover cliente" +msgstr "Delete 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 +#: ../../../../lib/SP/Services/Install/MySQL.php:99 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:97 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:117 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:164 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:176 msgid "No es posible conectar con la BD" -msgstr "Você não pode conectar-se ao bd" +msgstr "Unable to connect to the DB" -#: ../../../../inc/SP/Core/Installer.class.php:204 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:133 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:137 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:99 +#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:166 msgid "Compruebe los datos de conexión" -msgstr "Verifique os parâmetros da conexão" +msgstr "Please, check the connection parameters" #. Not available -#: ../../../../inc/SP/Log/Email.class.php:62 +#: ../../../../lib/SP/Core/Acl/Acl.php:289 +#: ../../../../lib/SP/Services/Auth/LoginService.php:589 msgid "N/D" -msgstr "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 +#: ../../../../lib/SP/Core/Acl/Acl.php:295 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 +#: ../../../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 "Ação" +msgstr "Action" #: ../../../../inc/SP/Log/Email.class.php:64 msgid "Realizado por" -msgstr "Realizado por" +msgstr "Performed by" #: ../../../../inc/SP/Log/Email.class.php:76 #: ../../../../inc/SP/Log/Email.class.php:191 msgid "Enviar Email" -msgstr "Enviar e-mail" +msgstr "Send Email" -#: ../../../../inc/SP/Log/Email.class.php:81 -#: ../../../../inc/SP/Log/Email.class.php:198 +#: ../../../../lib/SP/Services/Mail/MailService.php:145 +#: ../../../modules/web/Controllers/ConfigMailController.php:138 +#: ../../../modules/web/Controllers/ConfigMailController.php:144 msgid "Correo enviado" -msgstr "Sentmail" +msgstr "Email sent" -#: ../../../../inc/SP/Log/Email.class.php:91 -#: ../../../../inc/SP/Log/Email.class.php:202 +#: ../../../../lib/SP/Services/Mail/MailService.php:85 +#: ../../../../lib/SP/Services/Mail/MailService.php:155 msgid "Error al enviar correo" -msgstr "Erro ao enviar o e-mail" +msgstr "Error while sending the email" -#: ../../../../inc/SP/Log/Email.class.php:82 -#: ../../../../inc/SP/Log/Email.class.php:192 +#: ../../../../lib/SP/Services/Mail/MailService.php:146 +#: ../../../modules/web/Controllers/ConfigMailController.php:139 msgid "Destinatario" -msgstr "Destinatário" +msgstr "Recipient" #: ../../../../inc/SP/Log/Email.class.php:85 msgid "CC" -msgstr "Cc" +msgstr "CC" -#: ../../../../inc/SP/Import/FileImport.class.php:86 +#: ../../../../lib/SP/Services/Import/FileImport.php:67 +#: ../../../../lib/SP/Services/Import/FileImport.php:88 msgid "Archivo no subido correctamente" -msgstr "Arquivo não carregado corretamente" +msgstr "File successfully uploaded" -#: ../../../../inc/SP/Import/FileImport.class.php:87 +#: ../../../../lib/SP/Services/Import/FileImport.php:69 +#: ../../../../lib/SP/Services/Import/FileImport.php:90 msgid "Verifique los permisos del usuario del servidor web" -msgstr "Verifique as permissões do usuário do servidor web" +msgstr "Please check the web server user permissions" -#: ../../../../inc/SP/Import/FileImport.class.php:98 +#: ../../../../lib/SP/Services/Import/FileImport.php:102 msgid "Compruebe la extensión del archivo" -msgstr "Verifique a extensão do arquivo" +msgstr "Please, check the file extension" -#: ../../../../inc/SP/Import/FileImport.class.php:114 +#: ../../../../lib/SP/Services/Import/FileImport.php:118 msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "Verifique a configuração do php para fazer upload de arquivos" +msgstr "Please, check PHP configuration for upload files" -#: ../../../../inc/SP/Import/FileImport.class.php:158 -#: ../../../../inc/SP/Import/FileImport.class.php:186 +#: ../../../../lib/SP/Services/Import/FileImport.php:157 +#: ../../../../lib/SP/Services/Import/FileImport.php:183 msgid "Compruebe los permisos del directorio temporal" -msgstr "Verifique as permissões do diretório temporário" +msgstr "Please, check the temporary directory permissions" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 msgid "Eliminar Archivo" -msgstr "Excluir arquivo" +msgstr "Delete File" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:647 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:648 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:400 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 +#: ../../../config/actions.xml:619 msgid "Eliminar Grupo" -msgstr "Remover grupo" +msgstr "Delete Group" -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:72 +#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 msgid "Error al eliminar los usuarios del grupo" -msgstr "Erro ao deletar os usuários do grupo" +msgstr "Error while deleting the group users" -#: ../../../../inc/SP/Import/Import.class.php:86 +#: ../../../../lib/SP/Services/Import/ImportService.php:91 msgid "Compruebe el formato del archivo" -msgstr "Verifique o formato de arquivo" +msgstr "Please, check the file format" -#: ../../../../inc/SP/Import/Import.class.php:116 +#: ../../../modules/web/Controllers/ConfigImportController.php:80 +#: ../../../modules/web/Controllers/ConfigLdapController.php:260 msgid "Importación finalizada" -msgstr "Importação concluída" +msgstr "Import finished" -#: ../../../../inc/SP/Core/Init.class.php:183 +#: ../../../modules/web/Controllers/ErrorController.php:123 msgid "Error en la verificación de la base de datos" -msgstr "Erro ao verificar o banco de dados" +msgstr "Error while checking the database" -#: ../../../../inc/SP/Core/Init.class.php:506 -#: ../../../../inc/SP/Core/Init.class.php:510 +#: ../../../../lib/SP/Core/Context/SessionContext.php:547 msgid "La sesión no puede ser inicializada" -msgstr "A sessão não pode ser inicializado" +msgstr "Session cannot be initialized" -#: ../../../../inc/SP/Core/Init.class.php:469 +#: ../../../../lib/SP/Config/ConfigUtil.php:94 msgid "El directorio \"/config\" no existe" -msgstr "O diretório \"/ config\" não existe" +msgstr "The \"/config\" directory does not exist." -#: ../../../../inc/SP/Core/Init.class.php:474 +#: ../../../../lib/SP/Config/ConfigUtil.php:100 msgid "No es posible escribir en el directorio \"config\"" -msgstr "Você não pode escrever no diretório \"config\"" +msgstr "Unable to write into the \"/config\" directory" -#: ../../../../inc/SP/Core/Init.class.php:481 +#: ../../../../lib/SP/Config/ConfigUtil.php:109 msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "Permissões de diretório \"/ config\" são incorretos" +msgstr "The \"/config\" directory permissions are wrong" -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Actual:" -msgstr "Atual:" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Necesario: 750" -msgstr "Necessário: 750" - -#: ../../../../inc/SP/Core/Init.class.php:594 +#: ../../../modules/web/Controllers/ErrorController.php:107 msgid "Aplicación en mantenimiento" -msgstr "Manutenção de aplicações" +msgstr "Application in maintenance" -#: ../../../../inc/SP/Core/Init.class.php:594 +#: ../../../modules/web/Controllers/ErrorController.php:108 msgid "En breve estará operativa" -msgstr "Em breve será operacional" +msgstr "It will be running shortly" -#: ../../../../inc/SP/Core/Init.class.php:629 +#: ../../../modules/web/Controllers/LoginController.php:101 msgid "Finalizar sesión" -msgstr "Sessão final" +msgstr "Logout session" -#: ../../../../inc/SP/Core/Init.class.php:631 +#: ../../../modules/web/Controllers/LoginController.php:103 msgid "Tiempo inactivo" -msgstr "Downtime" +msgstr "Inactive time" -#: ../../../../inc/SP/Core/Init.class.php:632 +#: ../../../modules/web/Controllers/LoginController.php:104 msgid "Tiempo total" -msgstr "O tempo total de" +msgstr "Total time" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 msgid "La aplicación necesita actualizarse" -msgstr "O aplicativo precisa ser atualizado" +msgstr "The application needs to be updated" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "Si es un administrador pulse en el enlace: %s" -msgstr "Se você for um administrador pode clicar no 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 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:43 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:174 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 msgid "Actualizar" -msgstr "Atualizar" +msgstr "Update" -#: ../../../../inc/SP/Controller/MainActionController.class.php:62 -#: ../../../../inc/SP/Controller/MainActionController.class.php:121 -#: ../../../../inc/SP/Core/Init.class.php:446 +#: ../../../../lib/SP/Controller/MainActionController.php:91 +#: ../../../../lib/SP/Controller/MainActionController.php:148 msgid "Actualización" -msgstr "Atualizar" +msgstr "Update" -#: ../../../../inc/SP/Controller/MainActionController.class.php:122 -#: ../../../../inc/SP/Core/Init.class.php:447 +#: ../../../../lib/SP/Controller/MainActionController.php:149 msgid "Actualización de versión realizada." -msgstr "Atualização de versão realizada." +msgstr "Version updating done." -#: ../../../../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 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:229 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:161 +#: ../../../modules/web/Controllers/ConfigBackupController.php:118 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:40 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:28 msgid "Versión" -msgstr "Versão" +msgstr "Version" -#: ../../../../inc/SP/Core/Installer.class.php:139 +#: ../../../../lib/SP/Services/Install/Installer.php:106 msgid "Indicar nombre de usuario admin" -msgstr "Insira o nome de usuário do admin" +msgstr "Please, enter the admin username" -#: ../../../../inc/SP/Core/Installer.class.php:140 +#: ../../../../lib/SP/Services/Install/Installer.php:108 msgid "Usuario admin para acceso a la aplicación" -msgstr "Usuário admin para acessar a aplicação" +msgstr "Admin user to log into the application" -#: ../../../../inc/SP/Core/Installer.class.php:144 +#: ../../../../lib/SP/Services/Install/Installer.php:113 msgid "Indicar la clave de admin" -msgstr "Insira a senha para o usuário admin" +msgstr "Please, enter the admin's password" -#: ../../../../inc/SP/Core/Installer.class.php:145 +#: ../../../../lib/SP/Services/Install/Installer.php:115 msgid "Clave del usuario admin de la aplicación" -msgstr "Senha do usuário Administrador da aplicação" +msgstr "Application administrator's password" -#: ../../../../inc/SP/Core/Installer.class.php:149 +#: ../../../../lib/SP/Services/Install/Installer.php:120 msgid "Indicar la clave maestra" -msgstr "Insira a Senha Mestre" +msgstr "Please, enter the Master Password" -#: ../../../../inc/SP/Core/Installer.class.php:150 +#: ../../../../lib/SP/Services/Install/Installer.php:122 msgid "Clave maestra para encriptar las claves" -msgstr "Senha Mestre para criptografar as senhas" +msgstr "Master password to encrypt the passwords" -#: ../../../../inc/SP/Core/Installer.class.php:154 +#: ../../../../lib/SP/Services/Install/Installer.php:127 msgid "Clave maestra muy corta" -msgstr "Senha Mestre muito curta" +msgstr "Master password too short" -#: ../../../../inc/SP/Core/Installer.class.php:155 +#: ../../../../lib/SP/Services/Install/Installer.php:129 msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "O comprimento da Senha Mestre deve ser maior do que 11 caracteres" +msgstr "The Master Password length need to be at least 11 characters" -#: ../../../../inc/SP/Core/Installer.class.php:159 +#: ../../../../lib/SP/Services/Install/Installer.php:134 msgid "Indicar el usuario de la BBDD" -msgstr "Insira o usuário do BD" +msgstr "Please, enter the database user" -#: ../../../../inc/SP/Core/Installer.class.php:160 +#: ../../../../lib/SP/Services/Install/Installer.php:136 msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "Usuário com permissões de administrador de banco de dados" +msgstr "An user with database administrative rights" -#: ../../../../inc/SP/Core/Installer.class.php:169 +#: ../../../../lib/SP/Services/Install/Installer.php:148 msgid "Indicar el nombre de la BBDD" -msgstr "Insira o nome do BD" +msgstr "Please, enter the database name" -#: ../../../../inc/SP/Core/Installer.class.php:170 +#: ../../../../lib/SP/Services/Install/Installer.php:150 msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "Nome db para o pej aplicação. Syspass" +msgstr "Application database name. eg. syspass" -#: ../../../../inc/SP/Core/Installer.class.php:174 +#: ../../../../lib/SP/Services/Install/Installer.php:155 msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "O nome do db não pode conter \".\"" +msgstr "Database name cannot contain \".\"" -#: ../../../../inc/SP/Core/Installer.class.php:175 +#: ../../../../lib/SP/Services/Install/Installer.php:157 msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "Remover os pontos o nome da base de dados" +msgstr "Please, remove dots in database name" -#: ../../../../inc/SP/Core/Installer.class.php:179 +#: ../../../../lib/SP/Services/Install/Installer.php:162 msgid "Indicar el servidor de la BBDD" -msgstr "Insira o servidor do BD" +msgstr "Please, enter the database server" -#: ../../../../inc/SP/Core/Installer.class.php:180 +#: ../../../../lib/SP/Services/Install/Installer.php:164 msgid "Servidor donde se instalará la Base de Datos" -msgstr "Servidor onde está instalado o banco de dados" +msgstr "Server where the database will be installed" #: ../../../../inc/SP/Core/Installer.class.php:238 msgid "No es posible comprobar el usuario de sysPass" -msgstr "Não é possível verificar o usuário syspass" +msgstr "Unable to check the sysPass user" -#: ../../../../inc/SP/Core/Installer.class.php:239 +#: ../../../../lib/SP/Services/Install/MySQL.php:137 msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "Verifique as permissões do usuário para a conexão de banco de dados" +msgstr "Please, check the DB connection user rights" -#: ../../../../inc/SP/Core/Installer.class.php:301 +#: ../../../../lib/SP/Services/Install/MySQL.php:201 msgid "La BBDD ya existe" -msgstr "O db já existe" +msgstr "The database already exists" -#: ../../../../inc/SP/Core/Installer.class.php:302 +#: ../../../../lib/SP/Services/Install/MySQL.php:203 msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "Insira um novo Banco de Dados ou delete o Banco de Dados existente" +msgstr "Please, enter a new database or delete the existing one" #: ../../../../inc/SP/Core/Installer.class.php:316 #: ../../../../inc/SP/Core/Installer.class.php:419 msgid "Error al crear la BBDD" -msgstr "Erro ao criar o BD" +msgstr "Error while creating the DB" -#: ../../../../inc/SP/Core/Installer.class.php:317 -#: ../../../../inc/SP/Core/Installer.class.php:337 +#: ../../../../lib/SP/Services/Install/MySQL.php:215 +#: ../../../../lib/SP/Services/Install/MySQL.php:239 msgid "Verifique los permisos del usuario de la Base de Datos" -msgstr "Verifique as permissões do usuário do Banco de Dados" +msgstr "Please check the database user permissions" -#: ../../../../inc/SP/Core/Installer.class.php:392 +#: ../../../../lib/SP/Services/Install/MySQL.php:305 msgid "El archivo de estructura de la BBDD no existe" -msgstr "A estrutura do db arquivo não existe" +msgstr "The database structure file does not exist" -#: ../../../../inc/SP/Core/Installer.class.php:393 +#: ../../../../lib/SP/Services/Install/MySQL.php:307 msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -msgstr "Você não pode criar o aplicativo db. Baixá-lo novamente." +msgstr "Unable to create the application database. Please download it again." -#: ../../../../inc/SP/Core/Installer.class.php:401 +#: ../../../../lib/SP/Services/Install/MySQL.php:290 msgid "Error al seleccionar la BBDD" -msgstr "Erro ao selecionar o BD" +msgstr "Error while selecting the database." -#: ../../../../inc/SP/Core/Installer.class.php:402 +#: ../../../../lib/SP/Services/Install/MySQL.php:311 msgid "" "No es posible usar la Base de Datos para crear la estructura. Compruebe los " "permisos y que no exista." msgstr "" -"Você não pode usar o banco de dados para criar a estrutura. Verifique as " -"permissões e não existe." +"Unable to use the database to create the structure. Check permissions and it " +"does not exist." -#: ../../../../inc/SP/Core/Installer.class.php:420 +#: ../../../../lib/SP/Services/Install/MySQL.php:331 msgid "Error al crear la estructura de la Base de Datos." -msgstr "Falha ao criar a estrutura do banco de dados." +msgstr "Error while creating database structure." -#: ../../../../inc/SP/Core/Installer.class.php:490 +#: ../../../../lib/SP/Services/Install/Installer.php:318 +#: ../../../../lib/SP/Services/Install/Installer.php:369 msgid "Informe al desarrollador" -msgstr "Desenvolvedor relatório" +msgstr "Warn to developer" #: ../../../../inc/SP/Core/Installer.class.php:484 msgid "Error al actualizar la clave maestra del usuario \"admin\"" -msgstr "Erro ao atualizar a Senha Mestre para o usuário \"admin\"" +msgstr "Error while updating the Master Password for user \"admin\"" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:175 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:141 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:188 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:193 msgid "No es posible conectar con el servidor de LDAP" -msgstr "Você não pode se conectar ao servidor ldap" +msgstr "Unable to connect to the LDAP server" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:223 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 msgid "Error al conectar (BIND)" -msgstr "Erro de ligação (bind)" +msgstr "Connection error (BIND)" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:246 -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:666 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:249 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:254 msgid "Error al buscar objetos en DN base" -msgstr "Falha ao localizar objetos com base dn" +msgstr "Error while searching objects in base DN" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:598 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:125 msgid "Error al buscar RDN de grupo" -msgstr "Erro ao localizar grupo RDN" +msgstr "Error while searching the group RDN" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:564 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:200 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:204 msgid "Error al localizar el usuario en LDAP" -msgstr "Erro ao localizar o usuário no LDAP" +msgstr "Error while searching the user on LDAP" -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:136 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:109 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:139 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:113 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:120 msgid "Error al buscar el grupo de usuarios" -msgstr "Não foi possível encontrar o grupo de usuários" +msgstr "Error while searching users group" -#: ../../../../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 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:111 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:154 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:109 msgid "Usuario verificado en grupo" -msgstr "Grupo de usuários verificados" +msgstr "User in group verified" #: ../../../../inc/SP/Controller/EventlogController.class.php:102 msgid "Vaciar Eventos" -msgstr "Eventos vazias" +msgstr "Clear Events" -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:144 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 msgid "Vaciar registro de eventos" -msgstr "Log de eventos vazio" +msgstr "Clear the event log out" -#: ../../../../inc/SP/Api/SyspassApi.class.php:398 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:129 +#: ../../../../lib/SP/Services/Client/ClientService.php:76 +#: ../../../../lib/SP/Services/Client/ClientService.php:95 +#: ../../../../lib/SP/Services/Client/ClientService.php:110 msgid "Cliente no encontrado" -msgstr "Cliente não encontrado" +msgstr "Client not found" #: ../../../../inc/SP/Mgmt/Users/User.class.php:246 msgid "Error al obtener los usuarios" -msgstr "Erro ao obter os usuários" +msgstr "Error while retrieving the users" #: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:52 msgid "Migrar Perfiles" -msgstr "Migrar profiles" +msgstr "Migrate Profiles" #: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:82 msgid "Error al obtener perfiles" -msgstr "Erro ao obter os perfis" +msgstr "Error while retrieving the profiles" #: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:144 msgid "Operación realizada correctamente" -msgstr "Operação bem sucedida" +msgstr "Operation completed successfully" #: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:149 msgid "Fallo al realizar la operación" -msgstr "Erro ao realizar a operação" +msgstr "Error while performing the operation" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:729 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:730 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:460 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:198 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 +#: ../../../config/actions.xml:649 msgid "Eliminar Perfil" -msgstr "Remover perfil" +msgstr "Delete Profile" -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:68 +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:119 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:68 msgid "Formato de XML inválido" -msgstr "Formato xml inválido" +msgstr "Invalid XML format" -#: ../../../../inc/SP/Core/Template.class.php:125 -#: ../../../../inc/SP/Core/Template.class.php:127 -#: ../../../../inc/SP/Html/DataGrid/DataGridBase.class.php:263 +#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:306 +#: ../../../../lib/SP/Mvc/View/Template.php:122 msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Não é possível obter o modelo \"%s\":%s" +msgstr "Unable to retrieve the \"%s\" template: %s" -#: ../../../../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 msgid "No es posible obtener la variable \"%s\"" -msgstr "Não é possível obter a variável \"%s\"" +msgstr "Unable to retrieve the \"%s\" variable" -#: ../../../../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 msgid "No es posible destruir la variable \"%s\"" -msgstr "Você não pode destruir a variável \"%s\"" +msgstr "Unable to unset the \"%s\" variable" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:89 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:232 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:104 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:175 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:179 msgid "Error al aplicar la actualización de la Base de Datos" -msgstr "Erro ao aplicar atualização do Banco de Dados" +msgstr "Error while updating the database" -#: ../../../../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 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:72 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 msgid "Compruebe el registro de eventos para más detalles" -msgstr "Verifique o log de eventos para obter detalhes" +msgstr "Please, check the event log for more details" -#: ../../../../inc/themes/material-blue/views/main/login.inc:65 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:63 msgid "Acceder" -msgstr "Entrar" +msgstr "Sign in" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:83 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:110 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:96 msgid "Error al aplicar la actualización auxiliar" -msgstr "Erro ao aplicar uma atualização auxiliar" +msgstr "Error while applying an auxiliary update" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:206 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:219 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:89 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:120 msgid "Actualizar BBDD" -msgstr "Recarregar bbdd" +msgstr "Update DB" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:212 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:155 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:159 msgid "No es necesario actualizar la Base de Datos." -msgstr "Não é necessário para atualizar o banco de dados." +msgstr "Database update not needed." -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:246 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "Atualizando o banco de dados realizado corretamente." +msgstr "Database updating was completed successfully." -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:397 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:202 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:228 msgid "Actualizar Configuración" -msgstr "Configurações de atualização" +msgstr "Update Configuration" #: ../../../../inc/SP/Controller/ItemActionController.class.php:240 msgid "No se pudo realizar la petición de cambio de clave." -msgstr "Não foi possível realizar a solicitação de alteração de senha." +msgstr "Could not perform the password change request." -#: ../../../../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/UserGrid.php:201 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 +#: ../../../config/actions.xml:583 msgid "Eliminar Usuario" -msgstr "Excluir" +msgstr "Delete User" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:106 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:54 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:40 msgid "Usuario de LDAP" -msgstr "Do usuário ldap" +msgstr "LDAP User" #: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:122 msgid "Activación Cuenta" -msgstr "Ativação da conta" +msgstr "Account Activation" #: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:123 msgid "Su cuenta está pendiente de activación." -msgstr "A sua conta está pendente de ativação." +msgstr "Your account activation is pending." #: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:124 msgid "En breve recibirá un email de confirmación." -msgstr "Você receberá um e-mail de confirmação." +msgstr "You will receive a confirmation email shortly." #: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:131 msgid "Nuevo usuario de LDAP" -msgstr "Novo para ldap" +msgstr "New LDAP user" #: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:152 msgid "Error al migrar grupo del usuario" -msgstr "Erro ao migrar o grupo do usuário" +msgstr "Error while migrating the user group" -#: ../../../../inc/SP/Controller/MainController.class.php:367 -#: ../../../../inc/SP/Core/Init.class.php:129 +#: ../../../modules/web/Controllers/InstallController.php:62 msgid "Versión de PHP requerida >= " -msgstr "Necessário versão do php >=" +msgstr "Required PHP version >=" -#: ../../../../inc/SP/Controller/MainController.class.php:368 -#: ../../../../inc/SP/Core/Init.class.php:130 +#: ../../../../lib/SP/Bootstrap.php:267 msgid "" "Actualice la versión de PHP para que la aplicación funcione correctamente" -msgstr "Atualizar a versão do php para que o aplicativo funcione corretamente" +msgstr "Please update the PHP version to run sysPass" -#: ../../../../inc/SP/Controller/MainController.class.php:378 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:311 +#: ../../../modules/web/Controllers/InstallController.php:59 msgid "Módulo no disponible" -msgstr "Módulo não disponível" +msgstr "Module unavailable" -#: ../../../../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 "Sem esse módulo, o aplicativo pode não funcionar corretamente." +msgstr "Without this module the application could not run correctly" #: ../../../../inc/SP/Core/XmlExport.class.php:133 msgid "Exportar XML" -msgstr "Xml exportação" +msgstr "XML Export" -#: ../../../../inc/SP/Core/XmlExport.class.php:483 +#: ../../../../lib/SP/Services/Export/XmlExportService.php:545 msgid "Error al crear el archivo XML" -msgstr "Erro ao criar o arquivo XML" +msgstr "Error while creating the XML file" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:107 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:110 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:81 msgid "No es posible procesar el archivo XML" -msgstr "Não é possível processar o arquivo XML" +msgstr "Unable to process the XML file" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:85 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:105 msgid "Archivo XML no soportado" -msgstr "Arquivo xml não é suportada" +msgstr "XML file not supported" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:86 +#: ../../../../lib/SP/Services/Import/XmlFileImport.php:107 msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "Não é possível detectar os dados de aplicativos exportados" +msgstr "Unable to detect the application the data was exported from" -#: ../../../../inc/SP/Storage/DB.class.php:285 -#: ../../../../inc/SP/Storage/DB.class.php:330 -#: ../../../../js/strings.js.php:26 +#: ../../../../lib/SP/Storage/Database/QueryData.php:354 +#: ../../../config/strings.js.inc:26 msgid "Error en la consulta" -msgstr "Falha na consulta" +msgstr "Error while querying" -#: ../../../../js/strings.js.php:27 +#: ../../../config/strings.js.inc:27 msgid "Ha ocurrido un error" -msgstr "Ocorreu um erro" +msgstr "There was an error" -#: ../../../../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 "Sessão terminou" +msgstr "Session finished" -#: ../../../../js/strings.js.php:29 +#: ../../../config/strings.js.inc:29 msgid "Borrar la cuenta?" -msgstr "Excluir conta?" +msgstr "Delete account?" -#: ../../../../js/strings.js.php:30 +#: ../../../config/strings.js.inc:30 msgid "Borrar el usuario?" -msgstr "Excluir o usuário?" +msgstr "Delete user?" -#: ../../../../js/strings.js.php:31 +#: ../../../config/strings.js.inc:31 msgid "Guarde la configuración para que sea efectiva" -msgstr "Salve a configuração para ser eficaz" +msgstr "You should save configuration in order to take effect" -#: ../../../../js/strings.js.php:32 +#: ../../../config/strings.js.inc:32 msgid "Clave Generada" -msgstr "Senha Gerada" +msgstr "Generated Password" -#: ../../../../js/strings.js.php:33 +#: ../../../config/strings.js.inc:33 msgid "Nivel alto" -msgstr "Alto nível" +msgstr "High level" -#: ../../../../js/strings.js.php:34 +#: ../../../config/strings.js.inc:34 msgid "Nivel medio" -msgstr "Nível médio" +msgstr "Average level" -#: ../../../../js/strings.js.php:35 +#: ../../../config/strings.js.inc:35 msgid "Nivel bajo" -msgstr "Nível baixo" +msgstr "Low level" -#: ../../../../js/strings.js.php:36 +#: ../../../config/strings.js.inc:36 msgid "Nivel muy alto" -msgstr "Nível muito elevado" +msgstr "Very High level" -#: ../../../../js/strings.js.php:37 +#: ../../../config/strings.js.inc:37 msgid "Utilizar al menos 8 caracteres" -msgstr "Use pelo menos 8 caracteres" +msgstr "You should use at least 8 characters" -#: ../../../../js/strings.js.php:38 +#: ../../../config/strings.js.inc:38 msgid "Borrar elemento?" -msgstr "Remover produto?" +msgstr "Delete item?" -#: ../../../../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 "Página não encontrada" +msgstr "Page not found" -#: ../../../../js/strings.js.php:40 +#: ../../../modules/web/Controllers/AccountFileController.php:108 +#: ../../../config/strings.js.inc:40 msgid "Archivo no soportado para visualizar" -msgstr "Ficheiro não suportado para exibir" +msgstr "File not supported for preview" -#: ../../../../js/strings.js.php:41 +#: ../../../config/strings.js.inc:41 msgid "Eliminar archivo?" -msgstr "Excluir arquivo?" +msgstr "Delete file?" -#: ../../../../js/strings.js.php:42 +#: ../../../config/strings.js.inc:42 msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "Seu navegador não suporta upload de arquivos html5" +msgstr "Your browser does not support HTML5 file uploads" -#: ../../../../js/strings.js.php:43 +#: ../../../config/strings.js.inc:43 msgid "Demasiados archivos" -msgstr "Muitos arquivos" +msgstr "Too many files" -#: ../../../../js/strings.js.php:44 +#: ../../../config/strings.js.inc:44 msgid "Tamaño de archivo no permitido" -msgstr "O tamanho do arquivo não permitidos" +msgstr "File size not allowed" -#: ../../../../js/strings.js.php:46 +#: ../../../config/strings.js.inc:46 msgid "Vaciar el registro de eventos?" -msgstr "Esvaziar o log de eventos?" +msgstr "Clear the event log out?" -#: ../../../../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:177 +#: ../../../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:250 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 msgid "Seleccionar Grupo" -msgstr "Selecionar grupo" +msgstr "Select Group" -#: ../../../../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:160 +#: ../../../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:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:32 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 msgid "Seleccionar Usuario" -msgstr "Selecionar usuário" +msgstr "Select User" -#: ../../../../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/item_preset.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 msgid "Seleccionar Perfil" -msgstr "Selecionar perfil" +msgstr "Select Profile" -#: ../../../../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 msgid "Seleccionar Cliente" -msgstr "Selecione o cliente" +msgstr "Select 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 "Selecione a categoria" +msgstr "Select Category" -#: ../../../../js/strings.js.php:52 +#: ../../../config/strings.js.inc:52 msgid "Sin resultados" -msgstr "Nenhum resultado" +msgstr "No results" -#: ../../../../js/strings.js.php:53 +#: ../../../config/strings.js.inc:53 msgid "Opciones de clave" -msgstr "Opções de senha" +msgstr "Password options" -#: ../../../../js/strings.js.php:54 +#: ../../../config/strings.js.inc:54 msgid "Generar clave aleatoria" -msgstr "Gerar senha aleatória" +msgstr "Generate random password" -#: ../../../../js/strings.js.php:55 +#: ../../../config/strings.js.inc:55 msgid "Complejidad" -msgstr "Complexidade" +msgstr "Complexity" -#: ../../../../js/strings.js.php:56 +#: ../../../config/strings.js.inc:56 msgid "Restablecer" -msgstr "Restaurar" +msgstr "Reset" -#: ../../../../js/strings.js.php:57 +#: ../../../config/strings.js.inc:57 msgid "Nivel de fortaleza de la clave" -msgstr "Nível de força da senha" +msgstr "Password strength level" -#: ../../../../js/strings.js.php:58 +#: ../../../config/strings.js.inc:58 msgid "Mostrar Clave" -msgstr "Mostrar Senha" +msgstr "Show Password" -#: ../../../../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 "Cópia do usuário" +msgstr "Copy Username" -#: ../../../../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:36 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 msgid "Copiar Clave" -msgstr "Copiar Senha" +msgstr "Copy Password" -#: ../../../../js/strings.js.php:61 +#: ../../../config/strings.js.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:74 msgid "Incluir Números" -msgstr "Incluir números" +msgstr "Include Numbers" -#: ../../../../js/strings.js.php:62 +#: ../../../config/strings.js.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:116 msgid "Incluir Mayúsculas" -msgstr "Incluem a tecla shift" +msgstr "Include Uppercase" -#: ../../../../js/strings.js.php:63 +#: ../../../config/strings.js.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:102 msgid "Incluir Símbolos" -msgstr "Incluem símbolos" +msgstr "Include Symbols" -#: ../../../../js/strings.js.php:64 +#: ../../../config/strings.js.inc:64 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:6 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:14 msgid "Longitud" -msgstr "Comprimento" +msgstr "Length" -#: ../../../../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 "Selecionar ação" +msgstr "Select Action" -#: ../../../../js/strings.js.php:66 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:66 msgid "SI" -msgstr "Sim" +msgstr "YES" -#: ../../../../js/strings.js.php:67 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:67 msgid "NO" -msgstr "Não" +msgstr "NO" -#: ../../../../js/strings.js.php:68 +#: ../../../config/strings.js.inc:68 msgid "Aceptar" -msgstr "Aceitar" +msgstr "Accept" -#: ../../../../js/strings.js.php:69 +#: ../../../config/strings.js.inc:69 msgid "Cancelar" -msgstr "Cancelar" +msgstr "Cancel" -#: ../../../../js/strings.js.php:70 +#: ../../../config/strings.js.inc:70 msgid "Clave Copiada al Portapapeles" -msgstr "Senha copiada para o área de transferência" +msgstr "Password Copied to Clipboard" -#: ../../../../js/strings.js.php:71 +#: ../../../config/strings.js.inc:71 msgid "Error al copiar al portapapeles" -msgstr "Erro ao copiar para a área de transferência" +msgstr "Error while copying to clipboard" -#: ../../../../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/web/Controllers/AccountController.php:149 +#: ../../../modules/web/Controllers/AccountController.php:204 +#: ../../../modules/web/Controllers/AccountController.php:476 +#: ../../../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 "Detalhes da conta" +msgstr "Account Details" -#: ../../../../inc/SP/Controller/AccountController.class.php:437 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:132 +#: ../../../modules/web/Controllers/AccountController.php:432 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 msgid "Modificar Clave de Cuenta" -msgstr "Modificar Senha da Conta" +msgstr "Edit Account Password" -#: ../../../../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 +#: ../../../../lib/SP/Plugin/PluginManager.php:246 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:98 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:111 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:102 +#: ../../../modules/web/Controllers/UserGroupController.php:254 +#: ../../../modules/web/Controllers/UserGroupController.php:293 +#: ../../../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/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:528 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:16 msgid "Nombre" -msgstr "Nome" +msgstr "Name" -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 +#: ../../../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 "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 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 msgid "Eliminar Campo" -msgstr "Remover campo" +msgstr "Delete Field" -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "Último backup" -msgstr "Último backup" +msgstr "Last backup" -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "No se encontraron backups" -msgstr "Não há backups disponíveis" +msgstr "There aren't any backups available" -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "Última exportación" -msgstr "Última exportação" +msgstr "Last export" -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "No se encontró archivo de exportación" -msgstr "No arquivo de exportação encontrados" +msgstr "No export file found" -#: ../../../../inc/SP/Controller/ConfigController.class.php:436 -#: ../../../../inc/SP/Controller/MainController.class.php:617 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:77 +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:63 msgid "Información" -msgstr "Informação" +msgstr "Information" -#: ../../../../inc/SP/Controller/EventlogController.class.php:104 +#: ../../../modules/web/Controllers/EventlogController.php:119 +#: ../../../modules/web/Controllers/EventlogController.php:122 msgid "Registro de eventos vaciado" -msgstr "Descarga de log de eventos" +msgstr "Event log cleared" -#: ../../../../inc/SP/Log/Log.class.php:95 +#: ../../../../lib/SP/Repositories/EventLog/EventlogRepository.php:53 msgid "Error al vaciar el registro de eventos" -msgstr "Erro ao limpar o log de eventos" +msgstr "Error while clearing the event log out" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:52 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:148 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 msgid "Admin Aplicación" -msgstr "Aplicação de admin" +msgstr "Application Admin" -#: ../../../../inc/SP/Controller/MainController.class.php:264 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:72 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:263 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:58 msgid "Buscar" -msgstr "Pesquisa" +msgstr "Search" -#: ../../../../inc/SP/Controller/MainController.class.php:283 +#. (itstool) path: action/text +#: ../../../config/actions.xml:103 msgid "Usuarios y Accesos" -msgstr "Usuários e acesso" +msgstr "Users and Accesses" -#: ../../../../inc/SP/Controller/MainController.class.php:293 +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 msgid "Elementos y Personalización" -msgstr "Elementos e personalização" +msgstr "Items and Customizations" -#: ../../../../inc/SP/Controller/MainController.class.php:313 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:7 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: ../../../config/actions.xml:133 msgid "Registro de Eventos" -msgstr "Registro de eventos" +msgstr "Event Log" -#: ../../../../inc/SP/Controller/MainController.class.php:387 +#: ../../../modules/web/Controllers/InstallController.php:82 msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -msgstr "A versão do php é vulnerável a ataques null byte (cve-2006-7243)" +msgstr "This PHP version is vulnerable to NULL Byte attack CVE-2006-7243)" -#: ../../../../inc/SP/Controller/MainController.class.php:388 +#: ../../../modules/web/Controllers/InstallController.php:83 msgid "Actualice la versión de PHP para usar sysPass de forma segura" -msgstr "Atualizar a versão do php para usar com segurança syspass" +msgstr "Please update PHP version to run sysPass in a secure way" -#: ../../../../inc/SP/Controller/MainController.class.php:394 +#: ../../../modules/web/Controllers/InstallController.php:89 msgid "No se encuentra el generador de números aleatorios." -msgstr "Você não pode encontrar gerador de números aleatórios." +msgstr "Cannot find random number generator." -#: ../../../../inc/SP/Controller/MainController.class.php:395 +#: ../../../modules/web/Controllers/InstallController.php:90 msgid "" "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" msgstr "" -"Sem esse recurso, um invasor pode usar sua conta para redefinir a senha." +"Without this function, an attacker could take your account on password reset." -#: ../../../../ajax/ajax_install.php:58 +#: ../../../modules/web/Controllers/InstallController.php:89 msgid "Instalación finalizada" -msgstr "Instalação concluída" +msgstr "Installation finished" #: ../../../../inc/SP/Controller/MainController.class.php:492 msgid "Descargar nueva versión" -msgstr "Baixar nova versão" +msgstr "Download new version" -#: ../../../../inc/SP/Controller/MainController.class.php:504 +#: ../../../config/strings.js.inc:95 msgid "Avisos de sysPass" -msgstr "Avisos syspass" +msgstr "sysPass Notices" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:345 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 msgid "Ordenar por Cliente" -msgstr "Classificar por cliente" +msgstr "Sort by Client" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:352 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 msgid "Ordenar por Nombre" -msgstr "Classificar por nome" +msgstr "Sort by Name" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:359 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 msgid "Ordenar por Categoría" -msgstr "Classificar por categoria" +msgstr "Sort by Category" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:366 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 msgid "Ordenar por Usuario" -msgstr "Ordenar por usuário" +msgstr "Sort by Username" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:373 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 msgid "Ordenar por URL / IP" -msgstr "Ordenar por URL / IP" +msgstr "Sort by 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 +#: ../../../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" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:477 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 msgid "Propiedades" -msgstr "Propriedades" +msgstr "Properties" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:53 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:155 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 msgid "Admin Cuentas" -msgstr "Contas de Admin" +msgstr "Accounts 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 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:41 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 msgid "Deshabilitado" -msgstr "Inválido" +msgstr "Disabled" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:542 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:543 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 msgid "Ver Detalles de Usuario" -msgstr "Veja detalhes do usuário" +msgstr "View User 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 +#: ../../../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 "Alterar Senha do Usuário" +msgstr "Change User's Password" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:709 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:710 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:164 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:165 msgid "Ver Detalles de Perfil" -msgstr "Ver detalhes do perfil" +msgstr "View Profile Details" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:793 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:794 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:169 msgid "Ver token de Autorización" -msgstr "Veja autorização símbolo" +msgstr "View Authorization token" #: ../../../../inc/SP/Controller/ItemShowController.class.php:409 msgid "Token de autorización visualizado" -msgstr "Token de autorização apresentado" +msgstr "Authorization token viewed" #: ../../../../inc/SP/Controller/ItemShowController.class.php:407 msgid "Autorizaciones" -msgstr "Lançado" +msgstr "Authorizations" -#: ../../../../inc/themes/material-blue/views/config/mail.inc:90 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:93 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:133 msgid "Seguridad" -msgstr "Segurança" +msgstr "Security" -#: ../../../../inc/SP/Controller/UserPreferencesController.class.php:90 +#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 msgid "Preferencias" -msgstr "Preferências" +msgstr "Preferences" -#: ../../../../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 +#: ../../../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 "Nome da conta" +msgstr "Account name" -#: ../../../../inc/SP/Api/SyspassApi.class.php:500 -#: ../../../../inc/themes/material-blue/views/account/account.inc:106 +#: ../../../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 "Acesse a URL ou o IP" +msgstr "Access URL or IP" -#: ../../../../inc/SP/Api/SyspassApi.class.php:499 -#: ../../../../inc/themes/material-blue/views/account/account.inc:118 +#: ../../../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 "Usuário de acesso" +msgstr "Access user" -#: ../../../../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 +#: ../../../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 "Senha (repetir)" +msgstr "Password (repeat)" -#: ../../../../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 +#: ../../../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 "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 +#: ../../../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 "Descrição" +msgstr "Notes about the 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 +#: ../../../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 "Permissões" +msgstr "Permissions" -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:40 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:62 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:28 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:53 msgid "Hablitar edición" -msgstr "Habilitar edição" +msgstr "Enable Edit" -#: ../../../../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 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:174 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:45 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:47 msgid "Grupo Principal" -msgstr "Grupo principal" +msgstr "Main Group" -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Soltar arquivos aqui (máx. 5) ou clique para seleccionar" +msgstr "Drop files here (max. 5) or click to select" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:283 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:325 msgid "Tamaño máximo de archivo" -msgstr "Tamanho máximo de arquivo" +msgstr "Maximum file size" -#: ../../../../inc/themes/material-blue/views/account/account.inc:212 -#: ../../../../inc/themes/material-blue/views/account/account.inc:214 +#: ../../../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:253 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:255 msgid "Historial" -msgstr "Registro" +msgstr "History" -#: ../../../../inc/themes/material-blue/views/account/account.inc:219 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:136 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:260 msgid "Seleccionar fecha" -msgstr "Selecionar data" +msgstr "Select 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 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:272 +#: ../../../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 "Modificada pela última vez" +msgstr "Last 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 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: ../../../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 "Visitas" +msgstr "Visits" -#: ../../../../inc/themes/material-blue/views/account/details.inc:26 -#: ../../../../inc/themes/material-blue/views/account/details.inc:28 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:17 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:19 msgid "Fecha Alta" -msgstr "Data adicionado" +msgstr "Date Added" -#: ../../../../inc/themes/material-blue/views/account/details.inc:44 -#: ../../../../inc/themes/material-blue/views/account/details.inc:46 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:157 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:37 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:39 msgid "Creador" -msgstr "Criador" +msgstr "Creator" -#: ../../../../inc/themes/material-blue/views/account/details.inc:61 -#: ../../../../inc/themes/material-blue/views/account/details.inc:63 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:57 msgid "Usuarios Secundarios" -msgstr "Usuários secundários" +msgstr "Secondary Users" -#: ../../../../inc/themes/material-blue/views/account/details.inc:83 -#: ../../../../inc/themes/material-blue/views/account/details.inc:85 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 msgid "Grupos Secundarios" -msgstr "Grupos secundários" +msgstr "Secondary Groups" -#: ../../../../inc/themes/material-blue/views/account/details.inc:106 -#: ../../../../inc/themes/material-blue/views/account/details.inc:108 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:57 msgid "Fecha Edición" -msgstr "Data de emissão" +msgstr "Date Modified" -#: ../../../../inc/themes/material-blue/views/account/details.inc:114 -#: ../../../../inc/themes/material-blue/views/account/details.inc:116 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:63 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:65 msgid "Editor" msgstr "Editor" -#: ../../../../inc/themes/material-blue/views/account/actions.inc:168 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 msgid "Restaurar cuenta desde este punto" -msgstr "Restaurar conta a partir deste ponto" +msgstr "Restore account from this point" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:240 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:241 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:102 +#: ../../../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 "Copiar senha para a área de transferência" +msgstr "Copy Password to Clipboard" -#: ../../../../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 "Vista atual" +msgstr "View Current" -#: ../../../../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 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:49 +#: ../../../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 "Retorno" +msgstr "Back" #: ../../../../inc/themes/material-blue/views/account/actions.inc:146 msgid "Modificar Cuenta" -msgstr "Modificar conta" +msgstr "Edit 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 "Solicitação de modificação" +msgstr "Request 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 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:51 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:121 msgid "Guardar" -msgstr "Salvar" +msgstr "Save" -#: ../../../../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 +#: ../../../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 "Resultado" +msgstr "Result" -#: ../../../../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 "Faça o download agora" +msgstr "Download Current" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:53 msgid "No hay backups para descargar" -msgstr "Não há backups para download" +msgstr "There aren't any backups for download" -#: ../../../../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 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:52 +#: ../../../config/strings.js.inc:79 msgid "Ayuda" -msgstr "Ajudar" +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." msgstr "" -"Backup permite salvar e baixar tanto o syspass banco de dados como arquivos " -"e configurações do aplicativo." +"The backup allows you to save and download either sysPass database or " +"application files and its configuration." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:73 +#: ../../../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 "" -"Com este método é possível salvar todos os dados sysPass em outro lugar ou " -"usá-los para fazer a aplicação portátil." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." -#: ../../../../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 "Contas de exportação" +msgstr "Export Accounts" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:125 msgid "No hay archivos XML para descargar" -msgstr "Não há arquivos XML para download" +msgstr "There aren't any XML files for download" -#: ../../../../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 "Exportar senha" +msgstr "Export Password" -#: ../../../../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 "Exportar senha (repetir)" +msgstr "Export Password (repeat)" -#: ../../../../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." msgstr "" -"Contas de exportação e contas pode salvar seus dados em formato xml para " -"mais tarde ser importado para outros casos de syspass." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:184 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:184 msgid "" "Las claves de las cuentas son exportadas de forma encriptada para mayor " "seguridad." msgstr "" -"As senhas da conta são exportadas de forma criptografada para maior " -"segurança." +"The accounts passwords are exported in an excrypted way for better security." -#: ../../../../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." msgstr "" -"Você pode definir uma senha de exportação para salvar todos os dados " -"criptografados em um arquivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." -#: ../../../../inc/themes/material-blue/views/main/body-start.inc:4 +#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "Javascript é necessário para o funcionamento adequado" +msgstr "Javascript is needed in order to run correctly" -#: ../../../../inc/SP/Api/SyspassApi.class.php:518 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:23 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:23 msgid "Nombre de la categoría" -msgstr "Nome da categoria" +msgstr "Category name" -#: ../../../../inc/SP/Api/SyspassApi.class.php:519 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:35 +#: ../../../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 "Descrição da categoria" +msgstr "Category description" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:4 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:7 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:22 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:5 msgid "Sitio" -msgstr "Local" +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 +#: ../../../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 "Idioma" +msgstr "Language" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:15 +#: ../../../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 "" -"Define o idioma global da aplicação. Você pode definir preferências de " -"idioma do usuário." +"Set the global app language. You can set a per user language at the user " +"preferences." -#: ../../../../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 +#: ../../../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 "Tema visual" +msgstr "Visual Theme" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:41 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:60 msgid "" "Establece el tema visual global de la aplicación. Es posible establecer un " "tema visual por usuario en las preferencias." msgstr "" -"Define o tema visual geral do aplicativo. Você pode definir um tema visual " -"para as preferências do usuário." +"Set the global app visual theme. You can the user's visual theme on the user " +"preferences." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:59 -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:67 +#: ../../../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 "Session timeout (s)" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:21 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:28 msgid "Habilitar log de eventos" -msgstr "Ativar log de eventos" +msgstr "Enable event log" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:13 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:29 msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Salve as ações na aplicação." +msgstr "Saves the actions done by the application." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:104 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:120 msgid "Habilitar depuración" -msgstr "Habilitar a depuração" +msgstr "Enable debug" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:96 +#: ../../../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 "Exibe informações sobre a configuração e desempenho do aplicativo." +msgstr "" +"Shows some information about application configuration and performance." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:135 msgid "Modo mantenimiento" -msgstr "Modo de manutenção" +msgstr "Maintenance mode" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:114 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:136 msgid "" "En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " "necesario modificar el archivo de configuración." msgstr "" -"Neste modo, ninguém pode acessar o aplicativo. Para desativá-lo é necessário " -"modificar o arquivo de configuração." +"In this mode nobody can log into the application. To disable it, you need to " +"either modify the configuration file or unset on the site tab." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:140 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:150 msgid "Comprobar actualizaciones" -msgstr "Verificar se há atualizações" +msgstr "Check for updates" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:132 +#: ../../../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 "Verifique as atualizações do aplicativo (apenas para administradores)." +msgstr "Check for application updates (only for administrators)." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:158 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:165 msgid "Comprobar notificaciones" -msgstr "Verifique notificações" +msgstr "Check for notices" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:150 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:166 msgid "" "Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " "para los usuarios administradores)." msgstr "" -"Verifique se há notificações de segurança ou avisos do sysPass (apenas para " -"administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." -#: ../../../../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/config/accounts.inc:109 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:80 msgid "Nombre de cuenta como enlace" -msgstr "Nome da conta como link" +msgstr "Account name as link" -#: ../../../../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 "Permite o nome da conta como link para os detalhes da conta." +msgstr "Enables the account name as a link to account details." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:251 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:203 +#: ../../../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 "Gerenciador de arquivos" +msgstr "Files management" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:241 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:296 msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "Habilita o upload e download de arquivos para as contas." +msgstr "Enables the uploading and downloading of accounts files." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:72 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 msgid "Búsquedas globales" -msgstr "Pesquisa global" +msgstr "Global searches" -#: ../../../../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." msgstr "" -"Ele permite que todos os usuários pesquisem em todas as contas, mas não pode " -"ver o conteúdo do que aqueles sem licenças." +"Allows the users to do searches that includes all accounts, if they don't " +"have permission they can't view the accounts details." -#: ../../../../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:304 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:317 msgid "Extensiones de archivos permitidas" -msgstr "As extensões de arquivo permitido" +msgstr "Allowed file extensions" -#: ../../../../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 "Extensões permitidas para o upload de arquivos." +msgstr "Allowed file extensions for uploading." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:266 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:267 msgid "Se permite un máximo de 4 caracteres." -msgstr "É permitido um máximo de 4 caracteres." +msgstr "Max 4 characters allowed." -#: ../../../../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." msgstr "" -"Escrever ramal e pressione enter para adicionar. É necessário salvar as " -"configurações." +"Write the extension and press enter to add. Remember to save the " +"configuration." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:288 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:330 msgid "Establece el tamaño máximo para subir archivos." -msgstr "Define o tamanho máximo para upload de arquivos." +msgstr "Set the maximum file size for uploading." -#: ../../../../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 "Máxima absuluto é 16mb." +msgstr "The absolute maximum is 16MB." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:18 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:47 +#: ../../../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 "Resultados por página" +msgstr "Results per page" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:23 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:52 +#: ../../../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 "Número de resultados por página para exibir ao realizar uma pesquisa." +msgstr "Number of results per page to show when doing searches." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:116 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:155 +#: ../../../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 "Resultados como Cartões" +msgstr "Results like Cards" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:106 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:146 +#: ../../../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 "" -"Habilita mostrar os resultados da busca de contas em formato de cartão." +msgstr "Enables to show account's search results on a card like format." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:96 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:144 msgid "Imagen para mostrar clave" -msgstr "Mostrar senha como imagem" +msgstr "Image to show password" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:82 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:146 msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Gerar uma imagem com o texto da senha da conta." +msgstr "Generate an image with a text of the account password." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:86 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:148 msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "Útil para ambientes onde copiar a senha é um risco de segurança." +msgstr "" +"Useful for environments where copying a password to clipboard is a security " +"risk." -#: ../../../../inc/SP/Api/SyspassApi.class.php:538 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:26 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 msgid "Nombre del cliente" -msgstr "Nome do cliente" +msgstr "Client name" -#: ../../../../inc/SP/Api/SyspassApi.class.php:539 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:39 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 msgid "Descripción del cliente" -msgstr "Descrição do cliente" +msgstr "Client description" -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:57 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 msgid "Texto Ayuda" -msgstr "Texto de ajuda" +msgstr "Help Text" -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:74 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 msgid "Obligatorio" -msgstr "Obrigatório" +msgstr "Required" -#: ../../../../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 "Senha Mestre" +msgstr "Master Password" -#: ../../../../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 msgid "Último cambio" -msgstr "Última atualização" +msgstr "Last change" -#: ../../../../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 "Senha Mestre Atual" +msgstr "Current Master Password" -#: ../../../../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 "Nova Senha Mestre" +msgstr "New Master Password" -#: ../../../../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 "Nova Senha Mestre (repetir)" +msgstr "New Master Password (repeat)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 msgid "No modificar cuentas" -msgstr "Não modifique contas" +msgstr "Do not modify accounts" -#: ../../../../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 "Estabelece uma nova senha mestre sem re-criptografar as contas" +msgstr "Sets a new Master Password without re-encrypting the accounts." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:109 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 msgid "Confirmar cambio" -msgstr "Confirmar a alteração" +msgstr "Confirm change" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:92 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:77 msgid "Guarde la nueva clave en un lugar seguro." -msgstr "Salve a nova senha em um lugar seguro." +msgstr "You should save the new password on a secure place" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:96 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:81 msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "Toda as senhas das contas serão criptografadas novamente." +msgstr "All accounts passwords will be encrypted again." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:100 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:85 msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "Os utilizadores terão que inserir a nova Senha Mestre." +msgstr "Users will need to enter the new Master Password." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:138 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:152 msgid "" "La clave maestra es utilizada para encriptar las claves de las cuentas de " "sysPass para mantenerlas seguras." msgstr "" -"A Senha Mestre é usada para criptografar as senhas das contas do sysPass " -"para mantê-las seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." -#: ../../../../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." msgstr "" -"É aconselhável mudá-las de vez em quando e usar uma senha complexa que " -"inclui números, letras e símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:171 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:318 msgid "Clave Temporal" -msgstr "Senha Temporária" +msgstr "Temporary Password" -#: ../../../../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 "Não gerado" +msgstr "Not generated" -#: ../../../../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 "Valido ate" +msgstr "Valid until" -#: ../../../../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:229 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:239 msgid "Validez (s)" -msgstr "Validade (s)" +msgstr "Life (s)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:303 +#: ../../../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 " "la clave maestra original." msgstr "" -"A senha temporária é usada como uma Senha Mestre para os usuários que " -"precisam inseri-la durante o login. Desta forma, não é necessário entregar " -"para eles a Senha Mestre original." +"The temporary password is used as a Master Password for the users that need " +"to enter it during login. By this way there is no need to tell them the real " +"Master Password." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:309 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 msgid "Generar" -msgstr "Gerar" +msgstr "Generate" -#: ../../../../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 +#: ../../../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 "Nenhum registro encontrado" +msgstr "No records found" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:22 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 msgid "Fecha / Hora" -msgstr "Data / hora" +msgstr "Date / Time" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:28 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 msgid "Evento" -msgstr "Evento" +msgstr "Event" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:34 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 msgid "IP" -msgstr "Ip" +msgstr "IP" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:85 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:69 msgid "Primera página" -msgstr "Primeira página" +msgstr "First page" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:83 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:67 msgid "Página anterior" -msgstr "Página anterior" +msgstr "Previous page" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:84 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:68 msgid "Página siguiente" -msgstr "Página seguinte" +msgstr "Next page" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:86 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:70 msgid "Última página" -msgstr "Última página" +msgstr "Last 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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 msgid "Ver Archivo" -msgstr "Ver arquivo" +msgstr "View File" -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 msgid "Indica si la conexión utiliza HTTPS." -msgstr "Indica se a conexão usa HTTPS ou não." +msgstr "Tells whether the connection uses HTTPS or not." -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 +#: ../../../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 "Os envios das senhas são criptografados com PKI, os outros dados não." +msgstr "" +"The passwords sent from the forms are encrypted with PKI, the other data not." -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:60 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 msgid "Ayuda :: FAQ :: Changelog" -msgstr "Ajuda :: faq :: mudanças" +msgstr "Help :: FAQ :: Changelog" -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:64 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:60 msgid "Un proyecto de cygnux.org" -msgstr "Um projecto de cygnux.org" +msgstr "A cygnux.org project" -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 msgid "Nombre del grupo" -msgstr "Nome do grupo" +msgstr "Group name" -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 msgid "Descripción del grupo" -msgstr "Descrição do grupo" +msgstr "Group description" -#: ../../../../inc/themes/material-blue/views/config/import.inc:8 +#: ../../../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 "Import 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 "Usuário padrão" +msgstr "Default User" -#: ../../../../inc/themes/material-blue/views/config/import.inc:19 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:21 msgid "Define el usuario por defecto para las cuentas importadas." -msgstr "Define o usuário padrão para as contas importadas." +msgstr "Sets the default user for the accounts imported." -#: ../../../../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:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:246 msgid "Grupo por Defecto" -msgstr "Grupo padrão" +msgstr "Default Group" -#: ../../../../inc/themes/material-blue/views/config/import.inc:45 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:48 msgid "Define el grupo por defecto para las cuentas importadas." -msgstr "Define o grupo padrão para as contas importadas." +msgstr "Sets the default group for the accounts imported." -#: ../../../../inc/themes/material-blue/views/config/import.inc:127 -#: ../../../../inc/themes/material-blue/views/config/import.inc:142 +#: ../../../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 "Senha de Importação" +msgstr "Import Password" -#: ../../../../inc/themes/material-blue/views/config/import.inc:176 -#: ../../../../inc/themes/material-blue/views/config/import.inc:191 +#: ../../../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 delimitador" +msgstr "CSV delimiter" -#: ../../../../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 "Gota arquivo aqui ou clique para seleccionar" +msgstr "Drop files here or click to select" -#: ../../../../inc/themes/material-blue/views/config/import.inc:102 +#: ../../../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 "" -"Permite importar as Contas, Categorias e Clientes de arquivos XML ou CSV." +"Allows to import the Accounts, Categories and Clients 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 "Formatos de arquivos xml suportados são: syspass, keepass e keepassx" +msgstr "The supported XML file formats are: sysPass, KeePass and KeePassX" -#: ../../../../inc/themes/material-blue/views/config/import.inc:106 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 msgid "" "Arrastar el archivo a importar a la zona indicada o hacer click sobre la " "flecha." -msgstr "" -"Arraste o arquivo a ser importado para a área indicada ou clique na seta." +msgstr "Drag & Drop the file into the import zone or click over the arrow." -#: ../../../../inc/themes/material-blue/views/config/import.inc:108 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 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 "" -"Keepass para arquivos ou keepassx, o nome do cliente será igual ou keepassx " -"keepass ea categoria igual ao nome dos grupos." +"For KeePass or KeePassX files, the client name will be KeePass or KeePassX " +"and the category name like groups names." -#: ../../../../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 "A importação de arquivos csv é feito com o seguinte formato:" +msgstr "The CSV import file requires the following format:" -#: ../../../../inc/themes/material-blue/views/config/import.inc:114 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 msgid "" "En todos los casos, si el cliente o la categoría no están creados, se crean " "automáticamente." msgstr "" -"Em todos os casos, se o cliente ou a categoria não existem, eles serão " -"criados automaticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." -#: ../../../../inc/themes/material-blue/views/config/info.inc:5 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:5 msgid "Información de la Aplicación" -msgstr "Informações sobre a aplicação" +msgstr "Application Information" -#: ../../../../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 "Versão syspass" +msgstr "sysPass version" -#: ../../../../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 "Base de dados" +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" +msgstr "PHP" -#: ../../../../inc/themes/material-blue/views/config/info.inc:42 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:42 msgid "Extensiones" -msgstr "Extensões" +msgstr "Extensions" -#: ../../../../inc/themes/material-blue/views/config/info.inc:44 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:50 msgid "Memoria Usada" -msgstr "Memória usada" +msgstr "Used Memory" -#: ../../../../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 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: ../../../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:91 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:116 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:64 msgid "Servidor" -msgstr "Servidor" +msgstr "Server" -#: ../../../../inc/themes/material-blue/views/main/install.inc:35 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:34 msgid "Login del usuario administrador de sysPass" -msgstr "Administrador syspass login do usuário" +msgstr "sysPass administrator's login" -#: ../../../../inc/themes/material-blue/views/main/install.inc:67 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:66 msgid "Configurar BBDD" -msgstr "Definir bbdd" +msgstr "DB Configuration" -#: ../../../../inc/themes/material-blue/views/main/install.inc:110 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:109 msgid "Nombre de la base de datos para sysPass" -msgstr "Syspass banco de dados nome" +msgstr "sysPass database name" -#: ../../../../inc/themes/material-blue/views/main/install.inc:145 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:146 msgid "Modo Hosting" -msgstr "Modo de hospedagem" +msgstr "Hosting Mode" -#: ../../../../inc/themes/material-blue/views/main/install.inc:152 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:153 msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -msgstr "Não cria nem verificar as permissões do usuário na bbdd" +msgstr "It does not create or verify the user's permissions on the DB" -#: ../../../../inc/themes/material-blue/views/main/install.inc:166 -#: ../../../../inc/themes/material-blue/views/main/install.inc:168 +#: ../../../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 "Instalar" +msgstr "Install" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:36 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:43 msgid "Habilitar LDAP" -msgstr "Ativar o ldap" +msgstr "Enable LDAP" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:22 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:45 msgid "Habilita de autentificación mediante servidor LDAP." -msgstr "Habilita a autenticação usando o servidor LDAP." +msgstr "Enables authentication against an 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 "Este método irá usar o mysql em caso de falha." +msgstr "This method will use MySQL as fallback." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:67 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:96 msgid "Nombre o dirección IP del servidor de LDAP." -msgstr "Nome ou endereço IP do servidor LDAP." +msgstr "Hostname or IP address of the 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:100 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:131 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:182 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:216 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:128 msgid "Ejemplos:" -msgstr "Exemplos:" +msgstr "Examples:" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:93 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:122 msgid "Usuario de conexión" -msgstr "De conexão do usuário" +msgstr "Bind User" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:98 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:127 msgid "Usuario para conectar con el servicio de LDAP." -msgstr "Do usuário para se conectar ao serviço ldap." +msgstr "User to connect to the LDAP service." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:123 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:152 msgid "Clave de conexión" -msgstr "Senha de Conexão" +msgstr "Bind Password" -#: ../../../../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:173 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:197 msgid "Base de búsqueda" -msgstr "Base de pesquisa" +msgstr "Search base" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:149 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:178 msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -msgstr "Com base no que o usuário busca ldap." +msgstr "LDAP base to perform the LDAP users searching." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:179 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:208 msgid "" "Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." -msgstr "Grupo LDAP ao qual o usuário deve pertencer para permitir o acesso." +msgstr "LDAP group that the user must belong for granting to log in." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:183 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:212 msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." -msgstr "Esse grupo deve estar localizado na base de pesquisa ldap." +msgstr "This group needs to be placed in the LDAP search base." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:212 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:241 msgid "" "Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Define o grupo de usuários padrão para novos usuários do LDAP." +msgstr "Sets the default users group for newly LDAP users" -#: ../../../../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:261 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:271 msgid "Perfil por Defecto" -msgstr "Perfil padrão" +msgstr "Default Profile" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:266 msgid "" "Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Define o perfil de usuário padrão para novos usuários do ldap." +msgstr "Sets the default profile for the newly created LDAP users." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:56 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:62 msgid "Active Directory" -msgstr "Active directory" +msgstr "Active Directory" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:46 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:64 msgid "Habilita el modo de conexión con LDAP de Active Directory." -msgstr "Ativa o modo de conexão ldap com o active directory." +msgstr "Enables Active Directory LDAP connection mode." -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:71 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:57 msgid "Comprobar" -msgstr "Verificar" +msgstr "Check" -#: ../../../../inc/themes/material-blue/views/main/login.inc:74 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:72 msgid "¿Olvidó su clave?" -msgstr "Esqueceu sua senha?" +msgstr "Forgot password?" -#: ../../../../inc/SP/Controller/MainActionController.class.php:74 -#: ../../../../inc/themes/material-blue/views/main/login.inc:81 +#: ../../../modules/web/Controllers/UpgradeController.php:92 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:78 msgid "Aplicación actualizada correctamente" -msgstr "Aplicação atualizada com sucesso" +msgstr "Application successfully updated" -#: ../../../../inc/themes/material-blue/views/config/mail.inc:21 +#: ../../../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 "Ativar notificações de correio" +msgstr "Enable email notifications" -#: ../../../../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 +#: ../../../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 "Porto" +msgstr "Port" -#: ../../../../inc/themes/material-blue/views/config/mail.inc:58 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:95 msgid "Habilitar Autentificación" -msgstr "Habilitar a autenticação" +msgstr "Enable Authentication" -#: ../../../../inc/themes/material-blue/views/config/mail.inc:96 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:136 msgid "Deshabilitada" -msgstr "Desativado" +msgstr "Disabled" -#: ../../../../inc/themes/material-blue/views/config/mail.inc:106 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:114 +#: ../../../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 "E-mail para envio" +msgstr "Recipient email address" -#: ../../../../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 "Ativar solicitações de email" +msgstr "Enable requests by email" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:294 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:295 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 msgid "Más Acciones" -msgstr "Mais ações" +msgstr "More Actions" -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:7 +#: ../../../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 "Solicitar Troca da Senha" +msgstr "Request Password Change" -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:25 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 msgid "Email del Usuario" -msgstr "E-mail do usuário" +msgstr "User's Email" -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:55 +#: ../../../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 "Voltar para o login" +msgstr "Go back to login" -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:61 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:63 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:45 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:47 msgid "Solicitar" -msgstr "Pedido" +msgstr "Request" -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:67 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:69 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:48 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 msgid "Cambiar" -msgstr "Mudança" +msgstr "Change" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:51 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:37 msgid "Cambiar Clave" -msgstr "Alterar senha" +msgstr "Change Password" -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:100 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:97 msgid "Ordenar resultados por visitas" -msgstr "Ordenar por visitas" +msgstr "Sort search results by views" -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:92 +#: ../../../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 "Organiza os resultados da pesquisa pelo número de visitas das contas." +msgstr "Sorts accounts search results by the number of accounts views" -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:118 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:114 msgid "Barra de navegación superior" -msgstr "Barra de navegação superior" +msgstr "Navigation bar on top" -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:110 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:116 msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Exibir um top pesquisas barra de navegação." +msgstr "Shows a navigation bar on top of the search results." -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:137 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:131 msgid "Mostrar Acciones Ocultas" -msgstr "Mostrar partes escondidas" +msgstr "Show Hidden Actions" -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:128 +#: ../../../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 "Mostrar ações ocultas para conta de itens de busca." +msgstr "Always show the hidden actions on the accounts search page." -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:25 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 msgid "Nombre del perfil" -msgstr "Nome do perfil" +msgstr "Profile name" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 msgid "Ver detalles de cuenta" -msgstr "Ver detalhes da conta" +msgstr "View account details" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:32 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:36 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:102 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:8 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 msgid "Ver" -msgstr "Ver" +msgstr "View" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 msgid "Ver clave de cuenta" -msgstr "Ver senha da conta" +msgstr "View account password" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 msgid "Ver historial de cuenta" -msgstr "Histórico da conta ver" +msgstr "View account history" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 msgid "Editar cuenta" -msgstr "Editar conta" +msgstr "Edit account" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:35 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:134 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 msgid "Editar" -msgstr "Editar" +msgstr "Edit" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 msgid "Editar clave de cuenta" -msgstr "Editar senha da conta" +msgstr "Edit account password" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 msgid "Editar Clave" -msgstr "Editar Senha" +msgstr "Edit Password" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:46 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:32 msgid "Añadir" -msgstr "Adicionar" +msgstr "Add" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:89 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 msgid "Ver archivos de cuenta" -msgstr "Visualizar arquivos de contas" +msgstr "View account files" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 msgid "Backup" msgstr "Backup" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:490 msgid "Realizar importación de cuentas" -msgstr "Execute conta de importação" +msgstr "Make accounts import" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:130 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:132 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:21 msgid "Gestión" -msgstr "Gestão" +msgstr "Management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:140 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 msgid "Gestión de usuarios" -msgstr "Gerenciamento de usuários" +msgstr "Users management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:147 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 msgid "Gestión de grupos" -msgstr "Grupo de gestão" +msgstr "Groups management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 msgid "Gestión de perfiles" -msgstr "Gestão de perfis" +msgstr "Profiles management" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:680 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 msgid "Perfiles" -msgstr "Perfis" +msgstr "Profiles" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:161 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 msgid "Gestión de categorías" -msgstr "Gestão de categorias" +msgstr "Categories management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:168 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 msgid "Gestión de clientes" -msgstr "Gestão de clientes" +msgstr "Clients management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:175 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 msgid "Gestión de campos personalizados" -msgstr "Gerenciando campos personalizados" +msgstr "Custom fields management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 msgid "Gestión de autorizaciones API" -msgstr "Autorização api de gerenciamento" +msgstr "API authorizations management" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:764 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 msgid "Autorizaciones API" -msgstr "Administrador API" +msgstr "API Authorizations" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:253 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:255 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 msgid "Otros" -msgstr "Outros" +msgstr "Others" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:510 msgid "Ver log de eventos" -msgstr "Log de eventos ver" +msgstr "View event log" -#: ../../../../inc/SP/Core/Acl.class.php:222 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:509 msgid "Log de Eventos" -msgstr "Registro de eventos" +msgstr "Event Log" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:270 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:272 +#: ../../../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:543 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:545 msgid "Usado por" -msgstr "Usado por" +msgstr "Used by" -#: ../../../../inc/themes/material-blue/views/account/request.inc:4 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:9 msgid "Solicitar Modificación de Cuenta" -msgstr "Solicitar modificação de conta" +msgstr "Request Account Modification" -#: ../../../../inc/themes/material-blue/views/account/request.inc:36 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:40 msgid "Petición" -msgstr "Petição" +msgstr "Request" -#: ../../../../inc/themes/material-blue/views/account/request.inc:42 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 msgid "Descripción de la petición" -msgstr "Descrição da petição" +msgstr "Request description" -#: ../../../../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 +#: ../../../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:292 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:437 +#: ../../../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 "Voltar" +msgstr "Back" -#: ../../../../inc/themes/material-blue/views/account/request.inc:65 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 msgid "Enviar" -msgstr "Enviar" +msgstr "Send" -#: ../../../../inc/themes/material-blue/views/grid/datagrid-nav-full.inc:11 +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 msgid "Filtro ON" -msgstr "Filtro ligado" +msgstr "Filter ON" -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:24 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:24 msgid "Buscar en Wiki" -msgstr "Pesquisa wiki" +msgstr "Search in Wiki" #: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:71 msgid "Abrir enlace a" -msgstr "Abrir link para" +msgstr "Open link to" -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:152 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:169 msgid "Archivos adjuntos" -msgstr "Arquivos adjuntos" +msgstr "Attachments" -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:162 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:173 +#: ../../../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 para a wiki" +msgstr "Link to Wiki" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:67 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:53 msgid "Limpiar" -msgstr "Limpar" +msgstr "Clear" -#: ../../../../inc/SP/Api/SyspassApi.class.php:473 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:15 +#: ../../../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 "Texto de pesquisa" +msgstr "Text to search" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:23 msgid "Parámetros especiales:" -msgstr "Parâmetros especiais:" +msgstr "Special parameters" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:25 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Pesquisa contas cujo 'login' possua permissão para acesso" +msgstr "Search for accounts which 'login' has access rights" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:27 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "Pesquisa por contas cujo 'group_name' tenha permissão para acesso" +msgstr "Search for accounts which 'group_name' has access rights" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:29 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "Pesquisa contas com arquivos chamados 'file_name'" +msgstr "Search for accounts which contains a file with the name '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 +#: ../../../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 msgid "Búsqueda global" -msgstr "Pesquisa global" +msgstr "Global searching" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:87 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 msgid "Cuentas por página" -msgstr "Contas por Página" +msgstr "Accounts per 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 +#: ../../../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 "Sair" +msgstr "Sign Out" -#: ../../../../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 +#: ../../../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 "Opções" +msgstr "Options" -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:61 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.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 "Autorizar novamente" +msgstr "Refresh Authorization" -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:71 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.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 "Símbolo" +msgstr "Token" -#: ../../../../inc/themes/material-blue/views/main/update.inc:21 +#: ../../../config/strings.js.inc:93 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 msgid "Actualizado" -msgstr "Atualizado" +msgstr "Updated" -#: ../../../../inc/themes/material-blue/views/main/update.inc:27 +#: ../../../config/strings.js.inc:94 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:27 msgid "Error al comprobar actualizaciones" -msgstr "Falha ao verificar se há atualizações" +msgstr "Error while checking for updates" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:10 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:12 msgid "Actualización de BBDD" -msgstr "Atualização bbdd" +msgstr "DB Update" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:19 +#: ../../../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 "Código de segurança" +msgstr "Security Code" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:174 +#: ../../../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 "Iniciar a actualização" +msgstr "Start Update" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 msgid "Nombre de usuario completo" -msgstr "Nome completo do usuário" +msgstr "Full username" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 msgid "Login de inicio de sesión" -msgstr "Login login" +msgstr "Session login" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:94 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 msgid "Dirección de correo" -msgstr "Endereço para correspondência" +msgstr "Email address" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 msgid "Administrador de la aplicación" -msgstr "Aplicativo gerenciador" +msgstr "Application administrator" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:152 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 msgid "Administrador de cuentas" -msgstr "Gerente de contas" +msgstr "Accounts administrator" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:167 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 msgid "Forzar cambio de clave" -msgstr "Forçar mudança da senha" +msgstr "Force password change" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:181 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:183 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 msgid "Entradas" -msgstr "Acessos" +msgstr "Entries" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:190 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:192 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 msgid "Último Acceso" -msgstr "Conectado última" +msgstr "Last Access" -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:208 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:210 +#: ../../../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 "Data da Senha Mestre" +msgstr "Master Password Date" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:30 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:44 msgid "Habilitar enlaces Wiki" -msgstr "Activar ligações wiki" +msgstr "Enable Wiki links" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:20 +#: ../../../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 "" -"Habilitar a opção de adicionar um link para pesquisar resultados em um Wiki " -"externo." +"Enables the option to add a link to search for results in an external Wiki." -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:36 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:63 +#: ../../../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 "Pesquisa wiki URL" +msgstr "Wiki search URL" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:41 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:58 msgid "URL que utiliza la wiki para realizar una búsqueda de una página." -msgstr "URL que o Wiki utiliza para buscar em uma página." +msgstr "URL that the Wiki uses for making an entry searching." -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:45 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:62 msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "Como o parâmetro nome do cliente é usado." +msgstr "The client name is used as 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 +#: ../../../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 "Exemplo:" +msgstr "Example:" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:69 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:96 +#: ../../../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 da página Wiki" +msgstr "Wiki page URL" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:74 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:91 msgid "URL que utiliza la wiki para acceder a los detalles de una página." -msgstr "URL que o Wiki utiliza para acessar os detalhes de uma página." +msgstr "URL that the Wiki uses for accessing to the entry details." -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:78 +#: ../../../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 "" -"O nome da conta é usada como um parâmetro da pesquisa variável do Wiki." +msgstr "The account name is used as parameter of Wiki search variable." -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:102 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:116 +#: ../../../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 "Prefixo do nome da conta" +msgstr "Account name prefix" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:107 +#: ../../../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 "" -"Prefixo para determinar quais contas têm um link para uma página na wiki." +msgstr "Prefix to determine which accounts have a link to the Wiki." -#: ../../../../inc/themes/material-blue/views/account/account.inc:11 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:9 msgid "Histórico" -msgstr "Histórico" +msgstr "History" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:68 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:54 msgid "Realizar" -msgstr "Realizar" +msgstr "Perform" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:86 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 msgid "Forzar HTTPS" -msgstr "Forçando https" +msgstr "Force HTTPS" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:77 +#: ../../../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 "Força de modo que todas as ligações são através de https." +msgstr "It forces the use of HTTPS on all the connections" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:34 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:63 +#: ../../../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 "Número de resultados por página" +msgstr "Results per page" -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:2 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:10 msgid "Proxy" -msgstr "Procuração" +msgstr "Proxy" -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:13 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:28 msgid "Usar Proxy" -msgstr "Usar proxy" +msgstr "Use Proxy" -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:27 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:45 msgid "Servidor proxy" -msgstr "Servidor proxy" +msgstr "Proxy server" -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:41 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:59 msgid "Puerto del servidor proxy" -msgstr "Porta do servidor proxy" +msgstr "Proxy server port" -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:55 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:73 msgid "Usuario del servidor proxy" -msgstr "User proxy" +msgstr "Proxy server user" -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:69 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:87 msgid "Clave del servidor proxy" -msgstr "Senha do servidor proxy" +msgstr "Proxy server password" -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:26 msgid "Nombre del campo" -msgstr "Nome do campo" +msgstr "Field name" -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 msgid "Ayuda del campo" -msgstr "Suporte de campo" +msgstr "Field help" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:206 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:209 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:222 msgid "Intentos" -msgstr "Tries" +msgstr "Attempts" -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:73 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:132 +#: ../../../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 "Preferências do usuário" +msgstr "User preferences" -#: ../../../../inc/themes/material-blue/views/main/install.inc:27 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:26 msgid "Usuario administrador de sysPass" -msgstr "Syspass user manager" +msgstr "sysPass admin user" -#: ../../../../inc/themes/material-blue/views/main/install.inc:77 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:76 msgid "Usuario acceso BBDD" -msgstr "Usuário de acesso ao BD" +msgstr "DB access user" -#: ../../../../inc/themes/material-blue/views/main/install.inc:85 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:84 msgid "Usuario con permisos de administrador de MySQL" -msgstr "Usuário com permissões de administrador mysql" +msgstr "An user with MySQL admin rights" -#: ../../../../inc/themes/material-blue/views/main/install.inc:93 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:92 msgid "Clave acceso BBDD" -msgstr "Senha de acesso ao BD" +msgstr "DB access password" -#: ../../../../inc/themes/material-blue/views/main/install.inc:102 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:101 msgid "Nombre BBDD para sysPass" -msgstr "Nome bbdd para syspass" +msgstr "sysPass database name" -#: ../../../../inc/themes/material-blue/views/main/install.inc:119 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:118 msgid "Servidor BBDD para sysPass" -msgstr "Servidor de banco de dados para syspass" +msgstr "sysPass database server" -#: ../../../../inc/themes/material-blue/views/main/install.inc:127 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:126 msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Servidor de nomes para instalar o banco de dados syspass" +msgstr "Server name to install the sysPass database" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:128 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:157 msgid "Clave del usuario de conexión a LDAP." -msgstr "Senha do usuário da conexão LDAP" +msgstr "LDAP connection user password" -#: ../../../../inc/themes/material-blue/views/config/mail.inc:124 +#: ../../../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 "" -"Permite que usuários solicitem por modificações de contas existentes ou " -"acesso a contas que eles não possuam acesso." +"Allows users to request for either modifications to existing accounts or " +"access to accounts in which they have no rights." -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 msgid "Crear nueva cuenta" -msgstr "Criar uma nova conta" +msgstr "Add a new account" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 msgid "Crear" -msgstr "Criar" +msgstr "Add" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:82 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 msgid "Eliminar cuenta" -msgstr "Excluir a conta" +msgstr "Remove account" -#: ../../../../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 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:36 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 msgid "Eliminar" -msgstr "Remover" +msgstr "Delete" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 msgid "Opciones de encriptación" -msgstr "Opções de criptografia" +msgstr "Encryption options" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 msgid "Realizar copia de seguridad y exportar" -msgstr "Backup e exportação" +msgstr "Make a backup and export" #: ../../../../ajax/ajax_filesMgmt.php:97 msgid "Extensión" -msgstr "Extensão" +msgstr "Extension" -#: ../../../../ajax/ajax_filesMgmt.php:124 +#: ../../../modules/web/Controllers/AccountFileController.php:209 msgid "Tamaño de archivo superado" -msgstr "Tamanho do arquivo excedeu" +msgstr "File size exceeded" #: ../../../../ajax/ajax_passReset.php:77 msgid "Solicitud no enviada" -msgstr "Solicitar unsent" +msgstr "Request not sent" #: ../../../../ajax/ajax_passReset.php:78 msgid "Compruebe datos de usuario o consulte con el administrador" -msgstr "Verifique os dados do usuário ou consulte o administrador" +msgstr "Please, check the user data or contact to the administrator" -#: ../../../../inc/SP/Account/Account.class.php:203 -#: ../../../../inc/SP/Account/Account.class.php:510 +#: ../../../../lib/SP/Services/Account/AccountService.php:282 +#: ../../../../lib/SP/Services/Account/AccountService.php:639 +#: ../../../../lib/SP/Services/Account/AccountService.php:694 msgid "La cuenta no existe" -msgstr "A conta não existe" +msgstr "The account doesn't exist" -#: ../../../../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 +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:194 msgid "Errores" -msgstr "Erros" +msgstr "Errors" -#: ../../../../inc/SP/Account/AccountFavorites.class.php:80 +#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 msgid "Error al añadir favorito" -msgstr "Erro ao adicionar favorito" +msgstr "Error while adding favorite" -#: ../../../../inc/SP/Account/AccountFavorites.class.php:102 +#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 msgid "Error al eliminar favorito" -msgstr "Falha ao remover favorito" +msgstr "Error while deleting favorite" -#: ../../../../inc/SP/Account/AccountTags.class.php:129 +#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:94 msgid "Error al eliminar las etiquetas de la cuenta" -msgstr "Erro ao remover as etiquetas da conta" +msgstr "Error while removing the account's tags" -#: ../../../../inc/SP/Api/ApiRequest.class.php:190 -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:74 +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:107 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:78 msgid "Método inválido" -msgstr "Método inválido" +msgstr "Invalid Method" -#: ../../../../inc/SP/Api/ApiBase.class.php:200 -#: ../../../../inc/SP/Api/ApiRequest.class.php:207 +#: ../../../../lib/SP/Services/Api/ApiRequest.php:79 +#: ../../../../lib/SP/Services/Api/ApiRequest.php:113 +#: ../../../../lib/SP/Services/Api/ApiService.php:229 msgid "Datos inválidos" -msgstr "Dados inválidos" +msgstr "Invalid data" #: ../../../../inc/SP/Api/ApiRequest.class.php:211 msgid "Formato incorrecto" -msgstr "Deformado" +msgstr "Wrong format" -#: ../../../../inc/SP/Api/SyspassApi.class.php:465 -#: ../../../../inc/SP/Api/SyspassApi.class.php:482 -#: ../../../../inc/SP/Api/SyspassApi.class.php:488 +#: ../../../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 "Conta id" +msgstr "Account Id" -#: ../../../../inc/SP/Api/SyspassApi.class.php:467 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 msgid "Devolver detalles en la respuesta" -msgstr "Envia os detalhes na resposta" +msgstr "Send details in the response" -#: ../../../../inc/SP/Api/SyspassApi.class.php:474 -#: ../../../../inc/SP/Api/SyspassApi.class.php:512 -#: ../../../../inc/SP/Api/SyspassApi.class.php:532 +#: ../../../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 "Número de resultados para mostrar" +msgstr "Number of results to show" -#: ../../../../inc/SP/Api/SyspassApi.class.php:475 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 msgid "Id de categoría a filtrar" -msgstr "Filtro de id da categoria" +msgstr "Category Id to filter on" -#: ../../../../inc/SP/Api/SyspassApi.class.php:476 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 msgid "Id de cliente a filtrar" -msgstr "Filtro de id do cliente" +msgstr "Client Id to filter on" -#: ../../../../inc/SP/Api/SyspassApi.class.php:496 -#: ../../../../inc/SP/Api/SyspassApi.class.php:525 +#: ../../../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 "Categoria id" +msgstr "Category Id" -#: ../../../../inc/SP/Api/SyspassApi.class.php:497 -#: ../../../../inc/SP/Api/SyspassApi.class.php:545 +#: ../../../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 msgid "Id de cliente" -msgstr "Cliente id" +msgstr "Client Id" -#: ../../../../inc/SP/Api/SyspassApi.class.php:511 +#: ../../../../lib/SP/Api/SyspassApi.php:511 msgid "Nombre de categoría a buscar" -msgstr "Categoria nome para procurar" +msgstr "Category name to search for" -#: ../../../../inc/SP/Api/SyspassApi.class.php:531 +#: ../../../../lib/SP/Api/SyspassApi.php:531 msgid "Nombre de cliente a buscar" -msgstr "Nome do cliente para procurar" +msgstr "Client name to search for" -#: ../../../../inc/SP/Auth/Auth.class.php:88 +#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:212 msgid "Método ya inicializado" -msgstr "Método já inicializado" +msgstr "Method already initialized" -#: ../../../../inc/SP/Auth/Auth.class.php:90 +#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:208 msgid "Método no disponible" -msgstr "Método não disponível" +msgstr "Method unavailable" -#: ../../../../inc/SP/Controller/ChecksController.class.php:108 +#: ../../../modules/web/Controllers/ConfigLdapController.php:155 +#: ../../../modules/web/Controllers/ConfigLdapController.php:198 msgid "Objetos encontrados: %d" -msgstr "Objetos encontrados:% d" +msgstr "Objects found: %d" -#: ../../../../inc/SP/Controller/ChecksController.class.php:127 +#: ../../../../lib/SP/Controller/ChecksController.php:127 msgid "Los parámetros de DokuWiki no están configurados" -msgstr "Os parâmetros do DokuWiki não foram configurados" +msgstr "The DokuWiki parameters are not set" -#: ../../../../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 +#: ../../../../lib/SP/Controller/ChecksController.php:135 +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:214 msgid "Error" -msgstr "Erro" +msgstr "Error" -#: ../../../../inc/SP/Controller/ChecksController.class.php:137 +#: ../../../../lib/SP/Controller/ChecksController.php:137 msgid "Conexión correcta" -msgstr "Conexão correta" +msgstr "Connection successful" -#: ../../../../inc/SP/Controller/ChecksController.class.php:141 +#: ../../../../lib/SP/Controller/ChecksController.php:141 msgid "Error de conexión a DokuWiki" -msgstr "Erro ao ligar ao dokuwiki" +msgstr "Error while connecting to DokuWiki" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:181 +#: ../../../modules/web/Controllers/ConfigGeneralController.php:89 msgid "Faltan parámetros de syslog remoto" -msgstr "Parâmetros que faltam syslog remoto" +msgstr "Missing remote syslog parameters" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:192 +#: ../../../modules/web/Controllers/ConfigGeneralController.php:102 msgid "Syslog remoto deshabilitado" -msgstr "Remoto syslog deficientes" +msgstr "Remote syslog disabled" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:253 +#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:72 msgid "Error al guardar la configuración" -msgstr "Erro ao salvar a configuração" +msgstr "Error while saving the configuration" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:356 +#: ../../../modules/web/Controllers/ConfigWikiController.php:87 msgid "Faltan parámetros de DokuWiki" -msgstr "Parâmetros que faltam dokuwiki" +msgstr "Missing DokuWiki parameters" #: ../../../../inc/SP/Controller/ConfigActionController.class.php:368 msgid "DokuWiki habiltada" -msgstr "Dokuwiki habiltada" +msgstr "DokuWiki enabled" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:372 +#: ../../../modules/web/Controllers/ConfigWikiController.php:104 msgid "DokuWiki deshabilitada" -msgstr "Dokuwiki desativada" +msgstr "DokuWiki disabled" -#: ../../../../inc/SP/Controller/EventlogController.class.php:125 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 msgid "Buscar Evento" -msgstr "Pesquisa evento" +msgstr "Search for Events" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:80 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 +#: ../../../config/actions.xml:325 msgid "Buscar Categoría" -msgstr "Pesquisa categoria:" +msgstr "Search for Category" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:154 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 +#: ../../../config/actions.xml:355 msgid "Buscar Cliente" -msgstr "Pesquisa de cliente" +msgstr "Search for Client" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:230 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:139 msgid "Buscar Campo" -msgstr "Campo de pesquisa" +msgstr "Search for Field" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:310 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 +#: ../../../config/actions.xml:475 msgid "Buscar Archivo" -msgstr "Localizar arquivo" +msgstr "Search for File" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:373 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:434 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 msgid "Buscar Cuenta" -msgstr "Pesquisa conta" +msgstr "Search for Account" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:506 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 +#: ../../../config/actions.xml:595 msgid "Buscar Usuario" -msgstr "Encontrar usuário" +msgstr "Search for User" -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:218 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:219 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:457 msgid "Importar usuarios de LDAP" -msgstr "Importar usuários de ldap" +msgstr "Import users from LDAP" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:616 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 +#: ../../../config/actions.xml:625 msgid "Buscar Grupo" -msgstr "Pesquisar grupo" +msgstr "Search for Group" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:688 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 +#: ../../../config/actions.xml:655 msgid "Buscar Perfil" -msgstr "Pesquisa perfil" +msgstr "Search for Profile" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:772 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:135 msgid "Buscar Token" -msgstr "Pesquisa de token" +msgstr "Search for 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 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 +#: ../../../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 "Data de criação" +msgstr "Creation Date" -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:106 +#: ../../../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 "Data de vencimento" +msgstr "Expiry Date " -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: ../../../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 "Notificar" +msgstr "Notify" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:856 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 msgid "Enlaces" -msgstr "Ligações" +msgstr "Links" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:864 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:144 msgid "Buscar Enlace" -msgstr "Procurar ligação" +msgstr "Search for Link" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:874 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:875 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:177 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:178 +#: ../../../modules/web/Controllers/PublicLinkController.php:336 msgid "Ver Enlace" -msgstr "Ver site" +msgstr "View Link" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:883 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:884 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:193 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:194 msgid "Renovar Enlace" -msgstr "Renovar link" +msgstr "Renew Link" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:893 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:894 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:763 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:210 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:211 msgid "Eliminar Enlace" -msgstr "Remover o link" +msgstr "Delete 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 +#: ../../../modules/web/Controllers/ConfigBackupController.php:123 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:89 +#: ../../../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 "Etiquetas" +msgstr "Tags" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:934 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 +#: ../../../config/actions.xml:523 msgid "Buscar Etiqueta" -msgstr "Pesquisa tag" +msgstr "Search for Tag" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:944 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:945 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:221 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 +#: ../../../modules/web/Controllers/TagController.php:103 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:217 +#: ../../../config/actions.xml:499 msgid "Nueva Etiqueta" -msgstr "Nova marca" +msgstr "New Tag" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:955 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:956 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:225 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 msgid "Editar Etiqueta" -msgstr "Editar etiqueta" +msgstr "Edit Tag" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:965 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:966 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:812 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 +#: ../../../config/actions.xml:517 msgid "Eliminar Etiqueta" -msgstr "Remover o marcador" +msgstr "Delete Tag" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:984 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:101 msgid "Plugin" -msgstr "Plug-in" +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 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 msgid "Estado" -msgstr "Estado" +msgstr "Status" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1001 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:332 +#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1009 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 +#: ../../../config/actions.xml:541 msgid "Buscar Plugin" -msgstr "Pesquisa plugin" +msgstr "Search for Plugin" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1019 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1020 +#. (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:535 msgid "Ver Plugin" -msgstr "Ver plugin" +msgstr "View Plugin" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1028 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1029 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:167 msgid "Habilitar" -msgstr "Permitir" +msgstr "Enable" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1038 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1039 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:186 msgid "Deshabilitar" -msgstr "Incapacitar" +msgstr "Disable" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1048 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1049 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:205 msgid "Restablecer Datos" -msgstr "Restaurar dados" +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 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 msgid "Componente" -msgstr "Componente" +msgstr "Component" -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:67 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:140 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:104 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:108 msgid "Leída" -msgstr "Ler" +msgstr "Read" -#: ../../../../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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:65 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:105 +#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 +#: ../../../config/actions.xml:673 msgid "Notificaciones" -msgstr "Notificações" +msgstr "Notifications" -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:84 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 +#: ../../../config/actions.xml:835 msgid "Buscar Notificación" -msgstr "Pesquisa notificação" +msgstr "Search for Notification" -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:107 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:108 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:89 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 +#: ../../../modules/web/Controllers/NotificationController.php:103 +#: ../../../config/actions.xml:805 msgid "Ver Notificación" -msgstr "Veja notificação" +msgstr "View Notification" -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:116 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:117 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 +#: ../../../config/actions.xml:829 msgid "Marcar Notificación" -msgstr "Mark notificação" +msgstr "Checkout Notification" -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:136 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:137 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 +#: ../../../config/actions.xml:823 msgid "Eliminar Notificación" -msgstr "Eliminar notificação" +msgstr "Delete Notification" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:732 +#: ../../../modules/web/Controllers/PublicLinkController.php:270 +#: ../../../modules/web/Controllers/PublicLinkController.php:305 msgid "Enlace creado" -msgstr "Link criado" +msgstr "Link created" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:742 +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +#: ../../../modules/web/Controllers/PublicLinkController.php:170 msgid "Enlace actualizado" -msgstr "Link atualizado" +msgstr "Link updated" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:757 +#: ../../../modules/web/Controllers/PublicLinkController.php:240 +#: ../../../modules/web/Controllers/PublicLinkController.php:244 msgid "Enlace eliminado" -msgstr "Ligação removido" +msgstr "Link deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:789 -#: ../../../../inc/SP/Import/ImportBase.class.php:226 +#: ../../../modules/api/Controllers/TagController.php:88 +#: ../../../modules/api/Controllers/TagController.php:92 +#: ../../../modules/web/Controllers/TagController.php:234 msgid "Etiqueta creada" -msgstr "Etiqueta criada" +msgstr "Tag added" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:796 +#: ../../../modules/api/Controllers/TagController.php:116 +#: ../../../modules/api/Controllers/TagController.php:121 +#: ../../../modules/web/Controllers/TagController.php:265 msgid "Etiqueta actualizada" -msgstr "Bula atualizada" +msgstr "Tag updated" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:809 +#: ../../../modules/api/Controllers/TagController.php:145 +#: ../../../modules/api/Controllers/TagController.php:149 +#: ../../../modules/web/Controllers/TagController.php:208 msgid "Etiqueta eliminada" -msgstr "Tag removido" +msgstr "Tag removed" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:876 +#: ../../../modules/web/Controllers/PluginController.php:181 +#: ../../../modules/web/Controllers/PluginController.php:184 msgid "Plugin habilitado" -msgstr "Plug-in habilitado" +msgstr "Plugin enabled" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:884 +#: ../../../modules/web/Controllers/PluginController.php:206 +#: ../../../modules/web/Controllers/PluginController.php:209 msgid "Plugin deshabilitado" -msgstr "Plug-in desativado" +msgstr "Plugin disabled" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:891 +#: ../../../modules/web/Controllers/PluginController.php:231 +#: ../../../modules/web/Controllers/PluginController.php:234 msgid "Plugin restablecido" -msgstr "Plug-in restaurado" +msgstr "Plugin reset" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1062 +#: ../../../modules/web/Controllers/AccountFavoriteController.php:55 msgid "Favorito añadido" -msgstr "Favorito acrescentado" +msgstr "Favorite added" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1067 +#: ../../../modules/web/Controllers/AccountFavoriteController.php:73 msgid "Favorito eliminado" -msgstr "Removidas favorito" +msgstr "Favorite deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1090 +#: ../../../modules/web/Controllers/ConfigLdapController.php:269 msgid "Importación de usuarios de LDAP realizada" -msgstr "Importação de usuários ldap feitas" +msgstr "LDAP users import finished" #: ../../../../inc/SP/Controller/ItemActionController.class.php:1096 msgid "Error al importar usuarios de LDAP" -msgstr "Erro ao importar os usuários do LDAP" +msgstr "Error while importing the LDAP users" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1114 +#: ../../../modules/web/Controllers/NotificationController.php:297 +#: ../../../modules/web/Controllers/NotificationController.php:301 msgid "Notificación leída" -msgstr "Leia notificação" +msgstr "Notification read" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1140 +#: ../../../modules/web/Controllers/NotificationController.php:266 +#: ../../../modules/web/Controllers/NotificationController.php:270 msgid "Notificación eliminada" -msgstr "Notificação suprimido" +msgstr "Notification deleted" #: ../../../../inc/SP/Controller/ItemActionController.class.php:1192 msgid "Solicitud enviada por correo" -msgstr "Pedido enviado pelo correio" +msgstr "Request sent by email" #: ../../../../inc/SP/Controller/ItemActionController.class.php:1194 msgid "Solicitud no enviada por correo" -msgstr "Pedido não enviado" +msgstr "Request not sent by email" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1209 +#: ../../../modules/web/Controllers/AccountController.php:933 msgid "Solicitud realizada" -msgstr "Pedido feito" +msgstr "Request done" -#: ../../../../inc/SP/Controller/ItemShowController.class.php:216 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:74 +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 msgid "Ver Enlace Público" -msgstr "Ver relações públicas" +msgstr "Show Public Link" #: ../../../../inc/SP/Controller/ItemShowController.class.php:233 msgid "Detalles de Plugin" -msgstr "Detalhes plugin" +msgstr "Plugin Details" #: ../../../../inc/SP/Controller/LoginController.class.php:375 msgid "Error al obtener la clave maestra del usuario" -msgstr "Erro ao obter a Senha Mestre do usuário" +msgstr "Error while retrieving the user's Master Pass" -#: ../../../../inc/SP/Controller/LoginController.class.php:330 +#: ../../../../lib/SP/Services/Auth/LoginService.php:316 msgid "Es necesaria su clave anterior" -msgstr "A sua senha anterior é necessária" +msgstr "Your previous password is needed" -#: ../../../../inc/SP/Controller/LoginController.class.php:486 +#: ../../../../lib/SP/Services/Auth/LoginService.php:441 +#: ../../../../lib/SP/Services/Auth/LoginService.php:504 msgid "Servidor LDAP" -msgstr "Servidor ldap" +msgstr "LDAP Server" #: ../../../../inc/SP/Core/Acl.class.php:198 msgid "Buscar Categorías" -msgstr "Pesquisa categorias" +msgstr "Search for Categories" #: ../../../../inc/SP/Core/Acl.class.php:199 msgid "Añadir Categoría" -msgstr "Adicionar categoria" +msgstr "Add Category" #: ../../../../inc/SP/Core/Acl.class.php:203 msgid "Buscar Clientes" -msgstr "Procurar os clientes" +msgstr "Search for Client" #: ../../../../inc/SP/Core/Acl.class.php:204 msgid "Añadir Cliente" -msgstr "Adicionar ao cliente" +msgstr "Add Client" -#: ../../../../inc/SP/Core/Acl.class.php:209 +#. (itstool) path: action/text +#: ../../../config/actions.xml:79 msgid "Gestión de Archivos" -msgstr "Gerenciador de arquivos" +msgstr "Files Management" -#: ../../../../inc/SP/Core/Acl.class.php:210 +#. (itstool) path: action/text +#: ../../../config/actions.xml:85 msgid "Gestión de Cuentas" -msgstr "Gerenciamento de contas" +msgstr "Accounts Management" -#: ../../../../inc/SP/Core/Acl.class.php:211 +#. (itstool) path: action/text +#: ../../../config/actions.xml:91 msgid "Gestión de Etiquetas" -msgstr "Gestão de Etiquetas" +msgstr "Tags Management" -#: ../../../../inc/SP/Core/Backup.class.php:102 -#: ../../../../inc/SP/Core/XmlExport.class.php:520 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:135 msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Você não pode criar o diretório de backup (\"%s\")" +msgstr "Unable to create the backups directory (\"%s\")" -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:80 +#: ../../../../lib/SP/Core/Events/EventDispatcherBase.php:85 msgid "Observador no inicializado" -msgstr "Observer não inicializado" +msgstr "Observer not initialized" -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:110 +#: ../../../../lib/SP/Core/Events/Event.php:56 msgid "Es necesario un objeto" -msgstr "Um objeto necessário" +msgstr "An object is needed" -#: ../../../../inc/SP/Core/Installer.class.php:164 +#: ../../../../lib/SP/Services/Install/Installer.php:141 msgid "Indicar la clave de la BBDD" -msgstr "Insira a senha do BD" +msgstr "Please, enter the database password" -#: ../../../../inc/SP/Core/Installer.class.php:165 +#: ../../../../lib/SP/Services/Install/Installer.php:143 msgid "Clave del usuario administrador de la Base de Datos" -msgstr "Senha do usuário administrador do Banco de Dados" +msgstr "Database administrator's password" -#: ../../../../inc/SP/Core/Installer.class.php:285 +#: ../../../../lib/SP/Services/Install/MySQL.php:181 msgid "Error al crear el usuario de conexión a MySQL '%s'" -msgstr "Erro ao criar o usuário de conexão MySQL '%s'" +msgstr "Error while creating the MySQL connection user '%s'" -#: ../../../../inc/SP/Core/Installer.class.php:305 +#: ../../../../lib/SP/Services/Install/MySQL.php:251 msgid "La BBDD no existe" -msgstr "O BD não existe" +msgstr "The database does not exist" -#: ../../../../inc/SP/Core/Installer.class.php:306 +#: ../../../../lib/SP/Services/Install/MySQL.php:253 msgid "Es necesario crearla y asignar los permisos necesarios" -msgstr "É necessário criar e atribuir as permissões necessárias" +msgstr "You need to create it and assign the needed permissions" -#: ../../../../inc/SP/Core/Installer.class.php:336 +#: ../../../../lib/SP/Services/Install/MySQL.php:237 msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Falha ao definir permissões bbdd (\"%s')" +msgstr "Error while setting the database permissions ('%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 +#: ../../../../lib/SP/Plugin/PluginManager.php:113 +#: ../../../../lib/SP/Plugin/PluginManager.php:256 msgid "No es posible cargar el plugin \"%s\"" -msgstr "Não é possível carregar a \"%s\" plug-in" +msgstr "Unable to load the \"%s\" plugin" -#: ../../../../inc/SP/Core/Template.class.php:245 +#: ../../../../lib/SP/Mvc/View/Template.php:341 msgid "La plantilla no contiene archivos" -msgstr "O modelo contém nenhum arquivo" +msgstr "Template does not contain files" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:436 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:125 msgid "Error al actualizar la configuración" -msgstr "Falha ao atualizar as configurações" +msgstr "Error while updating the configuration" -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:85 +#: ../../../modules/web/Forms/AuthTokenForm.php:91 msgid "Usuario no indicado" -msgstr "O usuário não indicaram" +msgstr "User not set" -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:89 +#: ../../../modules/web/Forms/AuthTokenForm.php:95 msgid "Acción no indicada" -msgstr "Ação não indicaram" +msgstr "Action not set" -#: ../../../../inc/SP/Forms/TagForm.class.php:82 +#: ../../../modules/web/Forms/TagForm.php:82 msgid "Es necesario un nombre de etiqueta" -msgstr "Um nome de marca é necessária" +msgstr "A tag name is needed" -#: ../../../../inc/SP/Http/XMLRPCResponseParse.class.php:68 +#: ../../../../lib/SP/Http/XMLRPCResponseParse.php:69 msgid "Respuesta XML-RPC inválida" -msgstr "Inválida resposta xml-rpc" +msgstr "Invalid XML-RPC response" -#: ../../../../inc/SP/Import/Import.class.php:85 +#: ../../../../lib/SP/Services/Import/ImportService.php:89 msgid "Tipo mime no soportado (\"%s\")" -msgstr "Tipo de mime não suportado (\"%s\")" +msgstr "Mime type not supported (\"%s\")" -#: ../../../../inc/SP/Import/ImportBase.class.php:130 +#: ../../../../lib/SP/Services/Import/ImportTrait.php:106 msgid "Id de categoría no definido. No es posible importar cuenta." -msgstr "Categoria id indefinido. Você não pode importar conta." +msgstr "Category Id not set. Unable to import the account." -#: ../../../../inc/SP/Import/ImportBase.class.php:133 +#: ../../../../lib/SP/Services/Import/ImportTrait.php:110 msgid "Id de cliente no definido. No es posible importar cuenta." -msgstr "Cliente id indefinido. Você não pode importar conta." +msgstr "Client Id not set. Unable to import the account." -#: ../../../../inc/SP/Import/SyspassImport.class.php:82 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:69 msgid "Clave de encriptación no indicada" -msgstr "Encriptação da senha não inserida" +msgstr "Encryption password not set" -#: ../../../../inc/SP/Import/CsvImport.class.php:46 -#: ../../../../inc/SP/Import/XmlImport.class.php:99 +#: ../../../../lib/SP/Services/Import/CsvImport.php:50 msgid "Formato detectado: %s" -msgstr "Formato detectada: %s" +msgstr "Detected format: %s" -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:69 +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 msgid "El nodo \"%s\" no existe" -msgstr "O nó \"%s\" não existe" +msgstr "The \"%s\" node doesn't exist" -#: ../../../../inc/SP/Log/LogUtil.class.php:44 +#: ../../../../lib/SP/Util/ImageUtil.php:48 +#: ../../../../lib/SP/Util/ImageUtil.php:99 +#: ../../../../lib/SP/Util/Util.php:180 ../../../../lib/SP/Util/Util.php:182 msgid "Extensión '%s' no cargada" -msgstr "Extensão '%s' não foi carregado" +msgstr "Extension '%s' not loaded" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:54 +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:58 msgid "Categoría duplicada" -msgstr "Categoria duplicado" +msgstr "Duplicated category" -#: ../../../../inc/SP/Api/SyspassApi.class.php:309 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:124 +#: ../../../../lib/SP/Services/Category/CategoryService.php:77 +#: ../../../../lib/SP/Services/Category/CategoryService.php:98 +#: ../../../../lib/SP/Services/Category/CategoryService.php:115 msgid "Categoría no encontrada" -msgstr "Categoria não encontrada" +msgstr "Category not found" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:60 +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 msgid "Error al crear el campo personalizado" -msgstr "Erro ao criar o campo personalizado" +msgstr "Error while creating the custom field" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:75 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:84 +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 msgid "Error al eliminar el campo personalizado" -msgstr "Erro ao excluir o campo personalizado" +msgstr "Error while removing the custom field" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:128 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:290 +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:193 msgid "Error al actualizar el campo personalizado" -msgstr "Erro ao atualizar o campo personalizado" +msgstr "Error while updating the custom field" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:162 +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldDef.php:162 msgid "Campo personalizado no encontrado" -msgstr "Campo personalizado não encontrado" +msgstr "Custom field not found" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:215 +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldDef.php:215 msgid "No se encontraron campos personalizados" -msgstr "Não há campos personalizados são encontrados" +msgstr "Custom fields not found" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:72 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:143 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:68 msgid "No hay datos de campos personalizados" -msgstr "Não há dados de campos personalizados" +msgstr "There aren't any data from custom fields" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:263 +#: ../../../../lib/SP/Mgmt/CustomFields/CustomFieldsUtil.php:263 msgid "Error al migrar campos personalizados" -msgstr "Erro ao migrar os campos personalizados" +msgstr "Error while migrating the custom fields" #: ../../../../inc/SP/Mgmt/Files/File.class.php:103 msgid "Archivo subido" -msgstr "Arquivo carregado" +msgstr "File uploaded" -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:111 +#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:55 msgid "Grupo en uso" -msgstr "Grupo em uso" +msgstr "Group in use" #: ../../../../inc/SP/Controller/ItemActionController.class.php:381 msgid "Actualizar Grupo" -msgstr "Grupo de atualização" +msgstr "Update Group" -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:102 +#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 msgid "Error al asignar los usuarios al grupo" -msgstr "Falha ao atribuir usuários para agrupar" +msgstr "Error while setting users in the group" -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:71 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:78 msgid "Error al crear la notificación" -msgstr "Erro ao criar a notificação" +msgstr "Error while adding the notification" -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:96 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:137 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:156 msgid "Error al eliminar la notificación" -msgstr "Erro ao remover a notificação" +msgstr "Error while deleting the notification" -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:134 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:246 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:118 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:427 msgid "Error al modificar la notificación" -msgstr "Erro ao modificar a notificação" +msgstr "Error while updating the notification" -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:169 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:212 msgid "Error al obtener la notificación" -msgstr "Falha ao receber uma notificação" +msgstr "Error while retrieving 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 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:242 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:464 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:497 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:531 msgid "Error al obtener las notificaciones" -msgstr "Erro ao obter as notificações" +msgstr "Error while retrieving the notifications" -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:60 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:70 msgid "Error al crear el plugin" -msgstr "Erro ao criar o plug-in" +msgstr "Error while adding the plugin" -#: ../../../../inc/SP/Core/Plugin/PluginDataStore.class.php:76 +#. (itstool) path: action/text +#: ../../../../lib/SP/Plugin/PluginManager.php:245 +#: ../../../config/actions.xml:529 msgid "Nuevo Plugin" -msgstr "Novo plugin" +msgstr "New Plugin" -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:84 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:232 msgid "Error al eliminar el plugin" -msgstr "Erro ao remover o plugin" +msgstr "Error while deleting the 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 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:347 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:367 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:387 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:407 +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:426 msgid "Error al actualizar el plugin" -msgstr "Erro ao atualizar o plugin" +msgstr "Error while updating the plugin" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:56 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:42 msgid "Habilitado" -msgstr "Ativado" +msgstr "Enabled" -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:97 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:69 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:238 msgid "Error al crear perfil" -msgstr "Erro ao criar o perfil" +msgstr "Error while creating the profile" -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:106 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:73 msgid "Perfil en uso" -msgstr "Perfil em uso" +msgstr "Profile in use" -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:115 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 msgid "Error al eliminar perfil" -msgstr "Erro ao excluir o perfil" +msgstr "Error while removing the profile" -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:197 +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:287 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:141 msgid "Error al modificar perfil" -msgstr "Erro ao atualizar o perfil" +msgstr "Error while updating the profile" -#: ../../../../inc/SP/Controller/MainController.class.php:607 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:75 +#: ../../../modules/web/Controllers/AccountController.php:223 msgid "Enlace visualizado" -msgstr "Link exibido" +msgstr "Link viewed" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:105 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:340 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:388 msgid "Error al actualizar enlace" -msgstr "Erro ao atualizar o link" +msgstr "Error while updating the link" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:124 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:254 msgid "Enlace ya creado" -msgstr "Link já criado" +msgstr "Link already created" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:145 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:281 msgid "Error al crear enlace" -msgstr "Erro ao criar o link" +msgstr "Error while creating the link" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:182 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 msgid "Error al eliminar enlace" -msgstr "Erro ao remover o link" +msgstr "Error while removing the link" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:219 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:423 msgid "Error al renovar enlace" -msgstr "Não conseguiu renovar vínculo" +msgstr "Error while renewing link" #: ../../../../inc/SP/Controller/ItemActionController.class.php:741 #: ../../../../inc/themes/material-blue/views/account/actions.inc:69 msgid "Actualizar Enlace" -msgstr "Update fazer a ligação" +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 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:465 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:506 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:526 msgid "Error al obtener enlace" -msgstr "Erro ao obter o link" +msgstr "Error while retrieving the link" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 +#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +#: ../../../modules/web/Controllers/AccountController.php:227 msgid "ON" -msgstr "On" +msgstr "ON" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 +#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 +#: ../../../modules/web/Controllers/AccountController.php:227 msgid "OFF" -msgstr "Off" +msgstr "OFF" -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:54 -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:127 +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:60 +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:108 msgid "Etiqueta duplicada" -msgstr "Etiqueta duplicada" +msgstr "Duplicated tag" -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:64 +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:69 msgid "Error al crear etiqueta" -msgstr "Erro ao criar a etiqueta" +msgstr "Error while creating the tag" -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:109 +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:262 msgid "Error al eliminar etiqueta" -msgstr "Erro ao remover a etiqueta" +msgstr "Error while removing the tag" -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:138 +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:118 msgid "Error al actualizar etiqueta" -msgstr "Erro ao atualizar a etiqueta" +msgstr "Error while updating the tag" #: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:181 msgid "Error al obtener etiqueta" -msgstr "Erro ao obter a etiqueta" +msgstr "Error while retrieving the 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 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:63 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:427 msgid "Login/email de usuario duplicados" -msgstr "Login / usuário duplicado e-mail" +msgstr "Duplicated user login/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 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:234 +#: ../../../../lib/SP/Repositories/User/UserRepository.php:548 msgid "Error al obtener los datos del usuario" -msgstr "Erro ao obter os dados do usuário" +msgstr "Error while retrieving the user's data" -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:66 +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 msgid "Sincronización LDAP" -msgstr "Sincronização ldap" +msgstr "LDAP synchronization" -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:122 +#: ../../../modules/web/Controllers/ConfigLdapController.php:264 msgid "No se encontraron objetos para sincronizar" -msgstr "Nenhum objeto foi encontrado para sincronizar" +msgstr "There aren't any objects to synchronize" #: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:128 msgid "Sincronización finalizada" -msgstr "Sincronização completa" +msgstr "Synchronization finished" #: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:97 msgid "Error al migrar cuenta de usuario" -msgstr "Erro ao migrar a conta de usuário" +msgstr "Error while migrating the user account" #: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:137 msgid "Error al obtener grupo de usuarios" -msgstr "Erro ao obter o grupo de usuários" +msgstr "Error while retrieving the users group" -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:111 +#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:112 msgid "Error en comprobación de hash" -msgstr "Erro ao chegar o hash" +msgstr "Error while checking hash" -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:113 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 msgid "Hash inválido o expirado" -msgstr "Hash inválido ou expirado" +msgstr "Wrong hash or expired" -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:159 +#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:86 msgid "Error al generar el hash de recuperación" -msgstr "Falha ao gerar a recuperação de hash" +msgstr "Error while generating the recovering hash" #: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:57 msgid "Actualizando preferencias" -msgstr "Preferências de atualização" +msgstr "Updating preferences" -#: ../../../../inc/SP/Storage/XmlHandler.class.php:77 +#: ../../../../lib/SP/Storage/XmlHandler.php:79 msgid "No es posible leer/escribir el archivo: %s" -msgstr "Não é possível ler / gravar o arquivo: %s" +msgstr "Unable to read/write the file: %s" -#: ../../../../inc/SP/Storage/XmlHandler.class.php:161 +#: ../../../../lib/SP/Storage/File/XmlHandler.php:167 msgid "No hay elementos para guardar" -msgstr "Nenhum item para salvar" +msgstr "There aren't any items to save" -#: ../../../../inc/SP/Util/Connection.class.php:122 +#: ../../../../lib/SP/Util/Connection.php:157 msgid "Socket no inicializado" -msgstr "Soquete não inicializado" +msgstr "Socket not initialized" -#: ../../../../inc/SP/Util/Connection.class.php:129 +#: ../../../../lib/SP/Util/Connection.php:164 msgid "Error al enviar datos" -msgstr "Erro ao enviar os dados" +msgstr "Error while sending the data" -#: ../../../../inc/SP/Util/Util.class.php:298 +#: ../../../../lib/SP/Util/Util.php:243 msgid "Respuesta" -msgstr "Resposta" +msgstr "Response" -#: ../../../../inc/SP/Util/Wiki/DokuWikiApi.class.php:68 +#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 msgid "Fallo de autentificación" -msgstr "Falha de autenticação" +msgstr "Authentication error" -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:173 +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 msgid "Error al realizar la consulta" -msgstr "Erro ao executar a query" +msgstr "Error while doing the query" -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:219 +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 msgid "URL de conexión no establecida" -msgstr "Conexão URL não estabelecido" +msgstr "Connection URL not set" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:47 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:33 msgid "Ver Detalles" -msgstr "Ver detalhes" +msgstr "View Details" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:58 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:44 msgid "Copiar" -msgstr "Cópia" +msgstr "Copy" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:64 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:50 msgid "Restaurar" -msgstr "Restaurar" +msgstr "Restore" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:69 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:55 msgid "Descargar" -msgstr "Baixar" +msgstr "Download" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:78 +#: ../../../modules/web/themes/material-blue/inc/Icons.php:64 msgid "Crítico" -msgstr "Crítico" +msgstr "Critical" -#: ../../../../js/strings.js.php:73 +#: ../../../config/strings.js.inc:73 msgid "Recibir notificaciones?" -msgstr "Receber notificações?" +msgstr "Send notifies?" -#: ../../../../js/strings.js.php:74 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:136 +#: ../../../config/strings.js.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 msgid "Marcar Favorito" -msgstr "Mark favorita" +msgstr "Mark as Favorite" -#: ../../../../js/strings.js.php:75 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:126 +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:75 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 +#: ../../../config/actions.xml:253 msgid "Eliminar Favorito" -msgstr "Remover favorito" +msgstr "Delete Favorite" -#: ../../../../js/strings.js.php:76 +#: ../../../config/strings.js.inc:76 msgid "Limpiar Selección" -msgstr "Limpar seleção" +msgstr "Clear Selection" -#: ../../../../js/strings.js.php:77 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 +#: ../../../config/strings.js.inc:77 msgid "Mostrar Favoritos" -msgstr "Mostrar favoritos" +msgstr "Show Favorites" -#: ../../../../js/strings.js.php:78 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 +#: ../../../config/strings.js.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 msgid "Mostrar Todos" -msgstr "Mostrar todos" +msgstr "Show All" -#: ../../../../js/strings.js.php:81 +#: ../../../config/strings.js.inc:81 msgid "Ahora" -msgstr "Agora" +msgstr "Now" -#: ../../../../js/strings.js.php:82 +#: ../../../config/strings.js.inc:82 msgid "" "Este proceso importará los usuarios de LDAP detectados. Desea continuar?" -msgstr "Este processo irá importar usuários ldap detectados. Continuar?" +msgstr "" +"This process will import the detected LDAP users. Would you like to continue?" -#: ../../../../js/strings.js.php:83 +#: ../../../config/strings.js.inc:83 msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "Isso irá redefinir todos plug-in de dados. Continuar?" +msgstr "This action will reset all plugin data. Do you want to continue?" -#: ../../../../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 +#: ../../../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:83 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:85 msgid "Fecha Caducidad Clave" -msgstr "Data de Validade da Senha" +msgstr "Password Expiry Date" -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:88 -#: ../../../../inc/themes/material-blue/views/account/account.inc:162 +#: ../../../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 "Selecione data" +msgstr "Select date" #: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:9 msgid "Accesos" -msgstr "Acesso" +msgstr "Accesses" -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:26 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:52 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 msgid "Seleccionar Usuarios" -msgstr "Selecionar usuários" +msgstr "Select Users" -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:48 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:124 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:67 msgid "Seleccionar Grupos" -msgstr "Selecione grupos" +msgstr "Select Groups" -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:87 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:114 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:194 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:19 msgid "Cuenta Privada" -msgstr "Conta particular" +msgstr "Private Account" -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:92 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:200 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 msgid "Privada" -msgstr "Privado" +msgstr "Private" -#: ../../../../inc/themes/material-blue/views/account/account.inc:184 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 msgid "Seleccionar Etiquetas" -msgstr "Selecionar Etiquetas" +msgstr "Select 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 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:236 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:8 msgid "Cuenta Vinculada" -msgstr "Conta vinculada" +msgstr "Linked Account" -#: ../../../../inc/themes/material-blue/views/account/account.inc:205 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:246 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 msgid "Seleccionar Cuenta" -msgstr "Seleccione conta" +msgstr "Select 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 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:279 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:281 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 msgid "Enlace Público" -msgstr "Liaison pública" +msgstr "Public Link" -#: ../../../../inc/themes/material-blue/views/account/actions.inc:55 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:352 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:353 +#: ../../../config/actions.xml:421 msgid "Crear Enlace Público" -msgstr "Criar link pública" +msgstr "Create Public Link" -#: ../../../../inc/themes/material-blue/views/account/details.inc:8 +#: ../../../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 "Detalhes" +msgstr "Details" -#: ../../../../inc/themes/material-blue/views/account/details.inc:123 -#: ../../../../inc/themes/material-blue/views/account/details.inc:125 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:73 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:75 msgid "Fecha de Clave" -msgstr "Data da Senha" +msgstr "Password Date" -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 msgid "Tamaño máximo de archivo: %d MB" -msgstr "Tamanho máximo do arquivo:% d mb" +msgstr "Maximum file size: %d MB" #: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:3 msgid "Cuentas Vinculadas" -msgstr "Contas vinculadas" +msgstr "Linked Accounts" -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:98 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:98 msgid "Clave Caducada" -msgstr "Senha Expirada" +msgstr "Password Expired" -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:165 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:199 msgid "Ver en Wiki" -msgstr "Veja wiki" +msgstr "View at Wiki" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:30 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:40 msgid "Buscar cuentas con la clave caducada" -msgstr "Pesquisar contas com senha expirada" +msgstr "Search for accounts with expired password" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:73 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:86 msgid "Filtrar Favoritos" -msgstr "Filtre seus favoritos" +msgstr "Favorites Filtering" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:93 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:106 msgid "Más Filtros" -msgstr "Mais filtros" +msgstr "More Filters" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:98 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:111 msgid "Seleccionar Etiqueta" -msgstr "Selecione rótulo" +msgstr "Select Tag" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:33 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 msgid "Copia BBDD" -msgstr "Cópia bbdd" +msgstr "DB Backup" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:40 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 msgid "Copia sysPass" -msgstr "Cópia 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 +#: ../../../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/plugin/plugin.inc:64 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:66 msgid "Eventos" -msgstr "Eventos" +msgstr "Events" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:32 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 msgid "Habilitar Syslog" -msgstr "Permitir syslog" +msgstr "Enable 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 "Habilitar syslog remoto" +msgstr "Enable Remote Syslog" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:76 msgid "Nombre o dirección IP" -msgstr "Nome ou endereço ip" +msgstr "Hostname or IP address" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:146 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 +#. (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 "Ligações públicas" +msgstr "Public Links" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:174 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:212 msgid "Habilitar Enlaces Públicos" -msgstr "Activar ligações públicas" +msgstr "Enable Public Links" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:156 +#: ../../../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 "" -"Permite que a capacidade de gerar links públicos para ver os detalhes de uma " -"conta." +"Enables the ability to create public links to view an account's details" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:160 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:216 msgid "" "Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "Contas vinculadas será visível para qualquer pessoa com o link." +msgstr "The linked accounts will be visible by anyone that have the link." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:164 +#: ../../../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 "" -"Para criar links, os usuários têm a opção de ser activado no seu perfl." +"To create links, the users must have activated the option in their profiles." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:180 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:189 +#: ../../../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 "O tempo de expiração" +msgstr "Expire time" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:195 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:204 +#: ../../../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 "O número máximo de visitas" +msgstr "Maximum visits" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:224 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:234 msgid "Usar imagen para clave" -msgstr "Usar imagem para senha" +msgstr "Use an image for password" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:214 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:236 msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "A senha da conta é exibida como uma imagem." +msgstr "The account password is shown as image." -#: ../../../../inc/themes/material-blue/views/config/info.inc:68 -#: ../../../../inc/themes/material-blue/views/config/info.inc:71 +#: ../../../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 "Configurações de cópia" +msgstr "Configuration Backup" -#: ../../../../inc/themes/material-blue/views/config/info.inc:116 -#: ../../../../inc/themes/material-blue/views/config/info.inc:119 +#: ../../../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 carregados" +msgstr "Loaded Plugins" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:301 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:304 +#: ../../../modules/web/Controllers/ConfigLdapController.php:149 +#: ../../../modules/web/Controllers/ConfigLdapController.php:191 msgid "Resultados" -msgstr "Resultados" +msgstr "Results" -#: ../../../../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" +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 "Ativar api dokuwiki" +msgstr "Enable DokuWiki API" -#: ../../../../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 "Permite a conexão à api xml-rpc para links dokuwiki wiki." +msgstr "Enables DokuWiki XML-RPC API for Wiki links." -#: ../../../../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 "" -"Para que esse recurso funcione, você deve habilitar ligações wiki para " -"contas de filtragem." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" -#: ../../../../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 "URL da API do 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 "URL Base" +msgstr "Base 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 "URL base do DokuWiki." +msgstr "DokuWiki base 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 "Do usuário para se conectar à api dokuwiki." +msgstr "User for connecting to the 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 usado para procurar as páginas." +msgstr "Namespace used to search pages." -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:25 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 msgid "Nivel" -msgstr "Nível" +msgstr "Level" -#: ../../../../inc/themes/material-blue/views/grid/datatabs-grid.inc:102 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:67 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:68 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:74 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:83 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:80 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:71 msgid "Eliminar Seleccionados" -msgstr "Remover selecionados" +msgstr "Delete Selected" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:20 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:23 msgid "Nombre del plugin" -msgstr "Nome do plugin" +msgstr "Plugin name" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:32 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:35 msgid "Versión del plugin" -msgstr "Versão do plugin" +msgstr "Plugin version" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:37 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:40 msgid "Versión Compatible" -msgstr "Versão compatível" +msgstr "Compatible Version" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:44 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:47 msgid "Versión de sysPass compatible" -msgstr "Versão suportada syspass" +msgstr "sysPass compatible version" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:49 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:25 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:52 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 msgid "Autor" -msgstr "Autor" +msgstr "Author" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:56 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:59 msgid "Autor del plugin" -msgstr "Autor do plugin" +msgstr "Plugin author" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 msgid "Publicar enlace a cuenta" -msgstr "Link para a conta de pós" +msgstr "Share link to account" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 msgid "Publicar Enlace" -msgstr "Link do post" +msgstr "Share Link" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 msgid "Crear cuenta privada" -msgstr "Criar uma conta privada" +msgstr "Create private account" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:117 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:210 msgid "Asignar permisos" -msgstr "Atribuir permissões" +msgstr "Assign permissions" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 msgid "Gestión de enlaces" -msgstr "Gerenciamento de link" +msgstr "Links management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:196 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 msgid "Gestión de cuentas" -msgstr "Gerenciamento de contas" +msgstr "Accounts management" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:210 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 msgid "Gestión de etiquetas" -msgstr "Gerenciamento de etiquetas" +msgstr "Tags management" -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:59 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:61 +#: ../../../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 "De hash" +msgstr "Hash" -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:67 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:69 +#: ../../../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 "Uso" +msgstr "Use" -#: ../../../../inc/themes/material-blue/views/itemshow/tags.inc:23 +#: ../../../modules/api/Controllers/Help/TagHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 msgid "Nombre de la etiqueta" -msgstr "Nome da etiqueta" +msgstr "Tag name" -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:39 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:40 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:110 msgid "Hay %d notificaciones pendientes" -msgstr "Há %d notificações pendentes" +msgstr "There are %d unread notifications" -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:48 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:158 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:165 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:43 msgid "Demo" -msgstr "Programa demonstrativo" +msgstr "Demo" -#: ../../../../inc/themes/material-blue/views/main/install.inc:9 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:8 msgid "Instalación %s" -msgstr "Instalando%s" +msgstr "Installation %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 de admin" +msgstr "sysPass Admin" -#: ../../../../inc/themes/material-blue/views/main/login.inc:38 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:37 msgid "Clave Anterior" -msgstr "Senha anterior" +msgstr "Previous Password" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:4 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:6 msgid "Actualización %s" -msgstr "Atualizar %s" +msgstr "Update %s" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:27 +#: ../../../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 "" -"Esse código está localizado no arquivo de configuração do sysPass com a " -"etiqueta \"upgradekey\"" +"This code is set in the sysPass config file within the tag name \"upgradekey" +"\"" -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:2 +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 +#: ../../../config/actions.xml:277 msgid "Ver Wiki" -msgstr "Veja wiki" +msgstr "View Wiki" -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:10 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:10 msgid "Resultados de búsqueda de '%s'" -msgstr "Resultados da pesquisa '%s'" +msgstr "Search results of '%s'" -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:13 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:23 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:13 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:23 msgid "Página" -msgstr "Página" +msgstr "Page" -#: ../../../../inc/SP/Controller/ConfigController.class.php:433 +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 msgid "No instalado" -msgstr "Não instalado" +msgstr "Not installed" -#: ../../../../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 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 msgid "Origen" -msgstr "Fonte" +msgstr "Source" -#: ../../../../inc/SP/Controller/MainController.class.php:610 +#: ../../../modules/web/Controllers/AccountController.php:226 msgid "Agente" -msgstr "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" msgstr "" -"Para melhorar / adicionar traduções, você pode colaborar na https://poeditor." -"com/join/project/fmlsbuugyv" +"To improve/add the translations, you can get involved at https://poeditor." +"com/join/project/fmlsBuugyv" -#: ../../../../inc/themes/material-blue/views/config/info.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:89 msgid "Indica si el idioma se encuentra disponible" -msgstr "Ele indica se o idioma está disponível" +msgstr "Tells whether the language is available or not." -#: ../../../../inc/themes/material-blue/views/config/info.inc:87 +#: ../../../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 "" -"Se ele não estiver instalado, é necessário instalar no sistema operacional " -"local. Mais informações sobre wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:48 +#: ../../../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 "Não há notificações pendentes" +msgstr "There aren't any pending notifications" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:150 +#: ../../../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 "Eu fiz um backup completo do syspass" +msgstr "I've done a full sysPass backup" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:164 +#: ../../../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 "Aguarde enquanto o processo é executado" +msgstr "Please, wait while the process is running" #: ../../../../inc/SP/Controller/ItemActionController.class.php:232 msgid "Crear Usuario" -msgstr "Criar usuário" +msgstr "Add User" #: ../../../../inc/SP/Controller/ItemActionController.class.php:252 msgid "Actualizar Usuario" -msgstr "Atualização do usuário" +msgstr "Update User" #: ../../../../inc/SP/Controller/ItemActionController.class.php:284 msgid "Actualizar Clave Usuario" -msgstr "Atualizar Senha do Usuário" +msgstr "Update User's Password" #: ../../../../inc/SP/Controller/ItemActionController.class.php:373 msgid "Crear Grupo" -msgstr "Criar grupo" +msgstr "Add Group" #: ../../../../inc/SP/Controller/ItemActionController.class.php:433 msgid "Crear Perfil" -msgstr "Criar perfil" +msgstr "Add Profile" #: ../../../../inc/SP/Controller/ItemActionController.class.php:441 msgid "Actualizar Perfil" -msgstr "Atualizar" +msgstr "Update Profile" -#: ../../../../inc/SP/Api/SyspassApi.class.php:368 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:495 +#: ../../../../lib/SP/Api/SyspassApi.php:368 msgid "Crear Cliente" -msgstr "Criar cliente" +msgstr "Add Client" -#: ../../../../inc/SP/Api/SyspassApi.class.php:279 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:557 +#: ../../../../lib/SP/Api/SyspassApi.php:279 msgid "Crear Categoría" -msgstr "Criar categoria" +msgstr "Add Category" #: ../../../../inc/SP/Controller/ItemActionController.class.php:565 msgid "Actualizar Categoría" -msgstr "Update categoria" +msgstr "Update Category" #: ../../../../inc/SP/Controller/ItemActionController.class.php:623 msgid "Crear Autorización" -msgstr "Criar autorização" +msgstr "Add Authorization" #: ../../../../inc/SP/Controller/ItemActionController.class.php:677 msgid "Crear Campo" -msgstr "Criar campo" +msgstr "Add Field" #: ../../../../inc/SP/Controller/ItemActionController.class.php:684 msgid "Actualizar Campo" -msgstr "Atualização de campo" +msgstr "Update Field" #: ../../../../inc/SP/Controller/ItemActionController.class.php:731 msgid "Crear Enlace" -msgstr "Criar Link" +msgstr "Create Link" #: ../../../../inc/SP/Controller/ItemActionController.class.php:788 msgid "Crear Etiqueta" -msgstr "Criar etiqueta" +msgstr "Add Tag" #: ../../../../inc/SP/Controller/ItemActionController.class.php:795 msgid "Actualizar Etiqueta" -msgstr "Etiqueta de actualização" +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 "Atualização plugin" +msgstr "Update Plugin" -#: ../../../../inc/SP/Api/SyspassApi.class.php:188 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:931 +#: ../../../../lib/SP/Api/SyspassApi.php:188 msgid "Crear Cuenta" -msgstr "Criar uma conta" +msgstr "Add Account" #: ../../../../inc/SP/Controller/ItemActionController.class.php:1091 msgid "Usuarios importados" -msgstr "Usuários importados" +msgstr "Imported users" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1203 +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 +#: ../../../modules/web/Controllers/AccountController.php:916 msgid "Solicitud" -msgstr "Aplicação" +msgstr "Request" -#: ../../../../inc/SP/Core/Acl.class.php:167 +#: ../../../../lib/SP/Core/Acl/Acl.php:294 msgid "Acceso denegado" -msgstr "Acesso negado" +msgstr "Access denied" -#: ../../../../inc/SP/Account/AccountTags.class.php:90 +#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:115 msgid "Error al añadir las etiquetas de la cuenta" -msgstr "Erro ao adicionar as etiquetas da conta" +msgstr "Error while adding the account's tags" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:278 +#: ../../../../lib/SP/Util/ErrorUtil.php:148 +#: ../../../../lib/SP/Util/ErrorUtil.php:155 msgid "Se ha producido una excepción" -msgstr "Houve uma exceção" +msgstr "An exception occured" -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:95 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:96 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:94 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:174 +#: ../../../modules/web/Controllers/NotificationController.php:179 msgid "Nueva Notificación" -msgstr "Nova notificação" +msgstr "New Notification" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:389 +#: ../../../modules/web/Controllers/UserGroupController.php:208 +#: ../../../modules/web/Controllers/UserGroupController.php:211 msgid "Grupos eliminados" -msgstr "Grupos eliminado" +msgstr "Groups deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:449 +#: ../../../modules/web/Controllers/UserProfileController.php:203 +#: ../../../modules/web/Controllers/UserProfileController.php:206 msgid "Perfiles eliminados" -msgstr "Perfis apagados" +msgstr "Profiles deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:511 +#: ../../../modules/web/Controllers/ClientController.php:201 +#: ../../../modules/web/Controllers/ClientController.php:204 msgid "Clientes eliminados" -msgstr "Clientes eliminado" +msgstr "Clients deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:574 +#: ../../../modules/web/Controllers/CategoryController.php:206 +#: ../../../modules/web/Controllers/CategoryController.php:209 msgid "Categorías eliminadas" -msgstr "Categorias removido" +msgstr "Categories deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:644 +#: ../../../modules/web/Controllers/AuthTokenController.php:204 +#: ../../../modules/web/Controllers/AuthTokenController.php:207 msgid "Autorizaciones eliminadas" -msgstr "Lançado removido" +msgstr "Authorizations deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:692 +#: ../../../modules/web/Controllers/CustomFieldController.php:197 +#: ../../../modules/web/Controllers/CustomFieldController.php:200 msgid "Campos eliminados" -msgstr "Campos excluídos" +msgstr "Fields deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:751 +#: ../../../modules/web/Controllers/PublicLinkController.php:229 +#: ../../../modules/web/Controllers/PublicLinkController.php:232 msgid "Enlaces eliminados" -msgstr "Ligações removidas" +msgstr "Links deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:803 +#: ../../../modules/web/Controllers/TagController.php:200 msgid "Etiquetas eliminadas" -msgstr "Etiquetas removidas" +msgstr "Tags deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:836 +#: ../../../modules/web/Controllers/AccountFileController.php:320 +#: ../../../modules/web/Controllers/AccountFileController.php:323 msgid "Archivos eliminados" -msgstr "Arquivos apagados" +msgstr "Files deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:981 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1031 +#: ../../../modules/web/Controllers/AccountController.php:869 +#: ../../../modules/web/Controllers/AccountController.php:872 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:99 +#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:102 +#: ../../../modules/web/Controllers/AccountManagerController.php:99 +#: ../../../modules/web/Controllers/AccountManagerController.php:102 msgid "Cuentas eliminadas" -msgstr "Contas excluídas" +msgstr "Accounts removed" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1122 +#: ../../../modules/web/Controllers/NotificationController.php:327 +#: ../../../modules/web/Controllers/NotificationController.php:330 msgid "Notificación creada" -msgstr "Notificação criado" +msgstr "Notification created" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1136 +#: ../../../modules/web/Controllers/NotificationController.php:251 +#: ../../../modules/web/Controllers/NotificationController.php:254 msgid "Notificaciones eliminadas" -msgstr "Notificações removido" +msgstr "Notifications deleted" -#: ../../../../inc/SP/Controller/LoginController.class.php:303 +#: ../../../../lib/SP/Services/Auth/LoginService.php:269 msgid "Usando clave temporal" -msgstr "Usando a senha temporária" +msgstr "Using temporary password" -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:95 -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:110 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:130 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:180 msgid "Clave temporal caducada" -msgstr "Senha temporária expirada" +msgstr "Temporary password expired" #: ../../../../inc/SP/Core/Init.class.php:506 msgid "Sesión" -msgstr "Sessão" +msgstr "Session" -#: ../../../../inc/SP/Core/Installer.class.php:438 +#: ../../../../lib/SP/Services/Install/MySQL.php:361 msgid "Error al comprobar la base de datos" -msgstr "Falha ao verificar o banco de dados" +msgstr "Error while checking the database" -#: ../../../../inc/SP/Core/Installer.class.php:439 +#: ../../../../lib/SP/Services/Install/MySQL.php:363 msgid "Intente de nuevo la instalación" -msgstr "Tente a instalação novamente" +msgstr "Please, try the installation again" -#: ../../../../inc/SP/Forms/NoticeForm.class.php:91 +#: ../../../modules/web/Forms/NotificationForm.php:92 msgid "Es necesario un componente" -msgstr "Um componente necessário" +msgstr "A component is needed" -#: ../../../../inc/SP/Forms/NoticeForm.class.php:93 +#: ../../../modules/web/Forms/NotificationForm.php:96 msgid "Es necesario un tipo" -msgstr "Um tipo é necessária" +msgstr "A type is needed" -#: ../../../../inc/SP/Forms/NoticeForm.class.php:100 +#: ../../../modules/web/Forms/NotificationForm.php:106 msgid "Es necesario un destinatario" -msgstr "Um receptor é necessário" +msgstr "A target is needed" -#: ../../../../inc/SP/Import/CsvImportBase.class.php:112 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:167 msgid "Error procesando línea" -msgstr "Linha de processamento de erro" +msgstr "Error while processing line" -#: ../../../../inc/SP/Import/Import.class.php:100 +#: ../../../modules/web/Controllers/ConfigImportController.php:76 msgid "Cuentas importadas" -msgstr "Contas importadas" +msgstr "Accounts imported" -#: ../../../../inc/SP/Mgmt/Files/File.class.php:130 +#: ../../../../lib/SP/Services/Account/AccountFileService.php:164 msgid "Archivo no encontrado" -msgstr "Arquivo não encontrado" +msgstr "File not found" -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:125 +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:80 +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:95 +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:178 +#: ../../../../lib/SP/Services/UserGroup/UserToUserGroupService.php:57 msgid "Grupo no encontrado" -msgstr "Grupo não encontrado" +msgstr "Group not found" -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:101 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:102 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:121 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:180 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:210 msgid "Notificación no encontrada" -msgstr "Notificação não encontrada" +msgstr "Notification not found" -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:89 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:92 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:153 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:186 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:206 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:224 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:241 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:258 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:275 msgid "Plugin no encontrado" -msgstr "Plugin não encontrado" +msgstr "Plugin not found" -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:120 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:65 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:97 msgid "Perfil no encontrado" -msgstr "Perfil não encontrado" +msgstr "Profile not found" -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:187 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:122 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:145 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:219 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:311 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:346 +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:367 msgid "Enlace no encontrado" -msgstr "Link não encontrado" +msgstr "Link not found" -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:114 +#: ../../../../lib/SP/Services/Tag/TagService.php:75 +#: ../../../../lib/SP/Services/Tag/TagService.php:94 +#: ../../../../lib/SP/Services/Tag/TagService.php:111 msgid "Etiqueta no encontrada" -msgstr "Etiqueta não encontrada" +msgstr "Tag not found" -#: ../../../../inc/SP/Mgmt/Users/User.class.php:135 +#: ../../../../lib/SP/Services/User/UserService.php:192 msgid "Usuario no encontrado" -msgstr "Usuário não encontrado" +msgstr "User not found" -#: ../../../../inc/SP/Storage/DB.class.php:336 +#: ../../../../lib/SP/Storage/Database/Database.php:131 msgid "Consulta en blanco" -msgstr "Consulta em branco" +msgstr "Blank query" -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:100 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:211 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:38 msgid "Cuenta Privada Grupo" -msgstr "Grupo conta privada" +msgstr "Private Account for Group" -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:110 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 msgid "Privada Grupo" -msgstr "Grupo privado" +msgstr "Private for Group" -#: ../../../../inc/themes/material-blue/views/config/import.inc:132 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:134 msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -msgstr "É necessário apenas para arquivos xml criptografados syspass." +msgstr "It's only needed for sysPass XML files that have been encrypted." -#: ../../../../inc/themes/material-blue/views/config/import.inc:153 +#: ../../../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 "" -"É necessário apenas para arquivos XML do sysPass que foram encriptados com " -"uma Senha Mestre diferente da atual." +"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 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:183 msgid "Sólo es necesario para archivos CSV." -msgstr "Você precisa somente de arquivos csv." +msgstr "It's only needed for CSV files." -#: ../../../../inc/themes/material-blue/views/config/import.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 msgid "" "\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" "\"notas\"" msgstr "" -"\"nome_da_conta\";\"cliente\";\"categoria\";\"url\";\"usuario\";\"senha\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:194 msgid "Crear cuenta privada para grupo" -msgstr "Criar conta particular para o grupo" +msgstr "Create private account for group" -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:108 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:88 msgid "Notificación global" -msgstr "Notificação global" +msgstr "Global notification" -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:111 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 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 +#: ../../../../lib/SP/Services/Service.php:115 msgid "No es posible iniciar una transacción" -msgstr "Você não pode iniciar uma transação" +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 +#: ../../../../lib/SP/Services/Crypt/MasterPassService.php:101 +#: ../../../../lib/SP/Services/Import/ImportService.php:77 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:97 +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:102 msgid "No es posible finalizar una transacción" -msgstr "É possível concluir uma transação" +msgstr "Unable to finish a transaction" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:653 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 msgid "Clave Maestra %s" -msgstr "Senha Mestre %s" +msgstr "Master Password %s" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:654 +#: ../../../../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 "" -"Uma nova Senha Mestre do sysPass foi gerada, então a próxima vez que você " -"entrar na aplicação ela será requisitada." +"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 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 msgid "La nueva clave es: %s" -msgstr "A nova Senha Mestre é: %s" +msgstr "The new Master Password is: %s" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:658 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:219 msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "Não se esqueça de acessar o quanto antes para salvar as alterações." +msgstr "" +"Please, don't forget to log in as soon as possible to save the changes." -#: ../../../../js/strings.js.php:84 +#: ../../../config/strings.js.inc:84 msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -msgstr "Este processo pode demorar algum tempo. Deseja continuar?" +msgstr "This process could long some time. Do you wish to continue?" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:12 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:27 msgid "Búsqueda" -msgstr "Pesquisa" +msgstr "Searching" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:237 +#: ../../../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 "" -"Enviar um e-mail para todos os usuários ou apenas para o grupo selecionado." +msgstr "Sends an email to all users or only to those whose group is selected." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:245 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:258 msgid "Enviar correo" -msgstr "Enviar e-mail" +msgstr "Send email" -#: ../../../../inc/themes/material-blue/views/config/import.inc:121 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:123 msgid "XML" -msgstr "Xml" +msgstr "XML" -#: ../../../../inc/themes/material-blue/views/config/import.inc:170 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:172 msgid "CSV" -msgstr "Csv" +msgstr "CSV" -#: ../../../../inc/SP/Api/SyspassApi.class.php:219 +#: ../../../../lib/SP/Services/Account/AccountService.php:164 +#: ../../../../lib/SP/Services/Account/AccountService.php:566 msgid "Cuenta no encontrada" -msgstr "Conta não encontrada" +msgstr "Account not found" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:620 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:159 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:161 msgid "Hash de clave maestra actualizado" -msgstr "Hash da Senha Mestre atualizado" +msgstr "Master password hash updated" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:624 +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:168 msgid "Error al actualizar el hash de la clave maestra" -msgstr "Falha ao atualizar o hash da Senha Mestre" +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 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 +#: ../../../modules/web/Controllers/NotificationController.php:210 +#: ../../../config/actions.xml:817 msgid "Editar Notificación" -msgstr "Editar notificação" +msgstr "Edit Notification" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:261 +#: ../../../modules/web/Controllers/UserController.php:266 +#: ../../../modules/web/Controllers/UserController.php:269 msgid "Usuarios eliminados" -msgstr "Usuários excluídos" +msgstr "Users deleted" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1130 +#: ../../../modules/web/Controllers/NotificationController.php:360 +#: ../../../modules/web/Controllers/NotificationController.php:363 msgid "Notificación actualizada" -msgstr "Notificação actualizada" +msgstr "Notification updated" -#: ../../../../inc/SP/Storage/DB.class.php:350 +#: ../../../../lib/SP/Storage/Database/Database.php:272 msgid "Restricción de integridad" -msgstr "Restrição de integridade" +msgstr "Integrity constraint" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:152 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:166 msgid "Actualizar hash de clave maestra" -msgstr "Atualizar o hash da Senha Mestre" +msgstr "Update master password hash" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:416 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:124 msgid "Modificada" -msgstr "Modificada" +msgstr "Modified" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:417 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:125 msgid "Eliminada" -msgstr "Removida" +msgstr "Removed" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:426 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:87 msgid "Cuentas (H)" -msgstr "Contas (H)" +msgstr "Accounts (H)" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1028 -msgid "Eliminar Cuenta (H)" -msgstr "Deletar Conta" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:129 -#: ../../../../inc/SP/Import/SyspassImport.class.php:146 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:194 +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:224 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:124 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:148 msgid "Clave de encriptación incorrecta" -msgstr "Senha incorreta" +msgstr "Wrong encryption password" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:71 +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 msgid "Área de Texto" -msgstr "Área de Texto" +msgstr "Text Area" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:26 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:35 msgid "Devolver las cuentas en las que 'login' es propietario" -msgstr "Obter as contas que o usuário \"login\" é o proprietário" +msgstr "Get the accounts in which the user login \"login\" is the owner" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:28 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "Obter as contas que tenham o grupo principal com nome \"group_name\"" +msgstr "Get the accounts which have the main group name \"group_name\"" -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:31 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:41 msgid "Devolver las cuentas privadas del usuario actual" -msgstr "Obter as contas privadas para o usuário atual" +msgstr "Get the private accounts for the current user" -#: ../../../../inc/themes/material-blue/views/config/info.inc:49 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 msgid "OP Cache" msgstr "OP Cache" -#: ../../../../inc/SP/Controller/MainActionController.class.php:65 +#: ../../../modules/web/Controllers/UpgradeController.php:71 msgid "Código de seguridad incorrecto" -msgstr "Código de segurança incorreto" +msgstr "Wrong security code" -#: ../../../../inc/SP/Controller/MainActionController.class.php:67 +#: ../../../modules/web/Controllers/UpgradeController.php:67 msgid "Es necesario confirmar la actualización" -msgstr "Necessária confirmação da atualização" +msgstr "The updating need to be confirmed" -#: ../../../../inc/SP/Controller/MainActionController.class.php:75 +#: ../../../modules/web/Controllers/UpgradeController.php:92 msgid "En 5 segundos será redirigido al login" -msgstr "Você será redirecionado em 5 segundos" +msgstr "You will be redirected to log in within 5 seconds" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:100 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:70 msgid "Error al aplicar la actualización de la aplicación" -msgstr "Erro ao aplicar a atualização" +msgstr "Error while applying the application update" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:303 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:345 msgid "Tamaño máximo de archivo en kilobytes" -msgstr "Tamanho máximo dos arquivos em Kb" +msgstr "Maximum file size in kilobytes" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:12 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 msgid "Actualización de Aplicación" -msgstr "Aplicando atualização" +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 "" -"Itens orfãos encontrados, por favor modifique os itens ou entre com os IDs " -"padrões." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:59 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:61 msgid "Introducir un ID de usuario válido para cuentas" -msgstr "Insira um ID de usuário para a conta" +msgstr "Enter a valid user ID for the accounts" -#: ../../../../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 "Insira uma categoria válida para a conta" +msgstr "Enter a valid category ID for the accounts" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:83 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 msgid "Introducir un ID de cliente válido para cuentas" -msgstr "Insira um cliente válido para a conta" +msgstr "Enter a valid client ID for the 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 "Insira um grupo válido para os usuários" +msgstr "Enter a valid group ID for the users" -#: ../../../../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 "Insira um perfil válido para os usuários" +msgstr "Enter a valid profile ID for the users" -#: ../../../../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 "" -"Essa atualização utiliza um novo método de encriptação, então será " -"necessário reencriptar todos os dados." +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:104 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:118 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:89 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:120 msgid "" "Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." -msgstr "Serão atualizadas %s contas. Esse processo pode levar um tempo." +msgstr "It will be updated %s accounts. This process could take some time." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:142 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:120 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:156 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:122 msgid "Para más información consulte: %s" -msgstr "Você pode obter mais informações em: %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 "Insira um login válido" +msgstr "Enter a valid user login" -#: ../../../../inc/SP/Api/ApiRequest.class.php:168 -#: ../../../../inc/SP/Controller/LoginController.class.php:211 +#: ../../../../lib/SP/Services/Api/ApiService.php:96 +#: ../../../../lib/SP/Services/Auth/LoginService.php:137 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +#: ../../../modules/web/Controllers/UserPassResetController.php:124 msgid "Intentos excedidos" -msgstr "Tempo excedido" +msgstr "Attempts exceeded" -#: ../../../../inc/SP/Api/SyspassApi.class.php:466 -#: ../../../../inc/SP/Api/SyspassApi.class.php:494 +#: ../../../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 "Senha do Token" +msgstr "Token's password" -#: ../../../../inc/SP/Controller/LoginController.class.php:209 +#: ../../../../lib/SP/Services/Track/TrackService.php:162 msgid "Intentos excedidos (%d/%d)" -msgstr "Tentativas excedidas (%d%d)" +msgstr "Attempts exceeded (%d/%d)" -#: ../../../../inc/SP/DataModel/TrackData.class.php:155 -#: ../../../../inc/SP/DataModel/TrackData.class.php:157 +#: ../../../../lib/SP/Http/Address.php:49 +#: ../../../../lib/SP/Http/Address.php:51 +#: ../../../../lib/SP/Http/Address.php:68 +#: ../../../../lib/SP/Http/Address.php:70 +#: ../../../../lib/SP/Http/Address.php:90 +#: ../../../../lib/SP/Http/Address.php:109 msgid "IP inválida" -msgstr "IP inválido" +msgstr "Invalid IP" -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:184 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:134 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:272 +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:286 msgid "Token no encontrado" -msgstr "Token não encontrado" +msgstr "Token not found" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:61 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:68 msgid "Error al crear track" -msgstr "Erro ao criar o rastreamento" +msgstr "Error while creating track" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:84 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:85 msgid "Error al eliminar track" -msgstr "Erro ao remover o rastreamento" +msgstr "Error while removing the track" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:112 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:102 msgid "Error al actualizar track" -msgstr "Erro ao atualizar o rastreamento" +msgstr "Error while updating the track" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:139 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:146 msgid "Error al obtener track" -msgstr "Erro ao retornar o rastreamento" +msgstr "Error while retrieving the track" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:163 -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:238 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:169 +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:202 msgid "Error al obtener tracks" -msgstr "Erro ao retornar os rastreamentos" +msgstr "Error while retrieving the tracks" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:182 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." -msgstr "Os itens exportados são contas, clientes, categorias e etiquetas." +msgstr "The exported items are accounts, clients, categories and tags." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:37 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:39 msgid "Si no se indican los IDs, se crearán nuevos elementos." -msgstr "Se os IDs dos itens não forem configurados, eles serão criados." +msgstr "If the items IDs are not set, they will be created." -#: ../../../../inc/SP/Controller/TaskController.class.php:160 +#: ../../../../lib/SP/Services/Task/TaskService.php:184 msgid "Esperando actualización de progreso ..." -msgstr "Aguardando a atualização do progresso..." +msgstr "Waiting for progress updating ..." #: ../../../../inc/SP/Core/Upgrade/Account.class.php:47 msgid "Actualizando IDs de cuentas" -msgstr "Atualizando IDs de contas" +msgstr "Updating accounts ID" #: ../../../../inc/SP/Core/Upgrade/Category.class.php:48 msgid "Actualizando IDs de categorías" -msgstr "Atualizando IDs de categorias" +msgstr "Updating categories ID" #: ../../../../inc/SP/Core/Upgrade/Customer.class.php:48 msgid "Actualizando IDs de clientes" -msgstr "Atualizando IDs de clientes" +msgstr "Updating Clients ID" #: ../../../../inc/SP/Core/Upgrade/Group.class.php:51 msgid "Actualizando IDs de grupos" -msgstr "Atualizando IDs de grupos" +msgstr "Updating groups ID" #: ../../../../inc/SP/Core/Upgrade/Profile.class.php:54 msgid "Actualizando IDs de perfil" -msgstr "Atualizando IDs de perfis" +msgstr "Updating profiles ID" #: ../../../../inc/SP/Core/Upgrade/User.class.php:52 msgid "Actualizando IDs de usuarios" -msgstr "Atualizando IDs de usuários" +msgstr "Updating users ID" -#: ../../../../js/strings.js.php:87 +#: ../../../config/strings.js.inc:87 msgid "" "Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." -msgstr "Executando tarefa. Por favor, não feche a janela/aba do navegador." +msgstr "Performing task. Please, do not close the browser window/tab." -#: ../../../../js/strings.js.php:88 +#: ../../../config/strings.js.inc:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:88 msgid "Incluir Letras" -msgstr "Incluir Letras" +msgstr "Include Letters" -#: ../../../../inc/themes/material-blue/views/config/info.inc:99 -#: ../../../../inc/themes/material-blue/views/config/info.inc:109 +#: ../../../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 "Sessão Criptografada" +msgstr "Encrypted Session" -#: ../../../../inc/themes/material-blue/views/config/info.inc:104 +#: ../../../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 "Indica se os dados da sessão são encriptados no servidor ou não" +msgstr "Tells whether the session data are encrypted in the server or not" -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 msgid "Sí" -msgstr "Sim" +msgstr "Yes" -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 msgid "No" msgstr "No" -#: ../../../../js/strings.js.php:89 +#: ../../../config/strings.js.inc:89 msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -msgstr "Cookies desabilitados. A aplicação não funcionará correntamente." +msgstr "Cookies disabled. The application won't work properly." -#: ../../../../js/strings.js.php:90 +#: ../../../config/strings.js.inc:90 msgid "Portapapeles no soportado por el navegador." -msgstr "Clipboard não suportado pelo 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 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:324 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:334 msgid "Atributo Login" -msgstr "Atributo Login" +msgstr "Login Attribute" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:260 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:329 msgid "" "Define el atributo a utilizar para el login del usuario en la importación." -msgstr "Define o atributo para o login do usuário quando importando." +msgstr "Defines the attribute for the user's login when importing." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:126 +#: ../../../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 "" -"Habilita o acesso aos usuários que estão incluídos nos grupos secundários." +msgstr "Grants access to the users that are included in the secondary groups." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:129 +#: ../../../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 "" -"Por padrão, é permitido um usuário em um grupo secundário se o grupo " -"secundário é o grupo principal do usuário." +"By default, the user in a secondary group is granted if the secondary group " +"is set as the user's main group." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:139 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:179 msgid "Acceso Grupos Secundarios" -msgstr "Acesso a Grupos Secundários" +msgstr "Secondary Groups Access" -#: ../../../../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 "Encriptar os dados da sessão do PHP" +msgstr "Encrypt PHP session data" -#: ../../../../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." msgstr "" -"Essa funcionalidade aumenta a segurança das sessões do PHP, pois os dados " -"armazenados não serão legíveis." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:179 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 msgid "Encriptar Sesión" -msgstr "Encriptar Sessão" +msgstr "Encrypt Session" -#: ../../../../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/ldap.inc:347 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:357 msgid "Atributo Nombre" -msgstr "Nome Atributo" +msgstr "Name Attribute" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:283 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:352 msgid "" "Define el atributo a utilizar para el nombre del usuario en la importación." -msgstr "Define o atributo para o nome de usuário durante importação." +msgstr "Defines the attribute for the user's name when importing." -#: ../../../../js/strings.js.php:91 +#: ../../../config/strings.js.inc:92 msgid "Hay una versión más reciente del plugin {0} ({1})" msgstr "There is a more recent version of {0} plugin ({1})" + +#: ../../../../lib/SP/Bootstrap.php:265 +msgid "Versión de PHP requerida >= %s <= %s" +msgstr "Required PHP version >= %s <= %s" + +#: ../../../../lib/SP/Config/ConfigUtil.php:111 +msgid "Actual: %s - Necesario: 750" +msgstr "Current: %s - Needed: 750" + +#: ../../../../lib/SP/Core/Acl/Actions.php:176 +msgid "Acción no encontrada" +msgstr "Action not found" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:103 +#: ../../../../lib/SP/Core/Context/ContextBase.php:126 +msgid "Contexto ya inicializado" +msgstr "Context already initialized" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:109 +msgid "Contexto inválido" +msgstr "Invalid context" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:154 +msgid "Contexto no inicializado" +msgstr "Context not initialized" + +#: ../../../../lib/SP/Core/UI/Theme.php:193 +msgid "Clase no válida para iconos" +msgstr "Invalid icons class" + +#: ../../../../lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Tipo de filtro inválido" +msgstr "Invalid filter type" + +#: ../../../../lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: ../../../../lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Tipo de objeto incorrecto" +msgstr "Wrong object type" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 +msgid "Realizado por: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 +msgid "Dirección IP: %s" +msgstr "IP Address: %s" + +#: ../../../../lib/SP/Providers/Mail/MailProvider.php:91 +msgid "No es posible inicializar" +msgstr "Unable to initialize" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 +#: ../../../modules/web/Controllers/NotificationController.php:267 +#: ../../../modules/web/Controllers/NotificationController.php:298 +msgid "Notificación" +msgstr "Notification" + +#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:302 +msgid "Error al eliminar los archivos" +msgstr "Error while deleting the files" + +#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:455 +#: ../../../../lib/SP/Services/Account/AccountService.php:583 +msgid "Error al eliminar las cuentas" +msgstr "Error while deleting the accounts" + +#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error al eliminar la categorías" +msgstr "Error while deleting the categories" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:264 +#: ../../../../lib/SP/Services/Client/ClientService.php:127 +msgid "Error al eliminar los clientes" +msgstr "Error while deleting the clients" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error al eliminar los campos personalizados" +msgstr "Error while removing the custom fields" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error al crear el tipo de campo" +msgstr "Error while creating the field type" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error al actualizar el tipo de campo" +msgstr "Error while updating the field type" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error al eliminar el tipo de campo" +msgstr "Error while deleting the field type" + +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:179 +#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:302 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:140 +#: ../../../../lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error al eliminar las notificaciones" +msgstr "Error while deleting the notifications" + +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:447 +#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:493 +msgid "El enlace no existe" +msgstr "The link does not exist" + +#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:243 +#: ../../../../lib/SP/Services/Tag/TagService.php:126 +msgid "Error al eliminar etiquetas" +msgstr "Error while removing the tags" + +#: ../../../../lib/SP/Repositories/User/UserRepository.php:353 +#: ../../../../lib/SP/Services/User/UserService.php:209 +msgid "Error al eliminar los usuarios" +msgstr "Error while deleting the users" + +#: ../../../../lib/SP/Services/User/UserPassService.php:253 +#: ../../../../lib/SP/Services/User/UserService.php:123 +#: ../../../../lib/SP/Services/User/UserService.php:154 +#: ../../../../lib/SP/Services/User/UserService.php:173 +msgid "El usuario no existe" +msgstr "The user does not exist" + +#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error al eliminar los perfiles" +msgstr "Error while removing the profiles" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 +msgid "Cuentas actualizadas: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 +msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: ../../../../lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error al eliminar archivos" +msgstr "Error while deleting the files" + +#: ../../../../lib/SP/Services/Api/ApiRequest.php:88 +msgid "Fomato incorrecto" +msgstr "Invalid format" + +#: ../../../modules/api/Controllers/Help/TagHelp.php:43 +#: ../../../modules/api/Controllers/Help/TagHelp.php:77 +msgid "Id de etiqueta" +msgstr "Tag Id" + +#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:153 +msgid "Error al eliminar tokens" +msgstr "Error while removing the tokens" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Exportación" +msgstr "Export" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:169 +msgid "Copiando base de datos" +msgstr "Copying database" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:305 +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:340 +msgid "Copiando aplicación" +msgstr "Copying application" + +#: ../../../../lib/SP/Services/Config/ConfigService.php:68 +#: ../../../../lib/SP/Services/Config/ConfigService.php:153 +msgid "Parámetro no encontrado (%s)" +msgstr "Parameter not found (%s)" + +#: ../../../../lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:159 +msgid "Error al comprobar clave temporal" +msgstr "Error while checking the temporary password" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Campo no encontrado" +msgstr "Field not found" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error al eliminar los campos" +msgstr "Error while deleting the fields" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:233 +msgid "Exportando categorías" +msgstr "Exporting categories" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:345 +msgid "Exportando clientes" +msgstr "Exporting clients" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:391 +msgid "Exportando etiquetas" +msgstr "Exporting tags" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:435 +msgid "Exportando cuentas" +msgstr "Exporting accounts" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:158 +#: ../../../../lib/SP/Services/Import/KeepassImport.php:103 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:387 +msgid "Cuenta importada" +msgstr "Account imported" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:58 +msgid "Importación XML KeePass" +msgstr "KeePass XML Import" + +#: ../../../../lib/SP/Services/Import/KeepassImport.php:91 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:211 +msgid "Categoría importada" +msgstr "Category imported" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:58 +msgid "Importación XML sysPass" +msgstr "sysPass XML Import" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:162 +msgid "Datos desencriptados" +msgstr "Data unencrypted" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:250 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:290 +msgid "Cliente importado" +msgstr "Client imported" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:326 +msgid "Etiqueta importada" +msgstr "Tag imported" + +#: ../../../../lib/SP/Services/Import/XmlImport.php:99 +msgid "Formato no detectado" +msgstr "Format not detected" + +#: ../../../../lib/SP/Services/Import/XmlImport.php:107 +msgid "Not implemented" +msgstr "Not implemented" + +#: ../../../../lib/SP/Services/Install/MySQL.php:135 +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 +msgid "Error al crear la BBDD ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Importado desde LDAP" +msgstr "Imported from LDAP" + +#: ../../../../lib/SP/Services/Mail/MailService.php:70 +msgid "Prueba de correo" +msgstr "Mail test" + +#: ../../../../lib/SP/Services/Mail/MailService.php:71 +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." + +#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error al eliminar los enlaces" +msgstr "Error while removing the links" + +#: ../../../../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/Track/TrackService.php:163 +msgid "Segundos" +msgstr "Seconds" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:63 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAppService.php:86 +msgid "Actualizar Aplicación" +msgstr "Update Application" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:57 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:88 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:59 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:102 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:139 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:171 +msgid "Actualización de campos personalizados" +msgstr "Custom fields update" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +#: ../../../modules/web/Controllers/CustomFieldController.php:235 +#: ../../../modules/web/Controllers/CustomFieldController.php:272 +msgid "Campo" +msgstr "Field" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Actualización de enlaces públicos" +msgstr "Public links update" + +#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:90 +#: ../../../modules/web/Controllers/PublicLinkController.php:241 +msgid "Enlace" +msgstr "Link" + +#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:112 +msgid "Error al eliminar los grupos" +msgstr "Error while deleting the groups" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:225 +#: ../../../../lib/SP/Storage/File/FileHandler.php:280 +msgid "No es posible leer el archivo (%s)" +msgstr "Unable to read/write the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileCache.php:47 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:58 +msgid "Error al leer datos del archivo (%s)" +msgstr "Error while reading file data (%s)" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:114 +#: ../../../../lib/SP/Storage/File/FileCache.php:74 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:116 +msgid "No es posible crear el directorio (%s)" +msgstr "Unable to create the directory (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:69 +#: ../../../../lib/SP/Storage/File/FileHandler.php:132 +msgid "No es posible escribir en el archivo (%s)" +msgstr "Unable to read/write the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:86 +msgid "No es posible abrir el archivo (%s)" +msgstr "Unable to open the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileCache.php:92 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:128 +msgid "Error al eliminar el archivo (%s)" +msgstr "Error while deleting the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:54 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:104 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:124 +msgid "No es posible leer/escribir el archivo (%s)" +msgstr "Unable to read/write the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 +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 +msgid "Error al comprimir datos del archivo (%s)" +msgstr "Error while compressing the file data (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:112 +msgid "Error al escribir datos en el archivo (%s)" +msgstr "Error while writing data to file (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Datos no cargados" +msgstr "Data not loaded" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:170 +msgid "No es posible cerrar el archivo (%s)" +msgstr "Unable to close the file (%s)" + +#: ../../../modules/api/Controllers/AccountController.php:70 +msgid "Cuenta visualizada" +msgstr "Account displayed" + +#: ../../../modules/api/Controllers/AccountController.php:102 +#: ../../../modules/web/Controllers/AccountController.php:556 +#: ../../../modules/web/Controllers/AccountController.php:610 +msgid "Clave visualizada" +msgstr "Password viewed" + +#: ../../../modules/api/Controllers/ConfigController.php:82 +#: ../../../modules/web/Controllers/ConfigBackupController.php:92 +msgid "Exportación de sysPass en XML" +msgstr "sysPass XML export" + +#: ../../../modules/api/Controllers/TagController.php:62 +#: ../../../modules/api/Controllers/TagController.php:89 +#: ../../../modules/api/Controllers/TagController.php:117 +#: ../../../modules/api/Controllers/TagController.php:146 +msgid "Etiqueta" +msgstr "Tag" + +#: ../../../modules/api/Init.php:132 +msgid "Es necesario actualizar" +msgstr "Updating needed" + +#: ../../../modules/web/Controllers/AccountController.php:227 +msgid "HTTPS" +msgstr "HTTPS" + +#: ../../../modules/web/Controllers/AccountController.php:644 +#: ../../../modules/web/Controllers/AccountController.php:673 +msgid "Clave copiada" +msgstr "Password copied" + +#: ../../../modules/web/Controllers/AccountFileController.php:83 +#: ../../../modules/web/Controllers/AccountFileController.php:96 +msgid "Archivo visualizado" +msgstr "File viewed" + +#: ../../../modules/web/Controllers/AccountFileController.php:136 +msgid "Archivo descargado" +msgstr "File downloaded" + +#: ../../../modules/web/Controllers/AccountFileController.php:186 +msgid "Extensión: %s" +msgstr "Extension: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:193 +msgid "Archivo: %s" +msgstr "File: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:201 +msgid "Máximo tamaño: %s" +msgstr "Maximum size: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:211 +msgid "Máximo tamaño: %d KB" +msgstr "Maximum size: %d KB" + +#: ../../../modules/web/Controllers/AccountFileController.php:334 +msgid "Archivo Eliminado" +msgstr "File Deleted" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +#: ../../../modules/web/Controllers/AuthTokenController.php:218 +#: ../../../modules/web/Controllers/AuthTokenController.php:284 +#: ../../../modules/web/Controllers/AuthTokenController.php:293 +#: ../../../modules/web/Controllers/AuthTokenController.php:331 +msgid "Autorización" +msgstr "Authorization" + +#: ../../../modules/web/Controllers/AuthTokenController.php:330 +msgid "Autorización visualizada" +msgstr "Authorization viewed" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:78 +msgid "Archivos habilitados" +msgstr "Files enabled" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:83 +msgid "Archivos deshabilitados" +msgstr "Files disabled" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:96 +msgid "Enlaces públicos habilitados" +msgstr "Public links enabled" + +#: ../../../modules/web/Controllers/ConfigAccountController.php:101 +msgid "Enlaces públicos deshabilitados" +msgstr "Public links disabled" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 +msgid "Esta clave estará activa hasta: %s" +msgstr "This password will be valid until: %s" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:190 +msgid "Email enviado" +msgstr "Email sent" + +#: ../../../modules/web/Controllers/ConfigEncryptionController.php:196 +msgid "Error al enviar email" +msgstr "Error while sending the email" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:97 +msgid "Syslog remoto habilitado" +msgstr "Remote syslog enabled" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:153 +msgid "Auth Basic habilitada" +msgstr "Auth Basic enabled" + +#: ../../../modules/web/Controllers/ConfigGeneralController.php:159 +msgid "Auth Basic deshabiltada" +msgstr "Auth Basic disabled" + +#: ../../../modules/web/Controllers/ConfigImportController.php:83 +msgid "No se importaron cuentas" +msgstr "No accounts were imported" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:115 +#: ../../../modules/web/Controllers/ConfigLdapController.php:238 +msgid "Parámetros de LDAP incorrectos" +msgstr "Wrong LDAP parameters" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:245 +msgid "Importación LDAP" +msgstr "LDAP Import" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:271 +msgid "Usuarios importados: %d / %d" +msgstr "Imported users: %d / %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:272 +msgid "Errores: %d" +msgstr "Errors: %d" + +#: ../../../modules/web/Controllers/ConfigMailController.php:145 +msgid "Compruebe su buzón de correo" +msgstr "Please, check your inbox" + +#: ../../../modules/web/Controllers/ConfigWikiController.php:99 +msgid "DokuWiki habilitada" +msgstr "DokuWiki enabled" + +#: ../../../modules/web/Controllers/CustomFieldController.php:298 +msgid "Ver Campo" +msgstr "View Field" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 +#: ../../../config/actions.xml:439 +msgid "Actualizar Enlace Público" +msgstr "Update Public Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:160 +msgid "Nuevo Enlace" +msgstr "New Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:118 +msgid "No disponible" +msgstr "Unavailable" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 +msgid "Refrescar" +msgstr "Refresh" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:141 +msgid "Sólo Admins" +msgstr "Only Admins" + +#: ../../../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" + +#: ../../../modules/web/Controllers/StatusController.php:91 +msgid "Versión no disponible" +msgstr "Version unavailable" + +#: ../../../modules/web/Controllers/StatusController.php:136 +msgid "Notificaciones no disponibles" +msgstr "Notifications not available" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/TagController.php:288 +#: ../../../config/actions.xml:505 +msgid "Ver Etiqueta" +msgstr "View Tag" + +#: ../../../modules/web/Controllers/UserPassResetController.php:90 +msgid "Datos incorrectos" +msgstr "Wrong data" + +#: ../../../modules/web/Controllers/UserPassResetController.php:94 +msgid "No es posible recuperar la clave" +msgstr "Unable to reset the password" + +#: ../../../modules/web/Forms/PublicLinkForm.php:85 +msgid "Es necesario una cuenta" +msgstr "An account is needed" + +#: ../../../config/strings.js.inc:91 +msgid "Realizando auto-login" +msgstr "Performing auto-login" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:71 +msgid "Abrir enlace a: %s" +msgstr "Open link to: %s" + +#: ../../../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/config/general-auth.inc:28 +msgid "Usar Auth Basic" +msgstr "Use Auth Basic" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:26 +msgid "Usar auto-login con Auth Basic" +msgstr "Use auto-login through Auth Basic" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 +msgid "Dominio" +msgstr "Domain" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 +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." + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 +msgid "Nombre de dominio" +msgstr "Domain name" + +#: ../../../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" + +#: ../../../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/ldap.inc:318 +msgid "Importación" +msgstr "Import" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:382 +msgid "Importar Grupos" +msgstr "Import Groups" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:391 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:401 +msgid "Atributo Nombre Grupo" +msgstr "Group Name Attribute" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:396 +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:412 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:426 +msgid "Filtro" +msgstr "Filter" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:417 +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:160 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:163 +msgid "Destinatarios" +msgstr "Recipients" + +#: ../../../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/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/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/notification/notification.inc:96 +msgid "Sólo para administradores de la aplicación" +msgstr "Only for application administrators" + +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:100 +msgid "Solo Admins" +msgstr "Only Admins" + +#: ../../../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" + +#: ../../../../lib/SP/Core/Context/ContextBase.php:73 +msgid "No es posible cambiar el valor de la clave" +msgstr "Unable to change password value" + +#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:344 +msgid "Filtro incorrecto" +msgstr "Wrong filter" + +#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "El campo personalizado no existe" +msgstr "Custom field not found" + +#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: ../../../../lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error al eliminar los plugins" +msgstr "Error while deleting the plugins" + +#: ../../../../lib/SP/Services/Account/AccountService.php:219 +msgid "Clave maestra no establecida" +msgstr "Master password not set" + +#: ../../../../lib/SP/Services/Category/CategoryService.php:134 +msgid "Error al eliminar las categorías" +msgstr "Error while deleting categories" + +#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:80 +#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:87 +msgid "No es posible restaurar la configuración" +msgstr "Unable to restore configuration" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Tipo de campo no encontrado" +msgstr "Field type not found" + +#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:177 +#: ../../../../lib/SP/Services/Import/SyspassImport.php:176 +msgid "Fallo en la verificación del hash de integridad" +msgstr "Error while checking integrity hash" + +#: ../../../../lib/SP/Services/Install/Installer.php:359 +msgid "Error al crear el usuario 'admin'" +msgstr "Error while creating 'admin' user" + +#: ../../../../lib/SP/Services/Install/MySQL.php:309 +msgid "Error al seleccionar la BBDD '%s' (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: ../../../../lib/SP/Services/Mail/MailService.php:190 +msgid "Servicio de correo no disponible" +msgstr "Mail service unavailable" + +#: ../../../../lib/SP/Services/Service.php:137 +#: ../../../../lib/SP/Services/Service.php:144 +msgid "Error ol obtener la clave maestra del contexto" +msgstr "Error while retrieving master pass from context" + +#: ../../../../lib/SP/Services/Service.php:160 +#: ../../../../lib/SP/Services/Service.php:164 +msgid "Error ol establecer la clave maestra en el contexto" +msgstr "Error while setting master password in context" + +#: ../../../../lib/SP/Services/Track/TrackService.php:87 +#: ../../../../lib/SP/Services/Track/TrackService.php:101 +#: ../../../../lib/SP/Services/Track/TrackService.php:128 +msgid "Track no encontrado" +msgstr "Track not found" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "Actualización de autorizaciones API" +msgstr "API authorizations update" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:101 +#: ../../../../lib/SP/Storage/File/FileHandler.php:115 +msgid "No es posible leer desde el archivo (%s)" +msgstr "Unable to read from file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:185 +msgid "No es posible escribir el archivo (%s)" +msgstr "Unable to write in file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:200 +msgid "Archivo no encontrado (%s)" +msgstr "File not found (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:252 +msgid "No es posible eliminar el archivo (%s)" +msgstr "Unable to delete file (%s)" + +#: ../../../../lib/SP/Storage/File/XmlHandler.php:89 +#: ../../../../lib/SP/Storage/File/XmlHandler.php:309 +msgid "El nodo XML no existe" +msgstr "The XML node does not exist" + +#: ../../../../lib/SP/Util/ImageUtil.php:65 +msgid "Imagen no válida" +msgstr "Invalid image" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:117 +msgid "Verificación de datos exportados finalizada" +msgstr "Verification of exported data finished" + +#: ../../../modules/web/Controllers/ConfigBackupController.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:123 +#: ../../../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/Traits/ItemTrait.php:173 +msgid "Error al actualizar los datos del campo personalizado" +msgstr "Error while updating custom field's data" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:292 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:294 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:297 +msgid "Enlace Directo" +msgstr "Direct Link" + +#: ../../../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: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:42 +msgid "Operador para los parámetros especiales" +msgstr "Operator for special parameters" + +#: ../../../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:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:20 +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 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:28 +msgid "Tiempo caducidad (días)" +msgstr "Expire time (days)" + +#: ../../../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." + +#: ../../../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" + +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 +msgid "Usar Auth Basic SSO" +msgstr "Use Auth Basic SSO" + +#: ../../../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" + +#: ../../../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/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:87 +msgid "(*) Incluido en grupo" +msgstr "(*) Listed in group" + +#: ../../../../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 +msgid "La extensión '%s' no está disponible" +msgstr "The '%s' extension is unavailable" + +#: ../../../../lib/SP/Services/Service.php:133 +#: ../../../../lib/SP/Services/Service.php:140 +msgid "Error al obtener la clave maestra del contexto" +msgstr "Error while retrieving master password from context" + +#: ../../../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/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/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/info.inc:46 +msgid "Extensiones no disponibles" +msgstr "Unavailable extensions" + +#: ../../../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/wiki.inc:13 +msgid "Esta extensión es necesaria conectar con DokuWiki" +msgstr "This extension is needed to connect with DokuWiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:31 +msgid "Favoritos" +msgstr "Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:97 +msgid "Gestión Plugins" +msgstr "Plugins Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:139 +msgid "Buscar Eventos" +msgstr "Search for Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:145 +msgid "Limpiar Eventos" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:229 +msgid "Buscar Archivos" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:235 +msgid "Listar Archivos" +msgstr "List Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:241 +msgid "Ver Favoritos" +msgstr "Show Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:247 +msgid "Añadir Favorito" +msgstr "Mark as Favorite" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:283 +msgid "Añadir Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:289 +msgid "Editar Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:295 +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:361 +msgid "Nuevo Token API" +msgstr "New API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:367 +msgid "Ver Token API" +msgstr "View API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:373 +msgid "Editar Token API" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:379 +msgid "Eliminar Token API" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:385 +msgid "Buscar Token API" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:391 +msgid "Nuevo Campo Personalizado" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:397 +msgid "Ver Campo Personalizado" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:403 +msgid "Editar Campo Personalizado" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:409 +msgid "Eliminar Campo Personalizado" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:415 +msgid "Buscar Campo Personalizado" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:433 +msgid "Eliminar Enlace Público" +msgstr "Delete Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:445 +msgid "Buscar Enlace Público" +msgstr "Search for Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:547 +msgid "Habilitar Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:553 +msgid "Deshabilitar Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:559 +msgid "Restablecer Plugin" +msgstr "Reset Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:589 +msgid "Editar Clave Usuario" +msgstr "Edit User Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:661 +msgid "Configuración Usuario" +msgstr "User Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:667 +msgid "Preferencias General" +msgstr "General Preferences" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:691 +msgid "Configuración Cuentas" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:697 +msgid "Configuración Wiki" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:703 +msgid "Configuración Encriptación" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:709 +msgid "Actualizar Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:715 +msgid "Clave Maestra Temporal" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:721 +msgid "Configuración Copia de Seguridad" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:733 +msgid "Configuración Importación" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:739 +msgid "Importar CSV" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:745 +msgid "Importar XML" +msgstr "XML Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:751 +msgid "Configuración Exportación" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:763 +msgid "Configuración Email" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:769 +msgid "Configuración LDAP" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:781 +msgid "Gestión de Cuenta (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:811 +msgid "Crear Notificación" +msgstr "Create Notification" + +#: ../../../../lib/SP/Services/Import/SyspassImport.php:177 +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." + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +msgid "El archivo de actualización no contiene datos" +msgstr "The update file does not contain data" + +#: ../../../modules/api/Controllers/CategoryController.php:62 +msgid "Categoría visualizada" +msgstr "Category displayed" + +#: ../../../modules/api/Controllers/ClientController.php:63 +msgid "Cliente visualizado" +msgstr "Client displayed" + +#: ../../../modules/api/Controllers/ConfigController.php:58 +#: ../../../modules/api/Controllers/ConfigController.php:83 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:43 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Ruta" +msgstr "Path" + +#: ../../../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: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/TagController.php:61 +msgid "Etiqueta visualizada" +msgstr "Tag displayed" + +#: ../../../modules/web/Controllers/AccountFileController.php:387 +msgid "No hay archivos asociados a la cuenta" +msgstr "There are no linked files for the account" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error al crear permiso" +msgstr "Error while creating the permission" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error al actualizar permiso" +msgstr "Error while updating the permission" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error al eliminar permiso" +msgstr "Error while removing the permission" + +#: ../../../../lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error al eliminar los permisos" +msgstr "Error while removing the permissions" + +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:84 +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:105 +msgid "Permiso no encontrada" +msgstr "Permission not found" + +#. (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/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Default Permissions" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:78 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:115 +msgid "Forzado" +msgstr "Forced" + +#. (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" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:208 +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/ItemsPresetForm.php:133 +msgid "No hay permisos definidos" +msgstr "There aren't any defined permissions" + +#: ../../../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/item_preset.inc:95 +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." + +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +msgid "Es necesaria una clave con al menos %d caracteres" +msgstr "Password needs to be %d characters long" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "La clave no cumple los carácteres requeridos" +msgstr "Password does not contain the required characters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Es necesario que la clave contenga letras" +msgstr "Password needs to contain letters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Es necesario que la clave contenga minúsculas" +msgstr "Password needs to contain lower case letters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Es necesario que la clave contenga mayúsculas" +msgstr "Password needs to contain upper case letters" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Es necesario que la clave contenga números" +msgstr "Password needs to contain numbers" + +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Es necesario que la clave contenga símbolos" +msgstr "Password needs to contain symbols" + +#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error al desconectar del servidor de LDAP" +msgstr "Error while disconnecting from LDAP server" + +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Valor no encontrada" +msgstr "Value not found" + +#: ../../../../lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error al eliminar los valores" +msgstr "Error while deleting the values" + +#: ../../../../lib/SP/Services/Track/TrackService.php:208 +msgid "Dirección IP no establecida" +msgstr "IP address not set" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:94 +msgid "Valores Predeterminados" +msgstr "Preset Values" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 +#: ../../../config/actions.xml:847 +msgid "Buscar Valor" +msgstr "Search for Value" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:160 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Valor de Permiso" +msgstr "Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:161 +msgid "Nuevo Valor de Permiso" +msgstr "New Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Valor de Cuenta Privada" +msgstr "Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:185 +msgid "Nuevo Valor de Cuenta Privada" +msgstr "New Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:208 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Valor de Timeout de Sesión" +msgstr "Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:209 +msgid "Nuevo Valor de Timeout de Sesión" +msgstr "New Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:232 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Valor de Clave de Cuentas" +msgstr "Account Password Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:233 +msgid "Nuevo Valor de Clave de Cuentas" +msgstr "New Account Password Preset" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 +#: ../../../modules/web/Controllers/ItemPresetController.php:225 +#: ../../../config/actions.xml:865 +msgid "Editar Valor" +msgstr "Edit Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 +#: ../../../config/actions.xml:871 +msgid "Eliminar Valor" +msgstr "Delete Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:70 +#: ../../../config/actions.xml:853 +msgid "Ver Valor" +msgstr "Display Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:195 +#: ../../../config/actions.xml:859 +msgid "Nuevo Valor" +msgstr "New Value" + +#: ../../../modules/web/Controllers/ItemPresetController.php:262 +#: ../../../modules/web/Controllers/ItemPresetController.php:265 +msgid "Valores eliminados" +msgstr "Values deleted" + +#: ../../../modules/web/Controllers/ItemPresetController.php:273 +#: ../../../modules/web/Controllers/ItemPresetController.php:277 +msgid "Valor eliminado" +msgstr "Value deleted" + +#: ../../../modules/web/Controllers/ItemPresetController.php:305 +#: ../../../modules/web/Controllers/ItemPresetController.php:310 +msgid "Valor creado" +msgstr "Value created" + +#: ../../../modules/web/Controllers/ItemPresetController.php:344 +#: ../../../modules/web/Controllers/ItemPresetController.php:349 +msgid "Valor actualizado" +msgstr "Value updated" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:116 +msgid "Tipo de valor no definido o incorrecto" +msgstr "Value type not set or incorrect" + +#: ../../../modules/web/Forms/ItemsPresetForm.php:182 +msgid "Expresión regular inválida" +msgstr "Invalid regular expression" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:81 +msgid "Habilita la conexión mediante TLS." +msgstr "Enables the connection over TLS" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:42 +msgid "Puntuación" +msgstr "Score" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:55 +msgid "Expresión Regular" +msgstr "Regular Expression" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:130 +msgid "Incluir Minúsculas" +msgstr "Include Lowercase" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:21 +msgid "Las cuentas sólo serán visibles por el usuario." +msgstr "Accounts will be only visible by the user." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:42 +msgid "Los administradores no podrán acceder a las cuentas." +msgstr "Administrators won't be able to display the accounts." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:40 +msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +msgstr "Accounts will be only visible by the user and his/her main group." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:6 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:14 +msgid "Dirección IP" +msgstr "IP Address" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:27 +msgid "Timeout" +msgstr "Timeout" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:84 +msgid "" +"Prioridad de asignación en caso de coincidir con otros valores asignados por " +"usuario, grupo o perfil." +msgstr "" +"Assignment priority if values match with others assigned by user, group or " +"profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:117 +msgid "" +"Indica si los valores serán forzados al crear o modificar los elementos." +msgstr "Enforces the values to be set either on creating or updating an item." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:119 +msgid "Los valores serán añadidos a los existentes." +msgstr "Values will be merged with the existing ones." + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:421 +msgid "Valores por Defecto" +msgstr "Default Values" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:422 +msgid "Gestión de Valores por Defecto" +msgstr "Default Values Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:841 +msgid "Gestión Valores Predeterminados" +msgstr "Preset Values Management" + +#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error al vaciar tracks" +msgstr "Error while clearing tracks out" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + +#: ../../../modules/web/Controllers/TrackController.php:110 +msgid "Track desbloqueado" +msgstr "Track unlocked" + +#: ../../../modules/web/Controllers/TrackController.php:135 +msgid "Tracks limpiados" +msgstr "Tracks cleared out" + +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" diff --git a/app/locales/ru_RU/LC_MESSAGES/messages.mo b/app/locales/ru_RU/LC_MESSAGES/messages.mo index 58c605e93e33bdec2f04ab3c82b23f12430ca443..b66853fa45c5f50c1f3b3f1eb70ba8e937ca1cee 100644 GIT binary patch literal 70343 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 T2~rqKS@z;);eAq*cUS)c98Ohc literal 97415 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 diff --git a/app/locales/ru_RU/LC_MESSAGES/messages.po b/app/locales/ru_RU/LC_MESSAGES/messages.po index e7476abf..af207da8 100644 --- a/app/locales/ru_RU/LC_MESSAGES/messages.po +++ b/app/locales/ru_RU/LC_MESSAGES/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" -"POT-Creation-Date: 2017-04-03 13:32+0100\n" +"POT-Creation-Date: 2018-10-01 00:14+0200\n" "PO-Revision-Date: \n" "Last-Translator: nuxsmin \n" "Language-Team: Alexander Titov,Alex Us\n" @@ -9,2935 +9,2898 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.10\n" +"X-Generator: Poedit 1.8.11\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" "X-Poedit-Basepath: .\n" "X-Contributors: Alexander Titov, Alex Us, Filipp\n" -"X-Poedit-SearchPath-0: ../../../..\n" -"X-Poedit-SearchPathExcluded-0: ../../../../inc/Plugins\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 "ОШИБОЧНЫЙ ЗАПРОС" - -#: ../../../../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 "Сессия истекла или ошибка сессии" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:146 -msgid "Es necesario un nombre de cuenta" -msgstr "Необходимо имя учетной записи" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:148 -#: ../../../../inc/SP/Forms/CustomerForm.class.php:83 -msgid "Es necesario un nombre de cliente" -msgstr "Необходимо имя заказчика" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:150 -msgid "Es necesario un usuario" -msgstr "Необходимо имя пользователя" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:134 -msgid "Es necesaria una clave" -msgstr "Необходим пароль" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:152 -msgid "Es necesario una categoría" -msgstr "Необходима категория" - -#: ../../../../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 "Ошибочное действие" - -#: ../../../../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 "Пароль и подтверждение не совпадают" - -#: ../../../../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 "Учетная запись создана" - -#: ../../../../inc/SP/Account/Account.class.php:273 -#, fuzzy -msgid "Error al crear la cuenta" -msgstr "Ошибка при создании учетной записи" - -#: ../../../../js/strings.js.php:80 -msgid "Sin cambios" -msgstr "Нет изменений" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:942 -msgid "Cuenta actualizada" -msgstr "Информация об учетной записи изменена" - -#: ../../../../inc/SP/Account/Account.class.php:127 -#, fuzzy -msgid "Error al modificar la cuenta" -msgstr "Ошибка при изменении учетной записи" - -#: ../../../../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 "Учетная запись удалена" - -#: ../../../../inc/SP/Account/Account.class.php:355 -#: ../../../../inc/SP/Account/AccountHistory.class.php:516 -#, fuzzy -msgid "Error al eliminar la cuenta" -msgstr "Ошибка при удалении учетной записи" - -#: ../../../../ajax/ajax_passReset.php:99 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:285 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:951 -msgid "Clave actualizada" -msgstr "Пароль изменен" - -#: ../../../../inc/SP/Account/Account.class.php:437 -#, fuzzy -msgid "Error al actualizar la clave" -msgstr "Ошибка при изменении пароля" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:960 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1012 -msgid "Cuenta restaurada" -msgstr "Учетная запись восстановлена" - -#: ../../../../inc/SP/Account/Account.class.php:173 -#: ../../../../inc/SP/Account/AccountHistoryUtil.class.php:154 -#, fuzzy -msgid "Error al restaurar cuenta" -msgstr "Ошибка восстановления учетной записи" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:126 -msgid "Ver Usuario" -msgstr "Показать пользователя" - -#: ../../../../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 "Редактировать пользователя" - -#: ../../../../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 "Создать пользователя" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:143 -msgid "Ver Grupo" -msgstr "Показать группу" - -#: ../../../../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 "Редактировать группу" - -#: ../../../../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 "Создать группу" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:156 -msgid "Ver Perfil" -msgstr "Показать профиль" - -#: ../../../../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 "Редактировать профиль" - -#: ../../../../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 "Создать профиль" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:169 -msgid "Ver Cliente" -msgstr "Показать заказчика" - -#: ../../../../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 "Редактировать заказчика" - -#: ../../../../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 "Новый заказчик" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:182 -msgid "Ver Categoría" -msgstr "Показать категорию" - -#: ../../../../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 "Редактировать категорию" - -#: ../../../../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 "Создать категорию" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:195 -msgid "Ver Autorización" -msgstr "Показать авторизацию" - -#: ../../../../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 "Создать авторизацию" - -#: ../../../../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 "Редактировать авторизацию" - -#: ../../../../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 "Создать поле" - -#: ../../../../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 "Изменить поле" - -#: ../../../../inc/SP/Forms/UserForm.class.php:110 -msgid "Es necesario un nombre de usuario" -msgstr "Необходимо имя пользователя" - -#: ../../../../inc/SP/Forms/UserForm.class.php:114 -msgid "Es necesario un login" -msgstr "Необходим логин" - -#: ../../../../inc/SP/Forms/UserForm.class.php:118 -msgid "Es necesario un perfil" -msgstr "Необходим профиль" - -#: ../../../../inc/SP/Forms/UserForm.class.php:122 -msgid "Es necesario un grupo" -msgstr "Необходима группа" - -#: ../../../../inc/SP/Forms/UserForm.class.php:126 -msgid "Es necesario un email" -msgstr "Необходим email" - -#: ../../../../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 "Эй, это DEMO!!" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:98 -#: ../../../../inc/SP/Forms/UserForm.class.php:146 -msgid "La clave no puede estar en blanco" -msgstr "Пароль не может быть пустым" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:233 -msgid "Usuario creado" -msgstr "Пользователь создан" - -#: ../../../../inc/SP/Core/Upgrade/User.class.php:156 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:88 -#, fuzzy -msgid "Error al crear el usuario" -msgstr "Ошибка при создании пользователя" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:253 -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:104 -msgid "Usuario actualizado" -msgstr "Данные пользователя обновлены" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:181 -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:195 -#, fuzzy -msgid "Error al actualizar el usuario" -msgstr "Ошибка при обновлении данных пользователя" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:280 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:323 -#, fuzzy -msgid "Error al modificar la clave" -msgstr "Ошибка изменения пароля" - -#: ../../../../inc/SP/Forms/UserForm.class.php:166 -msgid "No es posible eliminar, usuario en uso" -msgstr "Не могу удалить, пользователь работает" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:267 -msgid "Usuario eliminado" -msgstr "Пользователь удален" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:130 -#, fuzzy -msgid "Error al eliminar el usuario" -msgstr "Ошибка удаления пользователя" - -#: ../../../../inc/SP/Forms/GroupForm.class.php:84 -msgid "Es necesario un nombre de grupo" -msgstr "Необходимо имя группы" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:58 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:194 -msgid "Nombre de grupo duplicado" -msgstr "Указанное имя группы уже существует" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:374 -msgid "Grupo creado" -msgstr "Группа создана" - -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:115 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:68 -#, fuzzy -msgid "Error al crear el grupo" -msgstr "Ошибка при создании группы" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:382 -msgid "Grupo actualizado" -msgstr "Группа обновлена" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:205 -#, fuzzy -msgid "Error al actualizar el grupo" -msgstr "Ошибка при обновлении группы" - -#: ../../../../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 "Пользователи" - -#: ../../../../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 "Учетные записи" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:115 -msgid "No es posible eliminar" -msgstr "Невозможно удалить" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:395 -msgid "Grupo eliminado" -msgstr "Группа удалена" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:120 -#, fuzzy -msgid "Error al eliminar el grupo" -msgstr "Ошибка при удалении группы" - -#: ../../../../inc/SP/Forms/ProfileForm.class.php:111 -msgid "Es necesario un nombre de perfil" -msgstr "Необходимо имя профиля" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:57 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:183 -msgid "Nombre de perfil duplicado" -msgstr "Профиль с таким именем уже существует" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:434 -msgid "Perfil creado" -msgstr "Профиль создан" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:442 -msgid "Perfil actualizado" -msgstr "Профиль изменен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:455 -msgid "Perfil eliminado" -msgstr "Профиль удален" - -#: ../../../../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 "Заказчик добавлен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:504 -msgid "Cliente actualizado" -msgstr "Информация о заказчике обновлена" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:405 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:517 -msgid "Cliente eliminado" -msgstr "Заказчик удален" - -#: ../../../../inc/SP/Forms/CategoryForm.class.php:83 -msgid "Es necesario un nombre de categoría" -msgstr "Необходимо имя категории" - -#: ../../../../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 "Категория создана" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:566 -msgid "Categoría actualizada" -msgstr "Информация о категории изменена" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:316 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:580 -msgid "Categoría eliminada" -msgstr "Категория удалена" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:624 -msgid "Autorización creada" -msgstr "Авторизация создана" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:637 -msgid "Autorización actualizada" -msgstr "Авторизация изменена" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:648 -msgid "Autorización eliminada" -msgstr "Авторизация удалена" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:87 -msgid "Nombre del campo no indicado" -msgstr "Имя поля не задано" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:89 -msgid "Tipo del campo no indicado" -msgstr "Тип поля не указан" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:91 -msgid "Módulo del campo no indicado" -msgstr "Для поля не указан модуль" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:678 -msgid "Campo creado" -msgstr "Поле создано" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:685 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:288 -msgid "Campo actualizado" -msgstr "Поле обновлено" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:696 -msgid "Campo eliminado" -msgstr "Поле удалено" - -#: ../../../../inc/SP/Core/Backup.class.php:55 -msgid "Realizar Backup" -msgstr "Выполнить резервное копирование" - -#: ../../../../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 "Ошибка при выполнении резервной копии" - -#: ../../../../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 "Проверьте журнал событий для деталей" - -#: ../../../../inc/SP/Core/Backup.class.php:84 -msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "Резервная копия программы и базы успешно создана" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:428 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:743 -msgid "Proceso de backup finalizado" -msgstr "Процесс резервного копирования закончен" - -#: ../../../../inc/SP/Core/XmlExport.class.php:146 -#, fuzzy -msgid "Error al realizar la exportación de cuentas" -msgstr "Ошибка при экспорте учетных записей" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:715 -msgid "Error al realizar la exportación" -msgstr "Ошибка при экспорте" - -#: ../../../../inc/SP/Core/XmlExport.class.php:155 -msgid "Exportación de cuentas realizada correctamente" -msgstr "Экспорт успешно выполнен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:720 -msgid "Proceso de exportación finalizado" -msgstr "Процесс экспорта закончен" - -#: ../../../../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 не указаны" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:138 -#: ../../../../inc/SP/Controller/ChecksController.class.php:107 -msgid "Conexión a LDAP correcta" -msgstr "Подключение к LDAP успешно" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:139 -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:78 -msgid "Objetos encontrados" -msgstr "Найдено объектов" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:257 -msgid "Modificar Configuración" -msgstr "Изменить конфигурацию" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:290 -msgid "El tamaño máximo por archivo es de 16MB" -msgstr "Максимальный размер файла 16MB" - -#: ../../../../js/strings.js.php:45 -msgid "Extensión no permitida" -msgstr "Данный тип файла заблокирован" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:205 -msgid "Faltan parámetros de Proxy" -msgstr "Не указаны все параметры прокси" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:216 -msgid "Proxy habiltado" -msgstr "Прокси включен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:220 -msgid "Proxy deshabilitado" -msgstr "Прокси выключен" - -#: ../../../../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 "Раздел" - -#: ../../../../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 "Основное" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:329 -msgid "Faltan parámetros de Wiki" -msgstr "Пропущены настройки Wiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:339 -msgid "Wiki habiltada" -msgstr "WiKi включен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:343 -msgid "Wiki deshabilitada" -msgstr "WiKi выключен" - -#: ../../../../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 "Пропущены настройки LDAP" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:415 -msgid "LDAP habiltado" -msgstr "LDAP включен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:419 -msgid "LDAP deshabilitado" -msgstr "LDAP выключен" - -#: ../../../../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 "Пропущены настройки почты" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:466 -msgid "Correo habiltado" -msgstr "Email включен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:472 -msgid "Correo deshabilitado" -msgstr "Email выключен" - -#: ../../../../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 "Mail" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:251 -msgid "Configuración actualizada" -msgstr "Конфигурация изменена" - -#: ../../../../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 "Мастер-пароль актуален" - -#: ../../../../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 "Перезайдите для вступления изменений" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:504 -msgid "Clave maestra no indicada" -msgstr "Необходим мастер-пароль" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:509 -msgid "Se ha de confirmar el cambio de clave" -msgstr "Изменение пароля должно быть подтверждено" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:514 -msgid "Las claves son idénticas" -msgstr "Пароли одинаковы" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:519 -msgid "Las claves maestras no coinciden" -msgstr "Мастер-пароль не совпадает" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:524 -msgid "La clave maestra actual no coincide" -msgstr "Текущий мастер-пароль ошибочен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:550 -#, fuzzy -msgid "Errores al actualizar las claves de las cuentas" -msgstr "Ошибка при изменении паролей учетных записей" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:561 -#, fuzzy -msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "Ошибка при обновлении истории паролей учетной записи" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:570 -#, fuzzy -msgid "Errores al actualizar datos de campos personalizados" -msgstr "Ошибка при изменении свободных полей учетной записи" - -#: ../../../../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 "Изменить мастер-пароль" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:597 -#, fuzzy -msgid "Error al guardar el hash de la clave maestra" -msgstr "Ошибка при сохранении хеша мастер-пароля" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:646 -msgid "Generar Clave Temporal" -msgstr "Сгенерировать временный пароль" - -#: ../../../../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 "Пароль" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:649 -msgid "Clave Temporal Generada" -msgstr "Временный пароль" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:669 -#, fuzzy -msgid "Error al generar clave temporal" -msgstr "Ошибка генерации временного пароля" - -#: ../../../../inc/SP/Controller/LoginController.class.php:124 -msgid "Usuario/Clave no introducidos" -msgstr "Пользователь / пароль не введены" - -#: ../../../../inc/SP/Controller/LoginController.class.php:108 -msgid "Inicio sesión" -msgstr "Начало сессии" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:114 -#, fuzzy -msgid "Error al guardar los datos de LDAP" -msgstr "Ошибка при сохранении данных пользователя из 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 "Required PHP version >= %s <= %s" + +#: ../../../../lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Actual: %s - Necesario: 750" +msgstr "Current: %s - Needed: 750" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 msgid "Error interno" msgstr "Внутренняя ошибка" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:224 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +msgid "No se puede usar el módulo de encriptación" +msgstr "Модуль криптографии не может быть загружен" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 #, fuzzy -msgid "Error al actualizar la clave del usuario en la BBDD" -msgstr "Ошибка изменения пароля пользователя в БД" +msgid "Error al generar datos cifrados" +msgstr "Ошибка при создании шифрованных данных" -#: ../../../../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 "Ошибка входа" +#: ../../../../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 "Не могу получить шаблон \"%s\" : %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 "Пользователь" +#: ../../../../lib/SP/Http/Address.php:49 +#: ../../../../lib/SP/Http/Address.php:68 +msgid "IP inválida" +msgstr "Неверный IP" -#: ../../../../inc/SP/Controller/LoginController.class.php:466 -msgid "Cuenta expirada" -msgstr "Учетная запись просрочена" +#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Es necesaria una clave con al menos %d caracteres" +msgstr "Password needs to be %d characters long" -#: ../../../../inc/SP/Controller/LoginController.class.php:472 -msgid "El usuario no tiene grupos asociados" -msgstr "Для пользователя не указаны группы" +#: ../../../../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 "Не могу получить переменную \"%s\"" -#: ../../../../inc/SP/Controller/LoginController.class.php:549 -msgid "Autentificación" -msgstr "Аутентификация" +#: ../../../../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 "Нельзя удалить переменную \"%s\"" -#: ../../../../inc/SP/Controller/LoginController.class.php:261 -#: ../../../../inc/SP/Controller/LoginController.class.php:266 -msgid "Usuario deshabilitado" -msgstr "Пользователь отключен" +#: ../../../../lib/SP/Plugin/PluginManager.php:113 +#: ../../../../lib/SP/Plugin/PluginManager.php:256 +#, fuzzy, php-format +msgid "No es posible cargar el plugin \"%s\"" +msgstr "Невозможно загрузить плагин \"%s\"" -#: ../../../../inc/SP/Controller/LoginController.class.php:246 +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 +#, php-format +msgid "Realizado por: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 +#, php-format +msgid "Dirección IP: %s" +msgstr "IP Address: %s" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 +msgid "Solicitud" +msgstr "Запрос" + +#. (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:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:86 +#: ../../../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 "Учетные записи" + +#: ../../../../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 "Изменить мастер-пароль" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Cuentas actualizadas: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:589 +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 "Невозможно создать каталог резервных копий (\"%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 "Parameter not found (%s)" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 +#, php-format +msgid "Clave Maestra %s" +msgstr "Мастер пароль %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 "" +"Был сгенерирован новый мастер пароль, который необходимо будет ввести при " +"следующей авторизации в приложении" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 +#, php-format +msgid "La nueva clave es: %s" +msgstr "Новый мастер пароль: %s" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 +#, php-format +msgid "Esta clave estará activa hasta: %s" +msgstr "This password will be valid until: %s" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:219 #, fuzzy -msgid "Error al obtener los datos del usuario de la BBDD" -msgstr "Ошибка получения данных о пользователе из DB" +msgid "No olvide acceder lo antes posible para guardar los cambios." +msgstr "Пожалуйста, не забудьте залогиниться для сохранения изменений." -#: ../../../../inc/SP/Controller/LoginController.class.php:337 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Actualizando datos encriptados" +msgstr "Обновление зашифрованных данных" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:89 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 +msgid "Categorías" +msgstr "Категории" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 #, fuzzy -msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "Мастер-пароль не сохранен или ошибочен" - -#: ../../../../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 "Неправильный мастер-пароль" - -#: ../../../../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 "Профиль" - -#: ../../../../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 "Группа" - -#: ../../../../ajax/ajax_accGetFiles.php:43 -#: ../../../../ajax/ajax_filesMgmt.php:58 -msgid "Gestión de archivos deshabilitada" -msgstr "Управление файлами отключено" - -#: ../../../../ajax/ajax_filesMgmt.php:73 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:95 -msgid "Subir Archivo" -msgstr "Загрузить файл" - -#: ../../../../ajax/ajax_filesMgmt.php:79 -msgid "No hay extensiones permitidas" -msgstr "Нет доступных расширений" - -#: ../../../../ajax/ajax_filesMgmt.php:96 -#: ../../../../inc/SP/Import/FileImport.class.php:97 -msgid "Tipo de archivo no soportado" -msgstr "Данный тип файлов запрещен" - -#: ../../../../ajax/ajax_filesMgmt.php:103 -msgid "Archivo inválido" -msgstr "Ошибочный файл" - -#: ../../../../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 "Внутренняя ошибка чтения файла" - -#: ../../../../ajax/ajax_filesMgmt.php:144 -msgid "Archivo guardado" -msgstr "Файл сохранен" - -#: ../../../../ajax/ajax_filesMgmt.php:146 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:79 -msgid "No se pudo guardar el archivo" -msgstr "Ошибка сохранения файла" - -#: ../../../../ajax/ajax_filesMgmt.php:154 -#: ../../../../ajax/ajax_filesMgmt.php:198 -msgid "No es un ID de archivo válido" -msgstr "Ошибочный ID файла" - -#: ../../../../ajax/ajax_filesMgmt.php:160 -msgid "El archivo no existe" -msgstr "Файл не существует" - -#: ../../../../ajax/ajax_filesMgmt.php:163 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:34 -msgid "Descargar Archivo" -msgstr "Скачать файл" - -#: ../../../../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 "Файл" - -#: ../../../../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 "Тип" - -#: ../../../../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 "Размер" - -#: ../../../../ajax/ajax_filesMgmt.php:204 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:842 -msgid "Archivo eliminado" -msgstr "Файл удален" - -#: ../../../../ajax/ajax_filesMgmt.php:206 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:125 -#, fuzzy -msgid "Error al eliminar el archivo" -msgstr "Ошибка при удалении файла" - -#: ../../../../ajax/ajax_getContent.php:55 -#: ../../../../inc/SP/Api/ApiBase.class.php:175 -#: ../../../../inc/SP/Api/ApiRequest.class.php:225 -msgid "Parámetros incorrectos" -msgstr "Ошибочные параметры" - -#: ../../../../ajax/ajax_passReset.php:61 -msgid "Recuperación de Clave" -msgstr "Восстановление пароля" - -#: ../../../../ajax/ajax_passReset.php:62 -msgid "Solicitado para" -msgstr "Запрошено для" - -#: ../../../../ajax/ajax_passReset.php:69 -msgid "Solicitud enviada" -msgstr "Запрос отправлен" - -#: ../../../../ajax/ajax_passReset.php:73 -msgid "En breve recibirá un correo para completar la solicitud." -msgstr "В скором времени вы получите email для завершения запроса." - -#: ../../../../ajax/ajax_passReset.php:86 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:329 -msgid "Modificar Clave Usuario" -msgstr "Изменить пароль пользователя" - -#: ../../../../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 "Логин" - -#: ../../../../ajax/ajax_passReset.php:107 -msgid "La clave es incorrecta o no coincide" -msgstr "Ошибка пароля" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1158 -#: ../../../../inc/SP/Forms/NoticeForm.class.php:95 -msgid "Es necesaria una descripción" -msgstr "Необходимо описание" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1173 -msgid "Solicitud de Modificación de Cuenta" -msgstr "Запрос на изменение учетной записи" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1174 -msgid "Solicitante" -msgstr "Запросил" - -#: ../../../../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 "Учетная запись" - -#: ../../../../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 "Заказчик" - -#: ../../../../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 "Описание" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferences.class.php:80 -#, fuzzy -msgid "Error al actualizar preferencias" -msgstr "Ошибка изменения настроек" - -#: ../../../../ajax/ajax_userPrefsSave.php:90 -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:89 -msgid "Preferencias actualizadas" -msgstr "Настройки изменены" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:509 -msgid "La clave maestra no coincide" -msgstr "Неверный мастер-пароль" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:274 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:516 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Нет прав для доступа к данной учетной записи" - -#: ../../../../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 "Показать пароль" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:229 -#: ../../../../js/strings.js.php:72 -msgid "Clave de Cuenta" -msgstr "Пароль учетной записи" - -#: ../../../../inc/SP/Http/Request.class.php:55 -#, fuzzy -msgid "No es posible acceder directamente a este archivo" -msgstr "Невозможно обратиться к файлу" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:192 -msgid "Error al actualizar el historial" -msgstr "Ошибка при обновлении истории" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:941 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:950 -msgid "Actualizar Cuenta" -msgstr "Редактировать учетную запись" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:100 -#, fuzzy -msgid "Error al actualizar los grupos secundarios" -msgstr "Ошибка изменения вторичных групп" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:130 -#, fuzzy -msgid "Error al actualizar los usuarios de la cuenta" -msgstr "Ошибка изменения пользователей с доступом к учетной записи" - -#: ../../../../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 "Восстановление учетной записи" - -#: ../../../../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 "Ошибка получения данных для учетной записи" - -#: ../../../../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 "Новая учетная запись" - -#: ../../../../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 "Удалить учетную запись" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:70 -#, fuzzy -msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "Ошибка удаления групп учетной записи" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:89 -#, fuzzy -msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "Ошибка удаления пользователей учетной записи" - -#: ../../../../inc/SP/Mgmt/Files/FileUtil.class.php:102 -#, fuzzy -msgid "Error al eliminar archivos asociados a la cuenta" -msgstr "Ошибка удаления файлов учетной записи" - -#: ../../../../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 "Старт" - -#: ../../../../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 "Ошибка в модуле шифрования" - -#: ../../../../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 "Ошибка получения паролей для учетной записи" - -#: ../../../../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 "Ошибка изменения пароля учетной записи" - -#: ../../../../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 "Обновлены учетные записи" - -#: ../../../../inc/SP/Account/AccountUtil.class.php:132 -#, fuzzy -msgid "No se pudieron obtener los datos de las cuentas" -msgstr "Ошибка получения информации о учетной записи" - -#: ../../../../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 "Изменить мастер-пароль (H)" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:134 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:260 -msgid "La clave maestra del registro no coincide" -msgstr "Мастер-пароль не совпадает" - -#: ../../../../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 "Ошибка обновления истории мастер-паролей" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:114 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:185 -msgid "Registros actualizados" -msgstr "Записи изменены" - -#: ../../../../inc/SP/Core/Acl.class.php:185 -#, fuzzy -msgid "Buscar Cuentas" -msgstr "Поиск учетных записей" - -#: ../../../../inc/SP/Core/Acl.class.php:186 -msgid "Ver Cuenta" -msgstr "Просмотр деталей учетной записи" - -#: ../../../../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 "Скопировать учетную запись" - -#: ../../../../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 "Изменить учетную запись" - -#: ../../../../inc/SP/Core/Acl.class.php:190 -msgid "Editar Clave de Cuenta" -msgstr "Изменить пароль учетной записи" - -#: ../../../../inc/SP/Core/Acl.class.php:191 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver Historial" -msgstr "Показать историю" - -#: ../../../../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 "Файлы" - -#: ../../../../inc/SP/Core/Acl.class.php:195 -msgid "Peticiones" -msgstr "Включить запросы по email" - -#: ../../../../inc/SP/Core/Acl.class.php:196 -msgid "Gestión Aplicación" -msgstr "Управление" - -#: ../../../../inc/SP/Core/Acl.class.php:197 -msgid "Gestión Categorías" -msgstr "Управление категориями" - -#: ../../../../inc/SP/Core/Acl.class.php:202 -msgid "Gestión Clientes" -msgstr "Управление заказчиками" - -#: ../../../../inc/SP/Core/Acl.class.php:207 -msgid "Gestión Campos Personalizados" -msgstr "Управление свободными полями" - -#: ../../../../inc/SP/Core/Acl.class.php:208 -msgid "Gestión Autorizaciones API" -msgstr "Управление API авторизации" - -#: ../../../../inc/SP/Core/Acl.class.php:212 -#: ../../../../inc/SP/Core/Acl.class.php:213 -msgid "Gestión Usuarios" -msgstr "Управление пользователями" - -#: ../../../../inc/SP/Core/Acl.class.php:214 -msgid "Gestión Grupos" -msgstr "Управление группами" - -#: ../../../../inc/SP/Core/Acl.class.php:215 -msgid "Gestión Perfiles" -msgstr "Управление профилями" - -#: ../../../../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 "Конфигурация" - -#: ../../../../inc/SP/Core/Acl.class.php:217 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:226 -msgid "Configuración General" -msgstr "Основная конфигурация" - -#: ../../../../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 "Шифрование" - -#: ../../../../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 "Экспорт" - -#: ../../../../inc/SP/Core/Acl.class.php:221 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Importar" -msgstr "Импорт" - -#: ../../../../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 "Доступ запрещен к" - -#: ../../../../inc/SP/Util/Json.class.php:71 -msgid "Error de codificación" -msgstr "Ошибка кодирования" - -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:60 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:202 -msgid "La autorización ya existe" -msgstr "Авторизация уже существует" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:636 -msgid "Actualizar Autorización" -msgstr "Обновить авторизацию" - -#: ../../../../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 "Удалить авторизацию" - -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:157 -msgid "Usuario no pertenece al grupo" -msgstr "Пользователь не состоит в группе" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:61 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:135 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:170 +msgid "Clientes" +msgstr "Заказчики" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:99 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:14 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:4 +#: ../../../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 "Пользователи" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 +msgid "Grupos" +msgstr "Группы" + +#: ../../../../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 "Определен формат: %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 "Неправильное количество полей (%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 "Пожалуйста, проверьте формат файла CSV в строке %s" + +#: ../../../../lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Tipo mime no soportado (\"%s\")" +msgstr "Тип mime не поддерживается (\"%s\")" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "El nodo \"%s\" no existe" +msgstr "Узел \"%s\" не существует" + +#: ../../../../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 +#, fuzzy, php-format +msgid "Error al establecer permisos de la BBDD ('%s')" +msgstr "Ошибка при установке прав базы данных ('%s')" + +#: ../../../../lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error al seleccionar la BBDD '%s' (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 +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 "Подождите, обновление" + +#: ../../../../lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Intentos excedidos (%d/%d)" +msgstr "Попыток осталось (%d/%d)" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 +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 "Изменение пароля" -#: ../../../../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 "Запрос на смену пароля выполнен." -#: ../../../../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 "Для завершения, пожалуйста пройдите по ссылке :" -#: ../../../../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 "" "Если Вы не запрашивали данное действие, пожалуйста, проигнорируйте данное " "письмо." -#: ../../../../inc/SP/Core/Backup.class.php:249 -msgid "Esta operación sólo es posible en entornos Linux" -msgstr "Данная операция возможна только в Linux" +#: ../../../../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)" -#: ../../../../inc/SP/Core/Backup.class.php:253 -#, fuzzy -msgid "Error al realizar backup en modo compatibilidad" -msgstr "Ошибка при создании резервной копии в режиме совместимости" +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error al obtener los datos" +msgstr "Error while retrieving the data" -#: ../../../../inc/SP/Core/Backup.class.php:106 -#: ../../../../inc/SP/Core/XmlExport.class.php:526 -#, fuzzy -msgid "Compruebe los permisos del directorio de backups" -msgstr "Проверьте права на папку резервных копий" +#: ../../../../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)" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:174 -msgid "Nombre de categoría duplicado" -msgstr "Категория с таким именем уже существует" +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Datos no cargados" +msgstr "Data not loaded" -#: ../../../../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 "Ошибка при создании категории" +#: ../../../../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)" -#: ../../../../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 "Категория" +#: ../../../../lib/SP/Storage/File/FileHandler.php:86 +#, php-format +msgid "No es posible abrir el archivo (%s)" +msgstr "Unable to open the file (%s)" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:119 -#, fuzzy -msgid "Error al eliminar la categoría" -msgstr "Ошибка при удалении категории" +#: ../../../../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 "Удалить категорию" +#: ../../../../lib/SP/Storage/File/FileHandler.php:170 +#, php-format +msgid "No es posible cerrar el archivo (%s)" +msgstr "Unable to close the file (%s)" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:190 -#, fuzzy -msgid "Error al actualizar la categoría" -msgstr "Ошибка изменения информации о категории" +#: ../../../../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 "Изменить конфигурацию" +#: ../../../../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 "Параметр" +#: ../../../../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)" -#: ../../../../inc/SP/Config/ConfigDB.class.php:152 -msgid "Valor" -msgstr "Значение" +#: ../../../../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 "Опция недоступна" -#: ../../../../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 "Пожалуйста, свяжитесь с администратором" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:275 +#: ../../../../lib/SP/Util/ErrorUtil.php:132 +msgid "No tiene permisos para acceder a esta cuenta" +msgstr "Нет прав для доступа к данной учетной записи" + +#: ../../../../lib/SP/Util/ErrorUtil.php:136 msgid "No tiene permisos para acceder a esta página" msgstr "Нет прав для доступа к данной странице" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:276 +#: ../../../../lib/SP/Util/ErrorUtil.php:140 msgid "No tiene permisos para realizar esta operación" msgstr "Нет прав для данной операции" -#: ../../../../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 "Предупреждение" - -#: ../../../../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 "HASH возродил мастер-пароль. Дополнительных действий не требуется." - -#: ../../../../inc/SP/Core/OldCrypt.class.php:170 -msgid "No se puede usar el módulo de encriptación" -msgstr "Модуль криптографии не может быть загружен" - -#: ../../../../inc/SP/Core/OldCrypt.class.php:182 +#: ../../../../lib/SP/Util/ErrorUtil.php:144 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 #, fuzzy -msgid "Error al generar datos cifrados" -msgstr "Ошибка при создании шифрованных данных" +msgid "Clave maestra actualizada" +msgstr "Мастер-пароль актуален" -#: ../../../../inc/SP/Core/CryptPKI.class.php:48 -msgid "No es posible generar las claves RSA" -msgstr "Невозможно создать RSA ключи" - -#: ../../../../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 "Файл ключа не существует" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:84 -msgid "El número de campos es incorrecto (%d)" -msgstr "Неправильное количество полей (%d)" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:85 +#: ../../../../lib/SP/Util/ErrorUtil.php:145 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:116 #, fuzzy -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Пожалуйста, проверьте формат файла CSV в строке %s" +msgid "Reinicie la sesión para cambiarla" +msgstr "Перезайдите для вступления изменений" -#: ../../../../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 "Импорт учетных записей" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:111 +#: ../../../../lib/SP/Util/ErrorUtil.php:148 +#: ../../../../lib/SP/Util/ErrorUtil.php:155 #, fuzzy -msgid "Error importando cuenta" -msgstr "Ошибка импорта учетной записи" - -#: ../../../../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 "Дополнительные поля" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:77 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:148 -msgid "Actualizando datos encriptados" -msgstr "Обновление зашифрованных данных" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:113 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:184 -msgid "Registros no actualizados" -msgstr "Записи не обновлены" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:62 -msgid "Texto" -msgstr "Текст" - -#: ../../../../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 "Дата" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:66 -msgid "Número" -msgstr "Цифры" - -#: ../../../../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 "Email" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:68 -msgid "Teléfono" -msgstr "Телефон" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:69 -msgid "Link" -msgstr "Ссылка" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:70 -msgid "Color" -msgstr "Цвет" - -#: ../../../../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 "Категории" - -#: ../../../../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 "Заказчики" - -#: ../../../../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 "Группы" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:55 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:179 -msgid "Cliente duplicado" -msgstr "Заказчик существует" - -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:98 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:69 -#, fuzzy -msgid "Error al crear el cliente" -msgstr "Ошибка при создании заказчика" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:195 -#, fuzzy -msgid "Error al actualizar el cliente" -msgstr "Ошибка при изменении информации о заказчике" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:503 -msgid "Actualizar Cliente" -msgstr "Изменить заказчика" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:124 -#, fuzzy -msgid "Error al eliminar el cliente" -msgstr "Ошибка при удалении заказчика" - -#: ../../../../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 "Удалить заказчика" - -#: ../../../../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 "Невозможно подключиться к базе данных" - -#: ../../../../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 "Пожалуйста, проверьте параметры подключения" - -#. 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 "Действие" - -#: ../../../../inc/SP/Log/Email.class.php:64 -msgid "Realizado por" -msgstr "Выполнено" - -#: ../../../../inc/SP/Log/Email.class.php:76 -#: ../../../../inc/SP/Log/Email.class.php:191 -msgid "Enviar Email" -msgstr "Отправить email" - -#: ../../../../inc/SP/Log/Email.class.php:81 -#: ../../../../inc/SP/Log/Email.class.php:198 -msgid "Correo enviado" -msgstr "Email выслан" - -#: ../../../../inc/SP/Log/Email.class.php:91 -#: ../../../../inc/SP/Log/Email.class.php:202 -#, fuzzy -msgid "Error al enviar correo" -msgstr "Ошибка отправка email" - -#: ../../../../inc/SP/Log/Email.class.php:82 -#: ../../../../inc/SP/Log/Email.class.php:192 -msgid "Destinatario" -msgstr "Получатель" - -#: ../../../../inc/SP/Log/Email.class.php:85 -msgid "CC" -msgstr "CC" - -#: ../../../../inc/SP/Import/FileImport.class.php:86 -msgid "Archivo no subido correctamente" -msgstr "Файл успешно закачан" - -#: ../../../../inc/SP/Import/FileImport.class.php:87 -msgid "Verifique los permisos del usuario del servidor web" -msgstr "Пожалуйста, проверьте права пользователя веб-сервера " - -#: ../../../../inc/SP/Import/FileImport.class.php:98 -#, fuzzy -msgid "Compruebe la extensión del archivo" -msgstr "Пожалуйста, проверьте расширение файла" - -#: ../../../../inc/SP/Import/FileImport.class.php:114 -msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "Пожалуйста, проверьте конфигурацию PHP для загрузки файлов" - -#: ../../../../inc/SP/Import/FileImport.class.php:158 -#: ../../../../inc/SP/Import/FileImport.class.php:186 -#, fuzzy -msgid "Compruebe los permisos del directorio temporal" -msgstr "Пожалуйста, проверьте права для временной папки" - -#: ../../../../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 "Удалить файл" - -#: ../../../../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 "Удалить группу" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:72 -#, fuzzy -msgid "Error al eliminar los usuarios del grupo" -msgstr "Ошибка удаления пользователей из группы" - -#: ../../../../inc/SP/Import/Import.class.php:86 -msgid "Compruebe el formato del archivo" -msgstr "Пожалуйста, проверьте формат файла" - -#: ../../../../inc/SP/Import/Import.class.php:116 -msgid "Importación finalizada" -msgstr "Импорт завершен" - -#: ../../../../inc/SP/Core/Init.class.php:183 -#, fuzzy -msgid "Error en la verificación de la base de datos" -msgstr "Ошибка проверки базы данных" - -#: ../../../../inc/SP/Core/Init.class.php:506 -#: ../../../../inc/SP/Core/Init.class.php:510 -msgid "La sesión no puede ser inicializada" -msgstr "Сессия не может быть запущена" - -#: ../../../../inc/SP/Core/Init.class.php:469 -msgid "El directorio \"/config\" no existe" -msgstr "Папка \"/config\" не существует." - -#: ../../../../inc/SP/Core/Init.class.php:474 -msgid "No es posible escribir en el directorio \"config\"" -msgstr "Невозможно произвести запись в папку \"/config\"" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "Права для папки \"/config\" заданы неверно" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Actual:" -msgstr "Текущие:" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Necesario: 750" -msgstr "Требуемые: 750" - -#: ../../../../inc/SP/Core/Init.class.php:594 -msgid "Aplicación en mantenimiento" -msgstr "Программа на ослуживании" - -#: ../../../../inc/SP/Core/Init.class.php:594 -msgid "En breve estará operativa" -msgstr "Скоро работа будет возобновлена" - -#: ../../../../inc/SP/Core/Init.class.php:629 -msgid "Finalizar sesión" -msgstr "Завершить сессию" - -#: ../../../../inc/SP/Core/Init.class.php:631 -msgid "Tiempo inactivo" -msgstr "Время бездействия" - -#: ../../../../inc/SP/Core/Init.class.php:632 -msgid "Tiempo total" -msgstr "Общее время" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "La aplicación necesita actualizarse" -msgstr "Необходимо обновить программу" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "Si es un administrador pulse en el enlace: %s" -msgstr "Если Вы администратор, нажмите на ссылку: %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 "Обновить" - -#: ../../../../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 "Обновить" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:122 -#: ../../../../inc/SP/Core/Init.class.php:447 -msgid "Actualización de versión realizada." -msgstr "Обновление версии завершено." - -#: ../../../../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 "Версия" - -#: ../../../../inc/SP/Core/Installer.class.php:139 -#, fuzzy -msgid "Indicar nombre de usuario admin" -msgstr "Ввведи имя пользователя администратора" - -#: ../../../../inc/SP/Core/Installer.class.php:140 -#, fuzzy -msgid "Usuario admin para acceso a la aplicación" -msgstr "Пользователь администратора для входа в программу" - -#: ../../../../inc/SP/Core/Installer.class.php:144 -#, fuzzy -msgid "Indicar la clave de admin" -msgstr "Введите административный пароль" - -#: ../../../../inc/SP/Core/Installer.class.php:145 -msgid "Clave del usuario admin de la aplicación" -msgstr "Пароль администратора программы" - -#: ../../../../inc/SP/Core/Installer.class.php:149 -#, fuzzy -msgid "Indicar la clave maestra" -msgstr "Введите мастер-пароль" - -#: ../../../../inc/SP/Core/Installer.class.php:150 -msgid "Clave maestra para encriptar las claves" -msgstr "Матер-пароль для шифрования паролей " - -#: ../../../../inc/SP/Core/Installer.class.php:154 -msgid "Clave maestra muy corta" -msgstr "Длина мастер-пароля мала" - -#: ../../../../inc/SP/Core/Installer.class.php:155 -msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "Мастер-пароль должен быть не менее 11 символов" - -#: ../../../../inc/SP/Core/Installer.class.php:159 -#, fuzzy -msgid "Indicar el usuario de la BBDD" -msgstr "Введите пользователя базы данных" - -#: ../../../../inc/SP/Core/Installer.class.php:160 -msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "Пользователь с правами администратора для базы данных" - -#: ../../../../inc/SP/Core/Installer.class.php:169 -#, fuzzy -msgid "Indicar el nombre de la BBDD" -msgstr "Введите имя базы данных" - -#: ../../../../inc/SP/Core/Installer.class.php:170 -msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "Имя базы данных программы. Например, syspass" - -#: ../../../../inc/SP/Core/Installer.class.php:174 -msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "Имя базы данных не может содержать \".\"" - -#: ../../../../inc/SP/Core/Installer.class.php:175 -msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "Пожалуйста, уберите точки из имени базы данных" - -#: ../../../../inc/SP/Core/Installer.class.php:179 -#, fuzzy -msgid "Indicar el servidor de la BBDD" -msgstr "Введите сервер баз данных" - -#: ../../../../inc/SP/Core/Installer.class.php:180 -msgid "Servidor donde se instalará la Base de Datos" -msgstr "Сервер, на котором будет создана база данных" - -#: ../../../../inc/SP/Core/Installer.class.php:238 -msgid "No es posible comprobar el usuario de sysPass" -msgstr "Не могу проверить пользователя sysPass" - -#: ../../../../inc/SP/Core/Installer.class.php:239 -#, fuzzy -msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "Пожалуйста, проверьте права на базу данных" - -#: ../../../../inc/SP/Core/Installer.class.php:301 -msgid "La BBDD ya existe" -msgstr "База данных уже существует" - -#: ../../../../inc/SP/Core/Installer.class.php:302 -#, fuzzy -msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "Введите новую базу данных или удалите существующую" - -#: ../../../../inc/SP/Core/Installer.class.php:316 -#: ../../../../inc/SP/Core/Installer.class.php:419 -#, fuzzy -msgid "Error al crear la BBDD" -msgstr "Ошибка при создании БД" - -#: ../../../../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 "Пожалуйста, проверьте права доступа к базе данных " - -#: ../../../../inc/SP/Core/Installer.class.php:392 -msgid "El archivo de estructura de la BBDD no existe" -msgstr "Файл структуры базы данных не существует" - -#: ../../../../inc/SP/Core/Installer.class.php:393 -msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -msgstr "" -"Невозможно создать базу данных программы. Пожалуйста, скачайте её заново." - -#: ../../../../inc/SP/Core/Installer.class.php:401 -#, fuzzy -msgid "Error al seleccionar la BBDD" -msgstr "Ошибка выбора базы данных." - -#: ../../../../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 "" -"Невозможно использовать базу данных для создания её структуры. Проверьте " -"права доступа к базе данных." - -#: ../../../../inc/SP/Core/Installer.class.php:420 -msgid "Error al crear la estructura de la Base de Datos." -msgstr "Ошибка создания структуры базы данных." - -#: ../../../../inc/SP/Core/Installer.class.php:490 -msgid "Informe al desarrollador" -msgstr "Предупреждение разработчику" - -#: ../../../../inc/SP/Core/Installer.class.php:484 -#, fuzzy -msgid "Error al actualizar la clave maestra del usuario \"admin\"" -msgstr "Ошибка обновления мастер-пароля для пользователя \"admin\"" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:175 -msgid "No es posible conectar con el servidor de LDAP" -msgstr "Невозможно подключиться к серверу LDAP" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:223 -msgid "Error al conectar (BIND)" -msgstr "Ошибка подключения (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 "Ошибка поиска объектов в DN" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:598 -#, fuzzy -msgid "Error al buscar RDN de grupo" -msgstr "Ошибка поиска группы в RDN" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:564 -#, fuzzy -msgid "Error al localizar el usuario en LDAP" -msgstr "Ошибка поиска пользователя в LDAP" - -#: ../../../../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 "Ошибка поиска групп пользователя" - -#: ../../../../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 "Членство пользователя в группе проверено" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -msgid "Vaciar Eventos" -msgstr "Очистить записи" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:144 -msgid "Vaciar registro de eventos" -msgstr "Очистить журнал событий" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:398 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:129 -msgid "Cliente no encontrado" -msgstr "Заказчик не найден" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:246 -#, fuzzy -msgid "Error al obtener los usuarios" -msgstr "Ошибка получения пользователей" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:52 -msgid "Migrar Perfiles" -msgstr "Миграция профилей" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:82 -#, fuzzy -msgid "Error al obtener perfiles" -msgstr "Ошибка получения профилей" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:144 -msgid "Operación realizada correctamente" -msgstr "Успешно" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:149 -#, fuzzy -msgid "Fallo al realizar la operación" -msgstr "Не удалось выполнить операцию" - -#: ../../../../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 "Удалить профиль" - -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:68 -msgid "Formato de XML inválido" -msgstr "Ошибка в формате XML" - -#: ../../../../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 "Не могу получить шаблон \"%s\" : %s" - -#: ../../../../inc/SP/Core/Template.class.php:181 -#: ../../../../inc/SP/Core/Template.class.php:183 -msgid "No es posible obtener la variable \"%s\"" -msgstr "Не могу получить переменную \"%s\"" - -#: ../../../../inc/SP/Core/Template.class.php:226 -#: ../../../../inc/SP/Core/Template.class.php:228 -msgid "No es posible destruir la variable \"%s\"" -msgstr "Нельзя удалить переменную \"%s\"" - -#: ../../../../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 "Ошибка обновления базы данных" - -#: ../../../../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 "См. журнал событий для получения подробностей." - -#: ../../../../inc/themes/material-blue/views/main/login.inc:65 -msgid "Acceder" -msgstr "Войти" - -#: ../../../../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 "Ошибка применения дополнительного обновления" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:206 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:219 -msgid "Actualizar BBDD" -msgstr "Обновление БД" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:212 -msgid "No es necesario actualizar la Base de Datos." -msgstr "Обновление базы данных не требуется." - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:246 -msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "Обновление базы данных завершено успешно." - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:397 -msgid "Actualizar Configuración" -msgstr "Обновить конфигурацию" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:240 -msgid "No se pudo realizar la petición de cambio de clave." -msgstr "Выполнить запрос на смену пароля невозможно." - -#: ../../../../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 "Удалить пользователя" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:106 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:54 -msgid "Usuario de LDAP" -msgstr "Пользователь LDAP" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:122 -msgid "Activación Cuenta" -msgstr "Активация учетной записи" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:123 -msgid "Su cuenta está pendiente de activación." -msgstr "Активация Вашей учетной записи в процессе." - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:124 -msgid "En breve recibirá un email de confirmación." -msgstr "Вы получите письмо в скором времени." - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:131 -msgid "Nuevo usuario de LDAP" -msgstr "Пользователь LDAP" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:152 -#, fuzzy -msgid "Error al migrar grupo del usuario" -msgstr "Ошибка миграции группы пользователя" - -#: ../../../../inc/SP/Controller/MainController.class.php:367 -#: ../../../../inc/SP/Core/Init.class.php:129 -msgid "Versión de PHP requerida >= " -msgstr "Необходим PHP версии >= " - -#: ../../../../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 "Пожалуйста, обновите PHP для использования sysPass" - -#: ../../../../inc/SP/Controller/MainController.class.php:378 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:311 -msgid "Módulo no disponible" -msgstr "Модуль недоступен" - -#: ../../../../inc/SP/Controller/MainController.class.php:379 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." -msgstr "Без этого модуля программа не может работать корректно" - -#: ../../../../inc/SP/Core/XmlExport.class.php:133 -msgid "Exportar XML" -msgstr "Экспорт XML" - -#: ../../../../inc/SP/Core/XmlExport.class.php:483 -#, fuzzy -msgid "Error al crear el archivo XML" -msgstr "Ошибка создания файла XML" - -#: ../../../../inc/SP/Import/XmlFileImport.class.php:107 -#, fuzzy -msgid "No es posible procesar el archivo XML" -msgstr "Невозможно обработать файл XML" - -#: ../../../../inc/SP/Import/XmlFileImport.class.php:85 -msgid "Archivo XML no soportado" -msgstr "Файл XML не поддерживается" - -#: ../../../../inc/SP/Import/XmlFileImport.class.php:86 -msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "Невозможно определить программу, из которой были экспортированы данные" - -#: ../../../../inc/SP/Storage/DB.class.php:285 -#: ../../../../inc/SP/Storage/DB.class.php:330 -#: ../../../../js/strings.js.php:26 -msgid "Error en la consulta" -msgstr "Ошибка при запросе" - -#: ../../../../js/strings.js.php:27 -msgid "Ha ocurrido un error" +msgid "Se ha producido una excepción" msgstr "Произошла ошибка" -#: ../../../../js/strings.js.php:28 ../../../../js/strings.js.php:86 -msgid "Sesión finalizada" -msgstr "Сессия завершена" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 +msgid "Fallo de autentificación" +msgstr "Ошибка аутентификации" -#: ../../../../js/strings.js.php:29 -msgid "Borrar la cuenta?" -msgstr "Удалить учетную запись?" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 +#, fuzzy +msgid "Error al realizar la consulta" +msgstr "Ошибка при выполнении запроса" -#: ../../../../js/strings.js.php:30 -msgid "Borrar el usuario?" -msgstr "Удалить пользователя?" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 +msgid "URL de conexión no establecida" +msgstr "URL подключения не задан" -#: ../../../../js/strings.js.php:31 -msgid "Guarde la configuración para que sea efectiva" -msgstr "Необходимо сохранить конфигурацию для вступления изменений в силу" +#: ../../../modules/api/Controllers/AccountController.php:144 +msgid "Clave actualizada" +msgstr "Пароль изменен" -#: ../../../../js/strings.js.php:32 -msgid "Clave Generada" -msgstr "Сгенерированный пароль" +#: ../../../modules/api/Controllers/AccountController.php:193 +msgid "Cuenta creada" +msgstr "Учетная запись создана" -#: ../../../../js/strings.js.php:33 -msgid "Nivel alto" -msgstr "Высокий уровень" +#: ../../../modules/api/Controllers/AccountController.php:242 +msgid "Cuenta actualizada" +msgstr "Информация об учетной записи изменена" -#: ../../../../js/strings.js.php:34 -msgid "Nivel medio" -msgstr "Средний уровень" +#: ../../../modules/api/Controllers/AccountController.php:315 +#, fuzzy +msgid "Cuenta eliminada" +msgstr "Учетная запись удалена" -#: ../../../../js/strings.js.php:35 -msgid "Nivel bajo" -msgstr "Низкий уровень" +#: ../../../modules/api/Controllers/CategoryController.php:95 +msgid "Categoría creada" +msgstr "Категория создана" -#: ../../../../js/strings.js.php:36 -msgid "Nivel muy alto" -msgstr "Очень высокий уровень" +#: ../../../modules/api/Controllers/CategoryController.php:125 +msgid "Categoría actualizada" +msgstr "Информация о категории изменена" -#: ../../../../js/strings.js.php:37 -msgid "Utilizar al menos 8 caracteres" -msgstr "Необходимо использовать минимум 8 символов" +#: ../../../modules/api/Controllers/CategoryController.php:154 +msgid "Categoría eliminada" +msgstr "Категория удалена" -#: ../../../../js/strings.js.php:38 -msgid "Borrar elemento?" -msgstr "Удалить элемент?" +#: ../../../modules/api/Controllers/ClientController.php:98 +#, fuzzy +msgid "Cliente creado" +msgstr "Заказчик добавлен" -#: ../../../../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 "Страница не найдена" +#: ../../../modules/api/Controllers/ClientController.php:129 +#, fuzzy +msgid "Cliente actualizado" +msgstr "Информация о заказчике обновлена" -#: ../../../../js/strings.js.php:40 -msgid "Archivo no soportado para visualizar" -msgstr "Предпросмотр файла недоступен" +#: ../../../modules/api/Controllers/ClientController.php:158 +#, fuzzy +msgid "Cliente eliminado" +msgstr "Заказчик удален" -#: ../../../../js/strings.js.php:41 -msgid "Eliminar archivo?" -msgstr "Удалить файл?" +#: ../../../modules/api/Controllers/ConfigController.php:61 +msgid "Proceso de backup finalizado" +msgstr "Процесс резервного копирования закончен" -#: ../../../../js/strings.js.php:42 -msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "Ваш браузер не поддерживает загрузку файлов с HTML5" +#: ../../../modules/api/Controllers/ConfigController.php:94 +msgid "Proceso de exportación finalizado" +msgstr "Процесс экспорта закончен" -#: ../../../../js/strings.js.php:43 -msgid "Demasiados archivos" -msgstr "Слишком много файлов" +#: ../../../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 учетной записи" -#: ../../../../js/strings.js.php:44 -msgid "Tamaño de archivo no permitido" -msgstr "Размер файла вне разрешений" +#: ../../../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 "Пароль токена" -#: ../../../../js/strings.js.php:46 -msgid "Vaciar el registro de eventos?" -msgstr "Очистить журнал событий?" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +#, fuzzy +msgid "Devolver detalles en la respuesta" +msgstr "Отправлены детали по запросу" -#: ../../../../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 "Выбрать группу" +#: ../../../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:37 +#: ../../../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:167 +#: ../../../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 "Пароль" -#: ../../../../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 "Выбрать пользователя" +#: ../../../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:83 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:85 +msgid "Fecha Caducidad Clave" +msgstr "Срок действия пароля" -#: ../../../../js/strings.js.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:61 -msgid "Seleccionar Perfil" -msgstr "Выбрать профиль" +#: ../../../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 "Имя учетной записи" -#: ../../../../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 "Выбрать заказчика" +#: ../../../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 категории" -#: ../../../../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 "Выбрать категорию" +#: ../../../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 заказчика" -#: ../../../../js/strings.js.php:52 -msgid "Sin resultados" -msgstr "Нет результатов" +#: ../../../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 "Пользователь доступа" -#: ../../../../js/strings.js.php:53 -msgid "Opciones de clave" -msgstr "Опции пароля" +#: ../../../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 "URL или IP доступа" -#: ../../../../js/strings.js.php:54 -msgid "Generar clave aleatoria" -msgstr "Сгенерировать пароль" +#: ../../../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 "Заметки по учетной записи" -#: ../../../../js/strings.js.php:55 -msgid "Complejidad" -msgstr "Сложность" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:194 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:19 +msgid "Cuenta Privada" +msgstr "Приватная учетная запись" -#: ../../../../js/strings.js.php:56 -msgid "Restablecer" -msgstr "Сбросить" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:211 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:38 +msgid "Cuenta Privada Grupo" +msgstr "Приватный аккаунт для группы" -#: ../../../../js/strings.js.php:57 -msgid "Nivel de fortaleza de la clave" -msgstr "Уровень надежности пароля" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:236 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:8 +msgid "Cuenta Vinculada" +msgstr "Связанная учетная запись" -#: ../../../../js/strings.js.php:58 -msgid "Mostrar Clave" -msgstr "Показать пароль" +#: ../../../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 "Скопировать пользователя" +#: ../../../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 "Текст для поиска" -#: ../../../../js/strings.js.php:60 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:30 -msgid "Copiar Clave" -msgstr "Скопировать пароль" +#: ../../../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 "Количество результатов для отображения" -#: ../../../../js/strings.js.php:61 -msgid "Incluir Números" -msgstr "Включать цифры" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 +msgid "Id de categoría a filtrar" +msgstr "ID категории для фильтра" -#: ../../../../js/strings.js.php:62 -msgid "Incluir Mayúsculas" -msgstr "Включать заглавные буквы" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 +#, fuzzy +msgid "Id de cliente a filtrar" +msgstr "ID заказчика для фильтра" -#: ../../../../js/strings.js.php:63 -msgid "Incluir Símbolos" -msgstr "Включать символы" +#: ../../../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 "Длина" +#: ../../../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 "Действие" +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:23 +msgid "Nombre de la categoría" +msgstr "Имя категории" -#: ../../../../js/strings.js.php:66 -msgid "SI" -msgstr "ДА" +#: ../../../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 "Описание категории" -#: ../../../../js/strings.js.php:67 -msgid "NO" -msgstr "НЕТ" +#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 +#, fuzzy +msgid "Nombre del cliente" +msgstr "Имя заказчика" -#: ../../../../js/strings.js.php:68 -msgid "Aceptar" -msgstr "Принять" +#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 +#, fuzzy +msgid "Descripción del cliente" +msgstr "Описание заказчика" -#: ../../../../js/strings.js.php:69 -msgid "Cancelar" -msgstr "Отклонить" +#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Global" +msgstr "Общее" -#: ../../../../js/strings.js.php:70 -msgid "Clave Copiada al Portapapeles" -msgstr "Пароль скопирован в буфер" +#: ../../../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 "Ошибка копирования в буфер" +#: ../../../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 "Имя тега" + +#: ../../../modules/api/Controllers/TagController.php:92 +msgid "Etiqueta creada" +msgstr "Тег добавлен" + +#: ../../../modules/api/Controllers/TagController.php:121 +msgid "Etiqueta actualizada" +msgstr "Тег обновлен" + +#: ../../../modules/api/Controllers/TagController.php:149 +msgid "Etiqueta eliminada" +msgstr "Тег удален" + +#: ../../../modules/web/Controllers/AccountController.php:149 +#: ../../../modules/web/Controllers/AccountController.php:204 +#: ../../../modules/web/Controllers/AccountController.php:476 +#: ../../../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 "Детали учетной записи" -#: ../../../../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:256 +#: ../../../modules/web/Controllers/AccountController.php:300 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:276 +#: ../../../config/actions.xml:157 +msgid "Nueva Cuenta" +msgstr "Новая учетная запись" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:344 +#: ../../../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:163 +msgid "Editar Cuenta" +msgstr "Изменить учетную запись" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:389 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:173 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 +#: ../../../config/actions.xml:787 +#, fuzzy +msgid "Eliminar Cuenta" +msgstr "Удалить учетную запись" + +#: ../../../modules/web/Controllers/AccountController.php:432 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 msgid "Modificar Clave de Cuenta" msgstr "Изменить пароль учетной записи" -#: ../../../../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 "Имя" +#: ../../../modules/web/Controllers/AccountFileController.php:186 +#, php-format +msgid "Extensión: %s" +msgstr "Extension: %s" -#: ../../../../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 "Модуль" +#: ../../../modules/web/Controllers/AccountFileController.php:370 +msgid "Gestión de archivos deshabilitada" +msgstr "Управление файлами отключено" -#: ../../../../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 "Удалить поле" +#: ../../../modules/web/Controllers/AccountFileController.php:387 +msgid "No hay archivos asociados a la cuenta" +msgstr "There are no linked files for the account" -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 +#: ../../../modules/web/Controllers/AuthTokenController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:151 +msgid "Nueva Autorización" +msgstr "Создать авторизацию" + +#: ../../../modules/web/Controllers/AuthTokenController.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:186 +msgid "Editar Autorización" +msgstr "Редактировать авторизацию" + +#: ../../../modules/web/Controllers/AuthTokenController.php:322 +msgid "Ver Autorización" +msgstr "Показать авторизацию" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:148 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 +#: ../../../config/actions.xml:307 +msgid "Nueva Categoría" +msgstr "Создать категорию" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:166 +#: ../../../config/actions.xml:313 +msgid "Editar Categoría" +msgstr "Редактировать категорию" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:320 +#: ../../../config/actions.xml:301 +msgid "Ver Categoría" +msgstr "Показать категорию" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:150 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:151 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:337 +#, fuzzy +msgid "Nuevo Cliente" +msgstr "Новый заказчик" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:169 +#: ../../../config/actions.xml:343 +#, fuzzy +msgid "Editar Cliente" +msgstr "Редактировать заказчика" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:307 +#: ../../../config/actions.xml:331 +#, fuzzy +msgid "Ver Cliente" +msgstr "Показать заказчика" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:149 +#: ../../../modules/web/Controllers/ConfigLdapController.php:191 +msgid "Resultados" +msgstr "Результаты" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:155 +#: ../../../modules/web/Controllers/ConfigLdapController.php:198 +#, php-format +msgid "Objetos encontrados: %d" +msgstr "Найдено объектов: %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:271 +#, php-format +msgid "Usuarios importados: %d / %d" +msgstr "Imported users: %d / %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:272 +#, php-format +msgid "Errores: %d" +msgstr "Errors: %d" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:158 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 +msgid "General" +msgstr "Основное" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:187 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 +#: ../../../config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:206 +msgid "LDAP" +msgstr "LDAP" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:232 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 +msgid "Correo" +msgstr "Mail" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:269 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 +msgid "Encriptación" +msgstr "Шифрование" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 msgid "Último backup" msgstr "Последняя резервная копия" -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 +#: ../../../modules/web/Controllers/ConfigManagerController.php:309 #, fuzzy msgid "No se encontraron backups" msgstr "Нет доступных резервных копий" -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "Última exportación" msgstr "Последний экспорт" -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 +#: ../../../modules/web/Controllers/ConfigManagerController.php:321 msgid "No se encontró archivo de exportación" msgstr "Файл экспорта не найден" -#: ../../../../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:323 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 +#: ../../../config/actions.xml:727 +msgid "Copia de Seguridad" +msgstr "Backup" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:340 +msgid "Importar Cuentas" +msgstr "Импорт учетных записей" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:358 +msgid "No instalado" +msgstr "Не установлено" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:362 msgid "Información" msgstr "Информация" -#: ../../../../inc/SP/Controller/EventlogController.class.php:104 -msgid "Registro de eventos vaciado" -msgstr "Журнал очищен" +#: ../../../modules/web/Controllers/CustomFieldController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:154 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 +msgid "Nuevo Campo" +msgstr "Создать поле" -#: ../../../../inc/SP/Log/Log.class.php:95 +#: ../../../modules/web/Controllers/CustomFieldController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 +msgid "Editar Campo" +msgstr "Изменить поле" + +#: ../../../modules/web/Controllers/CustomFieldController.php:298 +msgid "Ver Campo" +msgstr "View Field" + +#: ../../../modules/web/Controllers/ErrorController.php:107 +msgid "Aplicación en mantenimiento" +msgstr "Программа на ослуживании" + +#: ../../../modules/web/Controllers/ErrorController.php:108 +msgid "En breve estará operativa" +msgstr "Скоро работа будет возобновлена" + +#: ../../../modules/web/Controllers/ErrorController.php:123 #, fuzzy -msgid "Error al vaciar el registro de eventos" -msgstr "Ошибка очистки журнала" +msgid "Error en la verificación de la base de datos" +msgstr "Ошибка проверки базы данных" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:52 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:148 -msgid "Admin Aplicación" -msgstr "Администратор программы" - -#: ../../../../inc/SP/Controller/MainController.class.php:264 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:72 -msgid "Buscar" -msgstr "Поиск" - -#: ../../../../inc/SP/Controller/MainController.class.php:283 -msgid "Usuarios y Accesos" -msgstr "Пользователи и доступы" - -#: ../../../../inc/SP/Controller/MainController.class.php:293 -msgid "Elementos y Personalización" -msgstr "Элементы персонализации" - -#: ../../../../inc/SP/Controller/MainController.class.php:313 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:7 -msgid "Registro de Eventos" -msgstr "Журнал событий" - -#: ../../../../inc/SP/Controller/MainController.class.php:387 -msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -msgstr "Данная версия PHP уязвима 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 "Пожалуйста, обновите версию PHP для безопасного использования sysPass" - -#: ../../../../inc/SP/Controller/MainController.class.php:394 -msgid "No se encuentra el generador de números aleatorios." -msgstr "Не могу найти генератор случайных чисел." - -#: ../../../../inc/SP/Controller/MainController.class.php:395 -msgid "" -"Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -msgstr "" -"Без этой функции, атакующий может завладеть вашим аккаунтом при сбросе " -"пароля." - -#: ../../../../ajax/ajax_install.php:58 -msgid "Instalación finalizada" -msgstr "Установка завершена" - -#: ../../../../inc/SP/Controller/MainController.class.php:492 -msgid "Descargar nueva versión" -msgstr "Скачать новую версию" - -#: ../../../../inc/SP/Controller/MainController.class.php:504 -msgid "Avisos de sysPass" -msgstr "Уведомления sysPass" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:345 -msgid "Ordenar por Cliente" -msgstr "Сортировать по заказчику" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:352 -msgid "Ordenar por Nombre" -msgstr "Сортировать по имени" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:359 -msgid "Ordenar por Categoría" -msgstr "Сортировать по категории" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:366 -msgid "Ordenar por Usuario" -msgstr "Сортировать по имени пользователя" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:373 -msgid "Ordenar por URL / IP" -msgstr "Сортировать по 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 "Настройки" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:53 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:155 -#, fuzzy -msgid "Admin Cuentas" -msgstr "Администратор учетных записей" - -#: ../../../../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 "Отключен" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:542 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:543 -msgid "Ver Detalles de Usuario" -msgstr "Просмотр информации пользователя" - -#: ../../../../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 "Изменить пароль пользователя" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:709 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:710 -msgid "Ver Detalles de Perfil" -msgstr "Просмотр информации о профиле" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:793 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:794 -msgid "Ver token de Autorización" -msgstr "Просмотр токена авторизации" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:409 -msgid "Token de autorización visualizado" -msgstr "Отображение токена авторизации" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:407 -msgid "Autorizaciones" -msgstr "Авторизации" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:90 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:93 -msgid "Seguridad" -msgstr "Безопасность" - -#: ../../../../inc/SP/Controller/UserPreferencesController.class.php:90 -msgid "Preferencias" -msgstr "Настройки" - -#: ../../../../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 "Имя учетной записи" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:500 -#: ../../../../inc/themes/material-blue/views/account/account.inc:106 -msgid "URL o IP de acceso" -msgstr "URL или IP доступа" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:499 -#: ../../../../inc/themes/material-blue/views/account/account.inc:118 -msgid "Usuario de acceso" -msgstr "Пользователь доступа" - -#: ../../../../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 "Подтверждение пароля" - -#: ../../../../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 "Заметки" - -#: ../../../../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 "Заметки по учетной записи" - -#: ../../../../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 "Разрешения" - -#: ../../../../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 "Разрешить изменения" - -#: ../../../../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 "Основная группа" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Перетащите файлы сюда (не более 5) или нажмите для выбора" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:283 -msgid "Tamaño máximo de archivo" -msgstr "Максимальный размер файла" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:212 -#: ../../../../inc/themes/material-blue/views/account/account.inc:214 -msgid "Historial" -msgstr "История" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:219 -msgid "Seleccionar fecha" -msgstr "Выберите дату" - -#: ../../../../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 "Последнее изменение" - -#: ../../../../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 "Просмотров" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:26 -#: ../../../../inc/themes/material-blue/views/account/details.inc:28 -msgid "Fecha Alta" -msgstr "Дата создания" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:44 -#: ../../../../inc/themes/material-blue/views/account/details.inc:46 -msgid "Creador" -msgstr "Создатель" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:61 -#: ../../../../inc/themes/material-blue/views/account/details.inc:63 -msgid "Usuarios Secundarios" -msgstr "Вторичные пользователи" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:83 -#: ../../../../inc/themes/material-blue/views/account/details.inc:85 -msgid "Grupos Secundarios" -msgstr "Вторичные группы" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:106 -#: ../../../../inc/themes/material-blue/views/account/details.inc:108 -msgid "Fecha Edición" -msgstr "Дата изменения" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:114 -#: ../../../../inc/themes/material-blue/views/account/details.inc:116 -msgid "Editor" -msgstr "Изменил" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:168 -msgid "Restaurar cuenta desde este punto" -msgstr "Восстановить учетную запись из текущей точки" - -#: ../../../../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 "Копировать пароль в буфер" - -#: ../../../../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 "Просмотр текущей версии" -#: ../../../../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:292 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:437 +#: ../../../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 "Назад" -#: ../../../../inc/themes/material-blue/views/account/actions.inc:146 -msgid "Modificar Cuenta" -msgstr "Редактировать учетную запись" - -#: ../../../../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 "Запросить изменение" -#: ../../../../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 "Восстановить учетную запись из текущей точки" + +#: ../../../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 "Сохранить" -#: ../../../../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:439 +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:421 +msgid "Crear Enlace Público" +msgstr "Создать публичную ссылку" + +#. (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:175 ../../../config/actions.xml:265 +msgid "Ver Clave" +msgstr "Показать пароль" + +#: ../../../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 "Копировать пароль в буфер" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: ../../../config/actions.xml:193 +msgid "Copiar Cuenta" +msgstr "Скопировать учетную запись" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:67 +#: ../../../config/strings.js.inc:72 +msgid "Clave de Cuenta" +msgstr "Пароль учетной записи" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 +msgid "Más Acciones" +msgstr "Другие действия" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:104 +#: ../../../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 "Заказчик" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 +#, fuzzy +msgid "Ordenar por Cliente" +msgstr "Сортировать по заказчику" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:98 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:111 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:102 +#: ../../../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/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:528 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:16 +msgid "Nombre" +msgstr "Имя" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 +msgid "Ordenar por Nombre" +msgstr "Сортировать по имени" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:101 +#: ../../../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 "Категория" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 +msgid "Ordenar por Categoría" +msgstr "Сортировать по категории" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: ../../../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:146 +#: ../../../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/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: ../../../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 "Пользователь" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 +msgid "Ordenar por Usuario" +msgstr "Сортировать по имени пользователя" + +#: ../../../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 "Сортировать по URL / IP" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:67 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:68 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:69 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:74 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:83 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:70 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:80 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:71 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:71 +msgid "Eliminar Seleccionados" +msgstr "Удалить выбранные" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:130 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:140 +#: ../../../config/actions.xml:493 ../../../config/actions.xml:793 +msgid "Buscar Cuenta" +msgstr "Поиск учетной записи" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:87 +msgid "Cuentas (H)" +msgstr "Группы" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:116 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: ../../../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 "Дата" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 +msgid "Estado" +msgstr "Статус" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:124 +msgid "Modificada" +msgstr "Изменено" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:125 +msgid "Eliminada" +msgstr "Удалено" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:156 +#: ../../../config/actions.xml:187 ../../../config/actions.xml:799 +msgid "Restaurar Cuenta" +msgstr "Восстановление учетной записи" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 +msgid "Autorizaciones API" +msgstr "API авторизации" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:103 +#: ../../../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 "Действие" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:135 +msgid "Buscar Token" +msgstr "Поиск токена" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:168 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:169 +msgid "Ver token de Autorización" +msgstr "Просмотр токена авторизации" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:202 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:203 +msgid "Eliminar Autorización" +msgstr "Удалить авторизацию" + +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:103 +#: ../../../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 "Описание" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:132 +#: ../../../config/actions.xml:325 +msgid "Buscar Categoría" +msgstr "Поиск категории" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:183 +#: ../../../config/actions.xml:319 +msgid "Eliminar Categoría" +msgstr "Удалить категорию" + +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "ДА" + +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:118 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "НЕТ" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:135 +#: ../../../config/actions.xml:355 +#, fuzzy +msgid "Buscar Cliente" +msgstr "Поиск заказчика" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:186 +#: ../../../config/actions.xml:349 +#, fuzzy +msgid "Eliminar Cliente" +msgstr "Удалить заказчика" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:90 +#: ../../../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 "Дополнительные поля" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 +#: ../../../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 "Модуль" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:117 +#: ../../../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 "Тип" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 +msgid "Propiedades" +msgstr "Настройки" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:123 +#: ../../../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:139 +msgid "Buscar Campo" +msgstr "Поиск поля" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 +msgid "Eliminar Campo" +msgstr "Удалить поле" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: ../../../config/actions.xml:133 +msgid "Registro de Eventos" +msgstr "Журнал событий" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:94 +msgid "ID" +msgstr "ID" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Fecha / Hora" +msgstr "Дата / Время" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Nivel" +msgstr "Уровень" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Evento" +msgstr "Событие" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:112 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 +msgid "Login" +msgstr "Логин" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:166 +msgid "Buscar Evento" +msgstr "Поиск событий" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:160 +msgid "Refrescar" +msgstr "Refresh" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 +#, fuzzy +msgid "Vaciar registro de eventos" +msgstr "Очистить журнал событий" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:89 +#: ../../../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 "Файлы" + +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:103 +#: ../../../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 "Учетная запись" + +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 +msgid "Tamaño" +msgstr "Размер" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:140 +#: ../../../config/actions.xml:475 +msgid "Buscar Archivo" +msgstr "Поиск файла" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 +#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 +msgid "Ver Archivo" +msgstr "Показать файл" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:172 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +msgid "Descargar Archivo" +msgstr "Скачать файл" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:189 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 +#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 +msgid "Eliminar Archivo" +msgstr "Удалить файл" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:94 +msgid "Valores Predeterminados" +msgstr "Preset Values" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:108 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:114 +#: ../../../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:203 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:230 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:43 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 +msgid "Grupo" +msgstr "Группа" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:113 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Профиль" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:78 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:115 +msgid "Forzado" +msgstr "Forced" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:145 +#: ../../../config/actions.xml:847 +msgid "Buscar Valor" +msgstr "Search for Value" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:160 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Valor de Permiso" +msgstr "Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:161 +msgid "Nuevo Valor de Permiso" +msgstr "New Permission Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Valor de Cuenta Privada" +msgstr "Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:185 +msgid "Nuevo Valor de Cuenta Privada" +msgstr "New Private Account Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:208 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Valor de Timeout de Sesión" +msgstr "Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:209 +msgid "Nuevo Valor de Timeout de Sesión" +msgstr "New Session Timeout Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:232 +#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Valor de Clave de Cuentas" +msgstr "Account Password Preset" + +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:233 +msgid "Nuevo Valor de Clave de Cuentas" +msgstr "New Account Password Preset" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:257 +#: ../../../modules/web/Controllers/ItemPresetController.php:225 +#: ../../../config/actions.xml:865 +msgid "Editar Valor" +msgstr "Edit Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:273 +#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:274 +#: ../../../config/actions.xml:871 +msgid "Eliminar Valor" +msgstr "Delete Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:103 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:105 +#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 +#: ../../../config/actions.xml:673 +msgid "Notificaciones" +msgstr "Уведомления" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 +msgid "Componente" +msgstr "Компонент" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:140 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:104 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:108 +msgid "Leída" +msgstr "Чтение" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:141 +msgid "Sólo Admins" +msgstr "Only Admins" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:158 +#: ../../../config/actions.xml:835 +msgid "Buscar Notificación" +msgstr "Поиск уведомления" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:174 +#: ../../../modules/web/Controllers/NotificationController.php:179 +msgid "Nueva Notificación" +msgstr "Новое уведомление" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:192 +#: ../../../modules/web/Controllers/NotificationController.php:103 +#: ../../../config/actions.xml:805 +msgid "Ver Notificación" +msgstr "Показать уведомление" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:222 +#: ../../../config/actions.xml:829 +msgid "Marcar Notificación" +msgstr "Проверить уведомление" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:239 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:240 +#: ../../../modules/web/Controllers/NotificationController.php:210 +#: ../../../config/actions.xml:817 +msgid "Editar Notificación" +msgstr "Редактировать уведомление" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:256 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:257 +#: ../../../config/actions.xml:823 +msgid "Eliminar Notificación" +msgstr "Удалить уведомление" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:332 +#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +msgid "Plugins" +msgstr "Плагины" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:101 +msgid "Plugin" +msgstr "Плагин" + +#: ../../../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:541 +msgid "Buscar Plugin" +msgstr "Поиск плагинов" + +#. (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:535 +msgid "Ver Plugin" +msgstr "Показать плагин" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:167 +msgid "Habilitar" +msgstr "Включить" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:186 +msgid "Deshabilitar" +msgstr "Отключить" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:205 +msgid "Restablecer Datos" +msgstr "Сбросить данные" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 +msgid "Enlaces" +msgstr "Ссылки" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 +#: ../../../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 "Дата создания" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:106 +#: ../../../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 "Действует до" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: ../../../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 "Уведомление" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: ../../../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 "Просмотров" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:144 +msgid "Buscar Enlace" +msgstr "Поиск ссылок" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:159 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:160 +msgid "Nuevo Enlace" +msgstr "New Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:177 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:178 +#: ../../../modules/web/Controllers/PublicLinkController.php:336 +msgid "Ver Enlace" +msgstr "Показать ссылку" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:193 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:194 +msgid "Renovar Enlace" +msgstr "Обновить ссылку" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:210 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:211 +msgid "Eliminar Enlace" +msgstr "Удалить ссылку" + +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:89 +#: ../../../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 "Теги" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:130 +#: ../../../config/actions.xml:523 +msgid "Buscar Etiqueta" +msgstr "Поиск тегов" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:145 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:146 +#: ../../../modules/web/Controllers/TagController.php:103 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:217 +#: ../../../config/actions.xml:499 +msgid "Nueva Etiqueta" +msgstr "Новый тег" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:164 +#: ../../../modules/web/Controllers/TagController.php:162 +#: ../../../config/actions.xml:511 +msgid "Editar Etiqueta" +msgstr "Редактировать тег" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:180 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:181 +#: ../../../config/actions.xml:517 +msgid "Eliminar Etiqueta" +msgstr "Удалить тег" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Fecha Desbloqueo" +msgstr "Date Unlocked" + +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Origen" +msgstr "Источник" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:143 +#: ../../../config/actions.xml:883 +msgid "Buscar Track" +msgstr "Search for track" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:151 +#: ../../../config/actions.xml:595 +msgid "Buscar Usuario" +msgstr "Поиск пользователя" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:167 +#: ../../../modules/web/Controllers/UserController.php:105 +#: ../../../config/actions.xml:571 +msgid "Nuevo Usuario" +msgstr "Создать пользователя" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:185 +#: ../../../modules/web/Controllers/UserController.php:190 +#: ../../../config/actions.xml:577 +msgid "Editar Usuario" +msgstr "Редактировать пользователя" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:201 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:202 +#: ../../../config/actions.xml:583 +msgid "Eliminar Usuario" +msgstr "Удалить пользователя" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:218 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:219 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:457 +msgid "Importar usuarios de LDAP" +msgstr "Импорт пользователей из LDAP" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 +msgid "Ver Detalles de Usuario" +msgstr "Просмотр информации пользователя" + +#: ../../../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 "Изменить пароль пользователя" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:133 +#: ../../../config/actions.xml:625 +msgid "Buscar Grupo" +msgstr "Поиск группы" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:148 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:149 +#: ../../../modules/web/Controllers/UserGroupController.php:106 +#: ../../../config/actions.xml:607 +msgid "Nuevo Grupo" +msgstr "Создать группу" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:167 +#: ../../../modules/web/Controllers/UserGroupController.php:319 +#: ../../../config/actions.xml:601 +msgid "Ver Grupo" +msgstr "Показать группу" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:183 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:184 +#: ../../../modules/web/Controllers/UserGroupController.php:171 +#: ../../../config/actions.xml:613 +msgid "Editar Grupo" +msgstr "Редактировать группу" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:201 +#: ../../../config/actions.xml:619 +msgid "Eliminar Grupo" +msgstr "Удалить группу" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 +msgid "Perfiles" +msgstr "Профили" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:131 +#: ../../../config/actions.xml:655 +msgid "Buscar Perfil" +msgstr "Поиск профиля" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:146 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:147 +#: ../../../modules/web/Controllers/UserProfileController.php:100 +#: ../../../config/actions.xml:637 +msgid "Nuevo Perfil" +msgstr "Создать профиль" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:164 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:165 +msgid "Ver Detalles de Perfil" +msgstr "Просмотр информации о профиле" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:182 +#: ../../../modules/web/Controllers/UserProfileController.php:166 +#: ../../../config/actions.xml:643 +msgid "Editar Perfil" +msgstr "Редактировать профиль" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:198 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:199 +#: ../../../config/actions.xml:649 +msgid "Eliminar Perfil" +msgstr "Удалить профиль" + +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:263 +msgid "Buscar" +msgstr "Поиск" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:346 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 +#: ../../../config/actions.xml:679 +msgid "Configuración" +msgstr "Конфигурация" + +#: ../../../modules/web/Controllers/InstallController.php:59 +msgid "Módulo no disponible" +msgstr "Модуль недоступен" + +#: ../../../modules/web/Controllers/InstallController.php:60 +msgid "Sin este módulo la aplicación puede no funcionar correctamente." +msgstr "Без этого модуля программа не может работать корректно" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:70 +#: ../../../config/actions.xml:853 +msgid "Ver Valor" +msgstr "Display Value" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ItemPresetController.php:195 +#: ../../../config/actions.xml:859 +msgid "Nuevo Valor" +msgstr "New Value" + +#: ../../../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:288 +#: ../../../config/actions.xml:505 +msgid "Ver Etiqueta" +msgstr "View Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserController.php:439 +#: ../../../config/actions.xml:565 +msgid "Ver Usuario" +msgstr "Показать пользователя" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserProfileController.php:307 +#: ../../../config/actions.xml:631 +msgid "Ver Perfil" +msgstr "Показать профиль" + +#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 +msgid "Preferencias" +msgstr "Настройки" + +#: ../../../config/strings.js.inc:26 +msgid "Error en la consulta" +msgstr "Ошибка при запросе" + +#: ../../../config/strings.js.inc:27 +msgid "Ha ocurrido un error" +msgstr "Произошла ошибка" + +#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 +msgid "Sesión finalizada" +msgstr "Сессия завершена" + +#: ../../../config/strings.js.inc:29 +msgid "Borrar la cuenta?" +msgstr "Удалить учетную запись?" + +#: ../../../config/strings.js.inc:30 +msgid "Borrar el usuario?" +msgstr "Удалить пользователя?" + +#: ../../../config/strings.js.inc:31 +msgid "Guarde la configuración para que sea efectiva" +msgstr "Необходимо сохранить конфигурацию для вступления изменений в силу" + +#: ../../../config/strings.js.inc:32 +msgid "Clave Generada" +msgstr "Сгенерированный пароль" + +#: ../../../config/strings.js.inc:33 +msgid "Nivel alto" +msgstr "Высокий уровень" + +#: ../../../config/strings.js.inc:34 +msgid "Nivel medio" +msgstr "Средний уровень" + +#: ../../../config/strings.js.inc:35 +msgid "Nivel bajo" +msgstr "Низкий уровень" + +#: ../../../config/strings.js.inc:36 +msgid "Nivel muy alto" +msgstr "Очень высокий уровень" + +#: ../../../config/strings.js.inc:37 +msgid "Utilizar al menos 8 caracteres" +msgstr "Необходимо использовать минимум 8 символов" + +#: ../../../config/strings.js.inc:38 +msgid "Borrar elemento?" +msgstr "Удалить элемент?" + +#: ../../../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 "Страница не найдена" + +#: ../../../config/strings.js.inc:40 +msgid "Archivo no soportado para visualizar" +msgstr "Предпросмотр файла недоступен" + +#: ../../../config/strings.js.inc:41 +msgid "Eliminar archivo?" +msgstr "Удалить файл?" + +#: ../../../config/strings.js.inc:42 +msgid "Su navegador no soporta subir archivos con HTML5" +msgstr "Ваш браузер не поддерживает загрузку файлов с HTML5" + +#: ../../../config/strings.js.inc:43 +msgid "Demasiados archivos" +msgstr "Слишком много файлов" + +#: ../../../config/strings.js.inc:44 +msgid "Tamaño de archivo no permitido" +msgstr "Размер файла вне разрешений" + +#: ../../../config/strings.js.inc:45 +msgid "Extensión no permitida" +msgstr "Данный тип файла заблокирован" + +#: ../../../config/strings.js.inc:46 +#, fuzzy +msgid "Vaciar el registro de eventos?" +msgstr "Очистить журнал событий?" + +#: ../../../config/strings.js.inc:47 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:177 +#: ../../../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:250 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 +msgid "Seleccionar Grupo" +msgstr "Выбрать группу" + +#: ../../../config/strings.js.inc:48 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:160 +#: ../../../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:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:32 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 +msgid "Seleccionar Usuario" +msgstr "Выбрать пользователя" + +#: ../../../config/strings.js.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 +msgid "Seleccionar Perfil" +msgstr "Выбрать профиль" + +#: ../../../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 "Выбрать заказчика" + +#: ../../../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 "Выбрать категорию" + +#: ../../../config/strings.js.inc:52 +msgid "Sin resultados" +msgstr "Нет результатов" + +#: ../../../config/strings.js.inc:53 +msgid "Opciones de clave" +msgstr "Опции пароля" + +#: ../../../config/strings.js.inc:54 +msgid "Generar clave aleatoria" +msgstr "Сгенерировать пароль" + +#: ../../../config/strings.js.inc:55 +msgid "Complejidad" +msgstr "Сложность" + +#: ../../../config/strings.js.inc:56 +msgid "Restablecer" +msgstr "Сбросить" + +#: ../../../config/strings.js.inc:57 +msgid "Nivel de fortaleza de la clave" +msgstr "Уровень надежности пароля" + +#: ../../../config/strings.js.inc:58 +msgid "Mostrar Clave" +msgstr "Показать пароль" + +#: ../../../config/strings.js.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:19 +msgid "Copiar Usuario" +msgstr "Скопировать пользователя" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:60 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:36 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 +msgid "Copiar Clave" +msgstr "Скопировать пароль" + +#: ../../../config/strings.js.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:74 +msgid "Incluir Números" +msgstr "Использовать цифры" + +#: ../../../config/strings.js.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:116 +msgid "Incluir Mayúsculas" +msgstr "Использовать заглавные буквы" + +#: ../../../config/strings.js.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:102 +#, fuzzy +msgid "Incluir Símbolos" +msgstr "Использовать символы" + +#: ../../../config/strings.js.inc:64 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:6 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:14 +msgid "Longitud" +msgstr "Длина" + +#: ../../../config/strings.js.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +msgid "Seleccionar Acción" +msgstr "Действие" + +#: ../../../config/strings.js.inc:68 +msgid "Aceptar" +msgstr "Принять" + +#: ../../../config/strings.js.inc:69 +msgid "Cancelar" +msgstr "Отклонить" + +#: ../../../config/strings.js.inc:70 +msgid "Clave Copiada al Portapapeles" +msgstr "Пароль скопирован в буфер" + +#: ../../../config/strings.js.inc:71 +msgid "Error al copiar al portapapeles" +msgstr "Ошибка копирования в буфер" + +#: ../../../config/strings.js.inc:73 +#, fuzzy +msgid "Recibir notificaciones?" +msgstr "Отправить уведомления?" + +#: ../../../config/strings.js.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 +msgid "Marcar Favorito" +msgstr "Пометить как избранное" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:75 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 +#: ../../../config/actions.xml:253 +msgid "Eliminar Favorito" +msgstr "Удалить избранное" + +#: ../../../config/strings.js.inc:76 +msgid "Limpiar Selección" +msgstr "Очистить выбор" + +#: ../../../config/strings.js.inc:77 +msgid "Mostrar Favoritos" +msgstr "Показать избранное" + +#: ../../../config/strings.js.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 +msgid "Mostrar Todos" +msgstr "Показать все" + +#: ../../../config/strings.js.inc:79 +msgid "Ayuda" +msgstr "Помощь" + +#: ../../../config/strings.js.inc:80 +msgid "Sin cambios" +msgstr "Нет изменений" + +#: ../../../config/strings.js.inc:81 +msgid "Ahora" +msgstr "Сейчас" + +#: ../../../config/strings.js.inc:82 +msgid "" +"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +msgstr "Этот процесс импортирует найденных пользователей из LDAP. Продолжить?" + +#: ../../../config/strings.js.inc:83 +msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +msgstr "Это действие сбросит все данные плагина. Продолжить?" + +#: ../../../config/strings.js.inc:84 +#, fuzzy +msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgstr "Это длительный процесс. Продолжить?" + +#: ../../../config/strings.js.inc:85 +msgid "Aviso" +msgstr "Предупреждение" + +#: ../../../config/strings.js.inc:87 +msgid "" +"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgstr "Выполнение задачи. Не закрывайте окно браузера / вкладку." + +#: ../../../config/strings.js.inc:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:88 +msgid "Incluir Letras" +msgstr "Использовать буквы" + +#: ../../../config/strings.js.inc:89 +msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgstr "Куки отключены. Приложение не будет работать должным образом." + +#: ../../../config/strings.js.inc:90 +msgid "Portapapeles no soportado por el navegador." +msgstr "Буфер обмена не поддерживается вашим браузером." + +#: ../../../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 "There is a more recent version of {0} plugin ({1})" + +#: ../../../config/strings.js.inc:93 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 +msgid "Actualizado" +msgstr "Обновлено" + +#: ../../../config/strings.js.inc:94 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:27 +msgid "Error al comprobar actualizaciones" +msgstr "Ошибка проверки обновлений" + +#: ../../../config/strings.js.inc:95 +msgid "Avisos de sysPass" +msgstr "Уведомления sysPass" + +#: ../../../config/strings.js.inc:96 +msgid "Vaciar los tracks?" +msgstr "Clear tracks out?" + +#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 +#, fuzzy +msgid "Javascript es necesario para el correcto funcionamiento" +msgstr "Javascript необходим для корректной работы" + +#: ../../../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 "Назад" + +#: ../../../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 "%d непрочитанных уведомлений" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:42 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:112 +#, fuzzy +msgid "No hay no hay notificaciones pendientes" +msgstr "Нет ожидающих уведомлений" + +#: ../../../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 "Настройки пользователя" + +#: ../../../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 "Выйти" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:165 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:43 +msgid "Demo" +msgstr "Демо" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 +#, fuzzy +msgid "Indica si la conexión utiliza HTTPS." +msgstr "Указывает, используется ли соединение по протоколу HTTPS." + +#: ../../../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 "Пароли при передаче форм шифруются с PKI, остальные данные - нет." + +#: ../../../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 "Проект 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 "Записи не найдены" + +#: ../../../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 "Подтверждение пароля" + +#: ../../../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 "Выберите дату" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:9 +msgid "Histórico" +msgstr "История" + +#: ../../../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 "Детали" + +#: ../../../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 "Заметки" + +#: ../../../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:253 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:255 +msgid "Historial" +msgstr "История" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:136 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:260 +msgid "Seleccionar fecha" +msgstr "Выберите дату" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:272 +#: ../../../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 "Последнее изменение" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 +msgid "Seleccionar Usuarios" +msgstr "Выберите пользователей" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:32 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:36 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:102 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:8 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 +msgid "Ver" +msgstr "Показать" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:134 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 +msgid "Editar" +msgstr "Изменить" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:124 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:67 +msgid "Seleccionar Grupos" +msgstr "Выберите группы" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:157 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:37 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:39 +msgid "Creador" +msgstr "Создатель" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:174 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:45 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:47 +msgid "Grupo Principal" +msgstr "Основная группа" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:200 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 +msgid "Privada" +msgstr "Приват" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 +msgid "Privada Grupo" +msgstr "Приват для группы" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:9 +msgid "Solicitar Modificación de Cuenta" +msgstr "Запрос изменения учетной записи" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:40 +msgid "Petición" +msgstr "Запрос" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 +#, fuzzy +msgid "Descripción de la petición" +msgstr "Описание запроса" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 +msgid "Enviar" +msgstr "Отправить" + +#: ../../../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 "Разрешения" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 +msgid "Seleccionar Etiquetas" +msgstr "Выберите теги" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:246 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +msgid "Seleccionar Cuenta" +msgstr "Выберите учетную запись" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:279 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:281 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 +msgid "Enlace Público" +msgstr "Публичная ссылка" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:292 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:294 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:297 +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 "Дата создания" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:57 +msgid "Fecha Edición" +msgstr "Дата изменения" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:63 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:65 +msgid "Editor" +msgstr "Изменил" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:73 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:75 +msgid "Fecha de Clave" +msgstr "Дата пароля" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +msgstr "Перетащите файлы сюда (не более 5) или нажмите для выбора" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +#, php-format +msgid "Tamaño máximo de archivo: %d MB" +msgstr "Максимальный размер файла: %d MB " + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:24 +msgid "Buscar en Wiki" +msgstr "Поиск в 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 "Пароль просрочен" + +#: ../../../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 "Вложения" + +#: ../../../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 "Ссылка на Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:199 +msgid "Ver en Wiki" +msgstr "Посмотреть в 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 "Найти учетные записи, к которым есть доступ у указанного пользователя" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +msgid "Devolver las cuentas en las que 'login' es propietario" +msgstr "" +"Получить учетные записи, в которых пользователь \"login\" является владельцем" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 +#, fuzzy +msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgstr "Найти учетные записи, к которым есть доступ у указанной группы" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 +msgid "Devolver las cuentas con grupo principal 'group_name'" +msgstr "" +"Получить учетные записи, имеющие название основной группы \"group_name\"" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 +msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgstr "Найти учетные записи с прикрепленным файлом" + +#: ../../../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 "Поиск учетных записей с просроченным паролем" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:41 +msgid "Devolver las cuentas privadas del usuario actual" +msgstr "Получить приватные учетные записи для текущего пользователя" + +#: ../../../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 "Глобальный поиск" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:86 +msgid "Filtrar Favoritos" +msgstr "Фильтр избранного" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Cuentas por página" +msgstr "Учетных записей на страницу" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:106 +msgid "Más Filtros" +msgstr "Больше фильтров" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:111 +msgid "Seleccionar Etiqueta" +msgstr "Выберите теги" + +#: ../../../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 "Поиск" + +#: ../../../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 "Результатов на страницу" + +#: ../../../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 "Число результатов поиска на страницу" + +#: ../../../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 "Число результатов поиска на страницу" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:20 +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 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:28 +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 "Имя учетной записи как ссылка" + +#: ../../../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 "Превращает имя учетной записи в ссылку на её детали на странице поиска" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 +msgid "Búsquedas globales" +msgstr "Глобальные поиски" + +#: ../../../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 "" +"Позволяет пользователям производить поиск по всем учетным записям, но при " +"этом содержимое учетных записей, к которым нет доступа, не будет показано." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:144 +msgid "Imagen para mostrar clave" +msgstr "Показать пароль в виде изображения" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:146 +msgid "Generar una imagen con el texto de la clave de la cuenta." +msgstr "Генерирует изображение с паролем учетной записи." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:148 +msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +msgstr "Полезно для ситуаций, когда копирование паролей не безопасно." + +#: ../../../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 "Результаты в виде карточек" + +#: ../../../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 "Включает показ учетных записей в результатах поиска в виде карточек." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:179 +msgid "Acceso Grupos Secundarios" +msgstr "Доступ к дополнительным группам" + +#: ../../../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 "" +"Предоставляет доступ к пользователям, которые включены во вторичные группы." + +#: ../../../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 "" +"По умолчанию пользователь во вторичной группе предоставляется, если " +"вторичная группа задана в качестве основной группы пользователя." + +#. (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 "Публичные ссылки" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:212 +msgid "Habilitar Enlaces Públicos" +msgstr "Включить публичные ссылки" + +#: ../../../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 "" +"Включает возможность создания публичных ссылок для просмотра деталей учетной " +"записи" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:216 +msgid "" +"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgstr "Связанные учетные записи будут видны для всех, у кого есть ссылка." + +#: ../../../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 "" +"Для создания ссылок пользователи должны включить соответствующую опцию в " +"своем профиле." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:234 +msgid "Usar imagen para clave" +msgstr "Использовать картинку для пароля" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:236 +msgid "La clave de la cuenta es visualizada como una imagen." +msgstr "Пароль учетной записи показан как картинка." + +#: ../../../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 "Срок действия" + +#: ../../../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 "Максимум переходов" + +#: ../../../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 "Управление файлами" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:296 +#, fuzzy +msgid "Habilita la subida/descarga de archivos para las cuentas." +msgstr "" +"Включает загрузку/скачивание файлов, которые могут прикрепляться к учетным " +"записям." + +#: ../../../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 "Разрешенные расширения файлов" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:309 +msgid "Extensiones permitidas para la subida de archivos." +msgstr "Разрешенные расширения файлов для загрузки." + +#: ../../../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 "" +"Введите расширение и нажмите Enter для добавления. Не забудьте сохранить " +"настройки." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:325 +msgid "Tamaño máximo de archivo" +msgstr "Максимальный размер файла" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:330 +msgid "Establece el tamaño máximo para subir archivos." +msgstr "Максимальный размер загружаемого файла." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 +msgid "El máximo absuluto es de 16MB." +msgstr "Абсолютный максимум 16MB." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:345 +msgid "Tamaño máximo de archivo en kilobytes" +msgstr "Максимальный размер файла в килобайтах" + +#: ../../../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 "Результат" -#: ../../../../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 "Скачать текущий" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 +msgid "Copia BBDD" +msgstr "Резервная копия БД" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 +msgid "Copia sysPass" +msgstr "Резервная копия sysPass" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:53 #, fuzzy msgid "No hay backups para descargar" msgstr "Нет резервных копий для скачивания" -#: ../../../../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 "Помощь" - -#: ../../../../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." msgstr "" "Резервное копирование позволяет сохранять базу данных, файлы и настройки." -#: ../../../../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 " @@ -2946,26 +2909,27 @@ msgstr "" "Используя данный метод возможно сохранить все данные sysPass и использовать " "их в portable версии" -#: ../../../../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 "Экспорт учетных записей" -#: ../../../../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 "Нет XML файлов для загрузки" -#: ../../../../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 "Пароль экспорта" -#: ../../../../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 "Пароль экспорта (подтверждение)" -#: ../../../../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." @@ -2973,7 +2937,14 @@ msgstr "" "Экспорт учетных записей позволяет сохранить данные в формат XML для " "дальнейшего импорта в другие инсталляции sysPass." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:184 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 +#, fuzzy +msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgstr "" +"Экспортированные элементы - это учетные записи, заказчики, категории и теги." + +#: ../../../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." @@ -2981,7 +2952,7 @@ msgstr "" "Пароли учетных записей экспортируются в зашифрованном виде для улучшения " "защиты." -#: ../../../../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." @@ -2989,292 +2960,83 @@ msgstr "" "Можно задать пароль для экспорта, которым будет зашифрована вся информация в " "файле XML." -#: ../../../../inc/themes/material-blue/views/main/body-start.inc:4 -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "Javascript необходим для корректной работы" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:518 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:23 -msgid "Nombre de la categoría" -msgstr "Имя категории" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:519 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:35 -msgid "Descripción de la categoría" -msgstr "Описание категории" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:4 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:7 -msgid "Sitio" -msgstr "Сайт" - -#: ../../../../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 "Язык" - -#: ../../../../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 "" -"Устанавливает глобальную настройку языка программы. Каждый пользователь " -"может изменить язык в своих настройках." - -#: ../../../../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 "Тема" - -#: ../../../../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 "" -"Устанавливает тему визуального оформления приложения. Каждый пользователь " -"может изменить тему в своих настройках." - -#: ../../../../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 "Таймаут сессии (секунды)" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:21 -msgid "Habilitar log de eventos" -msgstr "Включить журнал событий" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:13 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Вести запись действий в программе." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:104 -msgid "Habilitar depuración" -msgstr "Включить отладку" - -#: ../../../../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 "Показывает информацию о программе и производительности." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:122 -msgid "Modo mantenimiento" -msgstr "Режим обслуживания" - -#: ../../../../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 "" -"В данном режиме войти в программу невозможно. Для его отключения необходимо " -"редактировать файл конфигурации." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:140 -msgid "Comprobar actualizaciones" -msgstr "Проверка обновлений" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:132 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." -msgstr "Проверяет обновления программы (только для администраторов)." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:158 -msgid "Comprobar notificaciones" -msgstr "Проверка уведомлений" - -#: ../../../../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 "" -"Проверяет на наличие уведомлений безопасности (только для администраторов)." - -#: ../../../../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 "Имя учетной записи как ссылка" - -#: ../../../../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 "Превращает имя учетной записи в ссылку на её детали на странице поиска" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:251 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:203 -msgid "Gestión de archivos" -msgstr "Управление файлами" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:241 -#, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "" -"Включает загрузку/скачивание файлов, которые могут прикрепляться к учетным " -"записям." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:72 -msgid "Búsquedas globales" -msgstr "Глобальные поиски" - -#: ../../../../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 "" -"Позволяет пользователям производить поиск по всем учетным записям, но при " -"этом содержимое учетных записей, к которым нет доступа, не будет показано." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:257 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:275 -msgid "Extensiones de archivos permitidas" -msgstr "Разрешенные расширения файлов" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:262 -msgid "Extensiones permitidas para la subida de archivos." -msgstr "Разрешенные расширения файлов для загрузки." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:266 -msgid "Se permite un máximo de 4 caracteres." -msgstr "Максимальная длина расширения 4 символа." - -#: ../../../../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 "" -"Введите расширение и нажмите Enter для добавления. Не забудьте сохранить " -"настройки." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:288 -msgid "Establece el tamaño máximo para subir archivos." -msgstr "Максимальный размер загружаемого файла." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:292 -msgid "El máximo absuluto es de 16MB." -msgstr "Абсолютный максимум 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 "Результатов на страницу" - -#: ../../../../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 "Число результатов поиска на страницу" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:116 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:155 -msgid "Resultados en Tarjetas" -msgstr "Результаты в виде карточек" - -#: ../../../../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 "Включает показ учетных записей в результатах поиска в виде карточек." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:96 -msgid "Imagen para mostrar clave" -msgstr "Показать пароль в виде изображения" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:82 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Генерирует изображение с паролем учетной записи." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:86 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "Полезно для ситуаций, когда копирование паролей не безопасно." - -#: ../../../../inc/SP/Api/SyspassApi.class.php:538 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:26 -msgid "Nombre del cliente" -msgstr "Имя заказчика" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:539 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:39 -msgid "Descripción del cliente" -msgstr "Описание заказчика" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:57 -msgid "Texto Ayuda" -msgstr "Текст помощи" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:74 -msgid "Obligatorio" -msgstr "Обязательно" - -#: ../../../../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 "Мастер-пароль" -#: ../../../../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 "Последнее изменение" -#: ../../../../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 "Текущий мастер-пароль" -#: ../../../../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 "Новый мастер-пароль" -#: ../../../../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 "Новый мастер-пароль (подтверждение)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:83 -msgid "No modificar cuentas" -msgstr "Не изменять учетные записи" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:75 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" -msgstr "Устанавливает мастер-пароль без повторного шифрования учетных записей." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:109 -msgid "Confirmar cambio" -msgstr "Подтвердите изменение" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:92 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:77 msgid "Guarde la nueva clave en un lugar seguro." msgstr "Необходимо сохранить новый пароль в надежном месте" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:96 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:81 msgid "Se volverán a encriptar las claves de todas las cuentas." msgstr "Все пароли учетных записей будут зашифрованы вновь." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:100 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:85 msgid "Los usuarios deberán de introducir la nueva clave maestra." msgstr "Пользователям потребуется ввести новый мастер-пароль." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:138 +#: ../../../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 записей. Этот процесс может занять некоторое время." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 +msgid "No modificar cuentas" +msgstr "Не изменять учетные записи" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:108 +msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +msgstr "Устанавливает мастер-пароль без повторного шифрования учетных записей." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 +#, fuzzy +msgid "Confirmar cambio" +msgstr "Подтвердите изменение" + +#: ../../../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." + +#: ../../../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." @@ -3282,7 +3044,8 @@ msgstr "" "Мастер-пароль используется для шифрования паролей учетных записей в целях " "повышения безопасности." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:140 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:154 +#, fuzzy msgid "" "Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " "que incluya números, letras y símbolos." @@ -3290,26 +3053,51 @@ msgstr "" "Рекомендуется регулярная смена и одновременное использование цифр, букв и " "символов." -#: ../../../../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 "Вы можете получить дополнительную информацию: %s" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:166 +msgid "Actualizar hash de clave maestra" +msgstr "Обновить хэш мастер-пароля" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:318 msgid "Clave Temporal" msgstr "Временный пароль" -#: ../../../../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 "Не сгенерирован" -#: ../../../../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 "Действителен до" -#: ../../../../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 "Попыток" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:229 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:239 msgid "Validez (s)" msgstr "Срок действия (секунды)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:303 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:258 +msgid "Enviar correo" +msgstr "Отправить письмо" + +#: ../../../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 "Отправить письмо всем пользователям или выбранным группам" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:320 #, fuzzy msgid "" "La clave temporal es utilizada como clave maestra para los usuarios que " @@ -3319,119 +3107,305 @@ msgstr "" "Временный пароль используется как мастер-пароль для пользователей, которым " "необходимо войти и которым не предоставляется мастер-пароль." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:309 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 msgid "Generar" msgstr "Сгенерировать пароль" -#: ../../../../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 "Записи не найдены" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 +msgid "Autentificación" +msgstr "Аутентификация" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:22 -msgid "Fecha / Hora" -msgstr "Дата / Время" +#: ../../../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 "Событие" +#: ../../../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 "Первая страница" +#: ../../../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 "Прошлая страница" +#: ../../../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 "Следующая страница" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:86 -msgid "Última página" -msgstr "Последняя страница" - -#: ../../../../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 "Показать файл" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 -#, fuzzy -msgid "Indica si la conexión utiliza HTTPS." -msgstr "Указывает, используется ли соединение по протоколу 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." -msgstr "Пароли при передаче форм шифруются с PKI, остальные данные - нет." +"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." -#: ../../../../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 "Проект cygnux.org" +#: ../../../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:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:246 +msgid "Grupo por Defecto" +msgstr "Группа по умолчанию" -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:27 -msgid "Nombre del grupo" -msgstr "Имя группы" +#: ../../../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 "Описание группы" +#: ../../../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:261 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:271 +msgid "Perfil por Defecto" +msgstr "Профиль по умолчанию" -#: ../../../../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/plugin/plugin.inc:64 +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:66 +msgid "Eventos" +msgstr "События" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:28 +msgid "Habilitar log de eventos" +msgstr "Включить журнал событий" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:29 +msgid "Guarda las acciones realizadas en la aplicación." +msgstr "Вести запись действий в программе." + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 +msgid "Habilitar Syslog" +msgstr "Включить Syslog" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 +msgid "Habilitar Syslog Remoto" +msgstr "Включить удаленный Syslog" + +#: ../../../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:91 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:116 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:64 +msgid "Servidor" +msgstr "Сервер" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:76 +msgid "Nombre o dirección IP" +msgstr "Хост или IP-адрес" + +#: ../../../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 "Порт" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:10 +msgid "Proxy" +msgstr "Прокси" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:28 +msgid "Usar Proxy" +msgstr "Использовать прокси" + +#: ../../../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 "Прокси-сервер" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:59 +msgid "Puerto del servidor proxy" +msgstr "Порт прокси-сервера" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:73 +msgid "Usuario del servidor proxy" +msgstr "Пользователь для прокси-сервера" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:87 +msgid "Clave del servidor proxy" +msgstr "Пароль для прокси-сервера" + +#: ../../../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 "Сайт" + +#: ../../../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 "Язык" + +#: ../../../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 "" +"Устанавливает глобальную настройку языка программы. Каждый пользователь " +"может изменить язык в своих настройках." + +#: ../../../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 "" +"Для улучшения/добавления переводов Вы можете перейти по ссылке https://" +"poeditor.com/join/project/fmlsBuugyv" + +#: ../../../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 "Тема" + +#: ../../../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 "" +"Устанавливает тему визуального оформления приложения. Каждый пользователь " +"может изменить тему в своих настройках." + +#: ../../../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 "Таймаут сессии (секунды)" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 +msgid "Forzar HTTPS" +msgstr "Форсировать 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 "Форсировать все соединения через HTTPS." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:120 +msgid "Habilitar depuración" +msgstr "Включить отладку" + +#: ../../../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 "Показывает информацию о программе и производительности." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:135 +msgid "Modo mantenimiento" +msgstr "Режим обслуживания" + +#: ../../../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 "" +"В данном режиме войти в программу невозможно. Для его отключения необходимо " +"редактировать файл конфигурации." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:150 +msgid "Comprobar actualizaciones" +msgstr "Проверка обновлений" + +#: ../../../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 "Проверяет обновления программы (только для администраторов)." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:165 +msgid "Comprobar notificaciones" +msgstr "Проверка уведомлений" + +#: ../../../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 "" +"Проверяет на наличие уведомлений безопасности (только для администраторов)." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 +msgid "Encriptar Sesión" +msgstr "Зашифровать сеанс" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encriptar los datos de la sesión de PHP." +msgstr "Шифрование данных сеанса PHP" + +#: ../../../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 "" +"Эта функция повышает безопасность сеансов PHP, поскольку сохраненные данные " +"не будут читаемыми." + +#: ../../../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" -#: ../../../../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 "Пользователь по умолчанию" -#: ../../../../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 "Задает пользователя по умолчанию для импортируемых учетных записей." -#: ../../../../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 "Группа по умолчанию" - -#: ../../../../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 "Задает группу по умолчанию для импортируемых учетных записей." -#: ../../../../inc/themes/material-blue/views/config/import.inc:127 -#: ../../../../inc/themes/material-blue/views/config/import.inc:142 -msgid "Clave de Importación" -msgstr "Пароль для импорта (если требуется)" +#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 +msgid "Archivo" +msgstr "Файл" -#: ../../../../inc/themes/material-blue/views/config/import.inc:176 -#: ../../../../inc/themes/material-blue/views/config/import.inc:191 -msgid "Delimitador CSV" -msgstr "Разделитель CSV" - -#: ../../../../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 "Перетащите файл сюда или нажмите для выбора" -#: ../../../../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 " @@ -3439,19 +3413,21 @@ msgid "" msgstr "" "Выполняет импорт учетных записей, категорий и заказчиков из файлов XML и CSV." -#: ../../../../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 "Поддерживаемые форматы файлов XML: sysPass, KeePass и KeePassX" -#: ../../../../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 "" "Перетащите файл для импорта в выделенную зону или нажмите на стрелочку." -#: ../../../../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." @@ -3459,129 +3435,208 @@ msgstr "" "При импорте из KeePass или KeePassX, имя заказчика будет KeePass или " "KeePassX, а в качестве категории будет указано имя группы." -#: ../../../../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 "Файл CSV должен быть в формате:" -#: ../../../../inc/themes/material-blue/views/config/import.inc:114 +#: ../../../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 "Если заказчика или категории нет, они будут автоматически созданы." -#: ../../../../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 "Пароль для импорта (если требуется)" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:134 +msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +msgstr "Это необходимо только для зашифрованных XML файлов 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 "" +"Это необходимо только для XML файлов syspass'а, зашифрованных мастер-паролем " +"отличным от текущего." + +#: ../../../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" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:183 +msgid "Sólo es necesario para archivos CSV." +msgstr "Это необходимо только для CSV файлов." + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:5 msgid "Información de la Aplicación" msgstr "О программе" -#: ../../../../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" -#: ../../../../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 "База данных" -#: ../../../../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/plugin/plugin.inc:28 +msgid "Versión" +msgstr "Версия" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:42 msgid "Extensiones" msgstr "Расширения" -#: ../../../../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 "Используемая память" -#: ../../../../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 "Сервер" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 +msgid "OP Cache" +msgstr "OP кеш" -#: ../../../../inc/themes/material-blue/views/main/install.inc:35 -msgid "Login del usuario administrador de sysPass" -msgstr "Учетная запись администратора sysPass" +#: ../../../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 "Резервная копия конфигурации" -#: ../../../../inc/themes/material-blue/views/main/install.inc:67 -msgid "Configurar BBDD" -msgstr "Конфигурация БД" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:89 +msgid "Indica si el idioma se encuentra disponible" +msgstr "Сообщает доступен язык или нет." -#: ../../../../inc/themes/material-blue/views/main/install.inc:110 -msgid "Nombre de la base de datos para sysPass" -msgstr "Имя базы данных sysPass" +#: ../../../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 "" +"Если не установлено, то необходимо установить правильные локали в ОС. " +"Подробности в WiKi." -#: ../../../../inc/themes/material-blue/views/main/install.inc:145 -msgid "Modo Hosting" -msgstr "Режим хостинга" +#: ../../../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 "Зашифрованная сессия" -#: ../../../../inc/themes/material-blue/views/main/install.inc:152 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -msgstr "Права доступа к БД не создаются и не проеряются" +#: ../../../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 "Сообщает, зашифрованы ли данные сеанса на сервере или нет" -#: ../../../../inc/themes/material-blue/views/main/install.inc:166 -#: ../../../../inc/themes/material-blue/views/main/install.inc:168 -msgid "Instalar" -msgstr "Установка" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "Sí" +msgstr "Да" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:36 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "No" +msgstr "Нет" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:125 +msgid "Plugins Cargados" +msgstr "Загруженные плагины" + +#: ../../../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 "Включить 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 "Включает аутентификацию по LDAP" -#: ../../../../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 "Этот метод будет переключаться на MySQL при сбоях." -#: ../../../../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 "Включает режим подключения Active Directory к серверу LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:81 +msgid "Habilita la conexión mediante TLS." +msgstr "Enables the connection over TLS" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:96 #, fuzzy msgid "Nombre o dirección IP del servidor de LDAP." msgstr "Адрес сервера 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 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:100 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:131 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:182 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:216 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:128 msgid "Ejemplos:" msgstr "Примеры:" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:93 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:122 msgid "Usuario de conexión" msgstr "Пользователь для подключения" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:98 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:127 msgid "Usuario para conectar con el servicio de LDAP." msgstr "Пользователь для подключения к серверу LDAP." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:123 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:152 msgid "Clave de conexión" msgstr "Пароль для подключения" -#: ../../../../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:157 +msgid "Clave del usuario de conexión a LDAP." +msgstr "Пароль пользователя для подключения к LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:173 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:197 msgid "Base de búsqueda" msgstr "Начинать поиск с" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:149 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:178 +#, fuzzy msgid "Base en la que realizar la búsqueda de usuarios de LDAP." msgstr "Откуда начинать поиск в LDAP." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:179 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:208 #, fuzzy msgid "" "Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." @@ -3589,584 +3644,81 @@ msgstr "" "Пользователи из LDAP должны состоять в указанной группе для получения " "доступа." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:183 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:212 msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." msgstr "" "Эта группа должна быть расположена в пространстве, в котором осуществляется " "поиск в LDAP." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:212 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:241 #, fuzzy msgid "" "Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." msgstr "Задает группу по умолчанию для новых пользователей из LDAP" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:231 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:241 -msgid "Perfil por Defecto" -msgstr "Профиль по умолчанию" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:266 #, fuzzy msgid "" "Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." msgstr "Задает профиль по умолчанию для новых пользователей из LDAP." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:56 -msgid "Active Directory" -msgstr "Active Directory" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:318 +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 "Включает режим подключения Active Directory к серверу LDAP." +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:324 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:334 +msgid "Atributo Login" +msgstr "Login Attribute" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:71 -msgid "Comprobar" -msgstr "Проверить" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:329 +msgid "" +"Define el atributo a utilizar para el login del usuario en la importación." +msgstr "Определяет атрибут входа пользователя при импорте." -#: ../../../../inc/themes/material-blue/views/main/login.inc:74 -msgid "¿Olvidó su clave?" -msgstr "Забыли пароль?" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:347 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:357 +msgid "Atributo Nombre" +msgstr "Login Attribute" -#: ../../../../inc/SP/Controller/MainActionController.class.php:74 -#: ../../../../inc/themes/material-blue/views/main/login.inc:81 -msgid "Aplicación actualizada correctamente" -msgstr "Программа успешно обновлена" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:352 +msgid "" +"Define el atributo a utilizar para el nombre del usuario en la importación." +msgstr "Определяет атрибут для имени пользователя при импорте." -#: ../../../../inc/themes/material-blue/views/config/mail.inc:21 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:382 +msgid "Importar Grupos" +msgstr "Import Groups" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:391 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:401 +msgid "Atributo Nombre Grupo" +msgstr "Group Name Attribute" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:396 +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:412 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:426 +msgid "Filtro" +msgstr "Filter" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:417 +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 "Включить уведомления по email" -#: ../../../../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 "Порт" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:58 -msgid "Habilitar Autentificación" -msgstr "Включить аутентификацию" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:96 -msgid "Deshabilitada" -msgstr "Отключена" - -#: ../../../../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 "Email получателя" - -#: ../../../../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 "Включить запросы по email" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:294 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:295 -msgid "Más Acciones" -msgstr "Другие действия" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:7 -msgid "Solicitud de Cambio de Clave" -msgstr "Запросить смену пароля" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:25 -msgid "Email del Usuario" -msgstr "Email" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:55 -msgid "Volver a iniciar sesión" -msgstr "Назад ко входу" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:61 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:63 -msgid "Solicitar" -msgstr "Запрос" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:67 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:69 -msgid "Cambiar" -msgstr "Изменение" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:51 -msgid "Cambiar Clave" -msgstr "Изменение пароля" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:100 -msgid "Ordenar resultados por visitas" -msgstr "Сортировать результаты поиска по числу просмотров" - -#: ../../../../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 "" -"Включает показ результатов поиска учетных записей с сортировкой по числу " -"просмотров." - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:118 -msgid "Barra de navegación superior" -msgstr "Верхняя навигация" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:110 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Закрепить панель навигации в верху страницы." - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:137 -msgid "Mostrar Acciones Ocultas" -msgstr "Показывать скрытые действия" - -#: ../../../../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 "" -"Всегда показывать скрытые действия на странице результатов поиска учетных " -"записей." - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:25 -msgid "Nombre del perfil" -msgstr "Имя профиля" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver detalles de cuenta" -msgstr "Просмотр деталей учетной записи" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver" -msgstr "Показать" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:54 -msgid "Ver clave de cuenta" -msgstr "Показать пароль учетной записи" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver historial de cuenta" -msgstr "Показать историю учетной записи" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar cuenta" -msgstr "Изменить учетную запись" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar" -msgstr "Изменить" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar clave de cuenta" -msgstr "Изменить пароль учетной записи" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar Clave" -msgstr "Изменить пароль" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:46 -msgid "Añadir" -msgstr "Добавить" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:89 -msgid "Ver archivos de cuenta" -msgstr "Просмотр файлов учетной записи" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Backup" -msgstr "Резервное копирование" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Realizar importación de cuentas" -msgstr "Выполнить импорт учетной записи" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:130 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:132 -msgid "Gestión" -msgstr "Управление" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:140 -msgid "Gestión de usuarios" -msgstr "Управление пользователями" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:147 -msgid "Gestión de grupos" -msgstr "Управление группами" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Gestión de perfiles" -msgstr "Управление профилями" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:680 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Perfiles" -msgstr "Профили" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:161 -msgid "Gestión de categorías" -msgstr "Управление категориями" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:168 -msgid "Gestión de clientes" -msgstr "Управление заказчиками" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:175 -msgid "Gestión de campos personalizados" -msgstr "Управление свободными полями" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Gestión de autorizaciones API" -msgstr "Управление API авторизации" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:764 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Autorizaciones API" -msgstr "API авторизации" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:253 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:255 -msgid "Otros" -msgstr "Другие" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Ver log de eventos" -msgstr "Просмотр журнала событий" - -#: ../../../../inc/SP/Core/Acl.class.php:222 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Log de Eventos" -msgstr "Журнал событий" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:270 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:272 -msgid "Usado por" -msgstr "Используется" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:4 -msgid "Solicitar Modificación de Cuenta" -msgstr "Запрос изменения учетной записи" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:36 -msgid "Petición" -msgstr "Запрос" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:42 -msgid "Descripción de la petición" -msgstr "Описание запроса" - -#: ../../../../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 "Назад" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:65 -msgid "Enviar" -msgstr "Отправить" - -#: ../../../../inc/themes/material-blue/views/grid/datagrid-nav-full.inc:11 -msgid "Filtro ON" -msgstr "Включен фильтр" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:24 -msgid "Buscar en Wiki" -msgstr "Поиск в Wiki" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:71 -msgid "Abrir enlace a" -msgstr "Открыть ссылку" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:152 -msgid "Archivos adjuntos" -msgstr "Вложения" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:162 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:173 -msgid "Enlace a Wiki" -msgstr "Ссылка на Wiki" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:67 -msgid "Limpiar" -msgstr "Очистить" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:473 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:15 -msgid "Texto a buscar" -msgstr "Текст для поиска" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:22 -msgid "Parámetros especiales:" -msgstr "Специальные параметры" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:25 -#, fuzzy -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Найти учетные записи, к которым есть доступ у указанного пользователя" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:27 -#, fuzzy -msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "Найти учетные записи, к которым есть доступ у указанной группы" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:29 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "Найти учетные записи с прикрепленным файлом" - -#: ../../../../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 "Глобальный поиск" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:87 -msgid "Cuentas por página" -msgstr "Учетных записей на страницу" - -#: ../../../../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 "Выйти" - -#: ../../../../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 "Опции" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:61 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:65 -msgid "Regenerar Autorización" -msgstr "Обновить авторизацию" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:71 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:73 -msgid "Token" -msgstr "Токен" - -#: ../../../../inc/themes/material-blue/views/main/update.inc:21 -msgid "Actualizado" -msgstr "Обновлено" - -#: ../../../../inc/themes/material-blue/views/main/update.inc:27 -msgid "Error al comprobar actualizaciones" -msgstr "Ошибка проверки обновлений" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:10 -msgid "Actualización de BBDD" -msgstr "Обновление БД" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:19 -msgid "Código de Seguridad" -msgstr "Код безопасности" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:174 -msgid "Iniciar Actualización" -msgstr "Начать обновление" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:31 -msgid "Nombre de usuario completo" -msgstr "Полное имя пользователя" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:45 -msgid "Login de inicio de sesión" -msgstr "Логин" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:94 -msgid "Dirección de correo" -msgstr "Адрес email" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:145 -msgid "Administrador de la aplicación" -msgstr "Администратор программы" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:152 -msgid "Administrador de cuentas" -msgstr "Администратор учетных записей" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:167 -msgid "Forzar cambio de clave" -msgstr "Запросить изменение пароля при следующем входе в систему" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:181 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:183 -msgid "Entradas" -msgstr "Записи" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:190 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:192 -msgid "Último Acceso" -msgstr "Последний доступ" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:208 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:210 -msgid "Fecha Clave Maestra" -msgstr "Дата мастер-пароля" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:30 -msgid "Habilitar enlaces Wiki" -msgstr "Включить ссылки Wiki" - -#: ../../../../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 "" -"Включает возможность добавления внешней ссылки на страницу результатов " -"поиска учетной записи в 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 "URL для поиска в Wiki" - -#: ../../../../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 системы поиска в WiKi." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:45 -msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "Использует имя заказчика как параметр." - -#: ../../../../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 "Пример:" - -#: ../../../../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 на страницы Wiki" - -#: ../../../../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 страницы с данными из WiKi." - -#: ../../../../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 "Имя учетной записи используется как параметр поиска в 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 "Префикс учетной записи" - -#: ../../../../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 "Префикс учетных записей, для которых создавать ссылку на WiKi." - -#: ../../../../inc/themes/material-blue/views/account/account.inc:11 -msgid "Histórico" -msgstr "История" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:68 -msgid "Realizar" -msgstr "Выполнить" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:86 -msgid "Forzar HTTPS" -msgstr "Форсировать 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 "Форсировать все соединения через HTTPS." - -#: ../../../../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 "Число результатов поиска на страницу" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:2 -msgid "Proxy" -msgstr "Прокси" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:13 -msgid "Usar Proxy" -msgstr "Использовать прокси" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:27 -msgid "Servidor proxy" -msgstr "Прокси-сервер" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:41 -msgid "Puerto del servidor proxy" -msgstr "Порт прокси-сервера" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:55 -msgid "Usuario del servidor proxy" -msgstr "Пользователь для прокси-сервера" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:69 -msgid "Clave del servidor proxy" -msgstr "Пароль для прокси-сервера" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:26 -msgid "Nombre del campo" -msgstr "Имя поля" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:63 -msgid "Ayuda del campo" -msgstr "Подсказка" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:206 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:209 -msgid "Intentos" -msgstr "Попыток" - -#: ../../../../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 "Настройки пользователя" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:27 -msgid "Usuario administrador de sysPass" -msgstr "Учетная запись администратора sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:77 -msgid "Usuario acceso BBDD" -msgstr "Пользователь DB" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:85 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "Используйте учетную запись с правами администратора базы данных" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:93 -msgid "Clave acceso BBDD" -msgstr "Пароль DB" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:102 -msgid "Nombre BBDD para sysPass" -msgstr "Имя базы данных sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:119 -msgid "Servidor BBDD para sysPass" -msgstr "Сервер DB" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:127 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Имя сервера базы данных sysPass" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:128 -msgid "Clave del usuario de conexión a LDAP." -msgstr "Пароль пользователя для подключения к LDAP." - -#: ../../../../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 " @@ -4175,1181 +3727,109 @@ msgstr "" "Включить возможность создания запроса на изменение учетных записей, к " "которым у пользователя нет прав доступа." -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:95 +msgid "Habilitar Autentificación" +msgstr "Включить аутентификацию" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:133 +msgid "Seguridad" +msgstr "Безопасность" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:136 +msgid "Deshabilitada" +msgstr "Отключена" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:146 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:154 #, fuzzy -msgid "Crear nueva cuenta" -msgstr "Новая учетная запись" +msgid "Dirección de correo de envío" +msgstr "Email получателя" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 +#: ../../../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 "Включить ссылки Wiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:45 #, fuzzy -msgid "Crear" -msgstr "Создать" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:82 -#, fuzzy -msgid "Eliminar cuenta" -msgstr "Удалить учетную запись" - -#: ../../../../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 "Удалить" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 -msgid "Opciones de encriptación" -msgstr "Настройки шифрования" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Realizar copia de seguridad y exportar" -msgstr "Резервное копирование и экспорт" - -#: ../../../../ajax/ajax_filesMgmt.php:97 -msgid "Extensión" -msgstr "Расширение" - -#: ../../../../ajax/ajax_filesMgmt.php:124 -msgid "Tamaño de archivo superado" -msgstr "Слишком большой размер файла" - -#: ../../../../ajax/ajax_passReset.php:77 -msgid "Solicitud no enviada" -msgstr "Запрос не отправлен" - -#: ../../../../ajax/ajax_passReset.php:78 -msgid "Compruebe datos de usuario o consulte con el administrador" +msgid "" +"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " +"la búsqueda." msgstr "" -"Пожалуйста, проверьте данные пользователя или свяжитесь с администратором" +"Включает возможность добавления внешней ссылки на страницу результатов " +"поиска учетной записи в Wiki." -#: ../../../../inc/SP/Account/Account.class.php:203 -#: ../../../../inc/SP/Account/Account.class.php:510 +#: ../../../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 для поиска в Wiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:58 #, fuzzy -msgid "La cuenta no existe" -msgstr "Учетная запись не существует" +msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgstr "URL системы поиска в WiKi." -#: ../../../../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 "Ошибки" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:80 -msgid "Error al añadir favorito" -msgstr "Ошибка добавления в избранное" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:102 -msgid "Error al eliminar favorito" -msgstr "Ошибка удаления из избранного" - -#: ../../../../inc/SP/Account/AccountTags.class.php:129 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:62 #, fuzzy -msgid "Error al eliminar las etiquetas de la cuenta" -msgstr "Ошибка при удалении тегов для учетной записи" +msgid "Como parámetro se utiliza el nombre del cliente." +msgstr "Использует имя заказчика как параметр." -#: ../../../../inc/SP/Api/ApiRequest.class.php:190 -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:74 -msgid "Método inválido" -msgstr "Ошибочный метод" +#: ../../../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 "Пример:" -#: ../../../../inc/SP/Api/ApiBase.class.php:200 -#: ../../../../inc/SP/Api/ApiRequest.class.php:207 -msgid "Datos inválidos" -msgstr "Ошибочные данные" +#: ../../../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 на страницы Wiki" -#: ../../../../inc/SP/Api/ApiRequest.class.php:211 -msgid "Formato incorrecto" -msgstr "Ошибочный формат" - -#: ../../../../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 учетной записи" - -#: ../../../../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 "Отправлены детали по запросу" +msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgstr "URL страницы с данными из WiKi." -#: ../../../../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 "Количество результатов для отображения" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:475 -msgid "Id de categoría a filtrar" -msgstr "ID категории для фильтра" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:476 -msgid "Id de cliente a filtrar" -msgstr "ID заказчика для фильтра" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:496 -#: ../../../../inc/SP/Api/SyspassApi.class.php:525 -msgid "Id de categoría" -msgstr "ID категории" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:497 -#: ../../../../inc/SP/Api/SyspassApi.class.php:545 -msgid "Id de cliente" -msgstr "ID заказчика" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:511 -msgid "Nombre de categoría a buscar" -msgstr "Название категории для поиска" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:531 -msgid "Nombre de cliente a buscar" -msgstr "Название заказчика для поиска" - -#: ../../../../inc/SP/Auth/Auth.class.php:88 -msgid "Método ya inicializado" -msgstr "Метод уже инициализирован" - -#: ../../../../inc/SP/Auth/Auth.class.php:90 -msgid "Método no disponible" -msgstr "Метод недоступен" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:108 -msgid "Objetos encontrados: %d" -msgstr "Найдено объектов: %d" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:127 -#, fuzzy -msgid "Los parámetros de DokuWiki no están configurados" -msgstr "Параметры DokuWiki не заданы" - -#: ../../../../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 "Ошибка" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:137 -msgid "Conexión correcta" -msgstr "Успешное подключение" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:141 -msgid "Error de conexión a DokuWiki" -msgstr "Ошибка при подключении к DokuWiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:181 -msgid "Faltan parámetros de syslog remoto" -msgstr "Пропущены параметры удаленного syslog" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:192 -msgid "Syslog remoto deshabilitado" -msgstr "Удаленный syslog отключен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:253 -#, fuzzy -msgid "Error al guardar la configuración" -msgstr "Ошибка при сохранении конфигурации" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:356 -msgid "Faltan parámetros de DokuWiki" -msgstr "Пропущены параметры DokuWiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:368 -msgid "DokuWiki habiltada" -msgstr "DokuWiki включен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:372 -msgid "DokuWiki deshabilitada" -msgstr "DokuWiki выключен" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:125 -msgid "Buscar Evento" -msgstr "Поиск событий" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:80 -msgid "Buscar Categoría" -msgstr "Поиск категории" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:154 -msgid "Buscar Cliente" -msgstr "Поиск заказчика" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:230 -msgid "Buscar Campo" -msgstr "Поиск поля" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:310 -msgid "Buscar Archivo" -msgstr "Поиск файла" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:373 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:434 -msgid "Buscar Cuenta" -msgstr "Поиск учетной записи" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:506 -msgid "Buscar Usuario" -msgstr "Поиск пользователя" - -#: ../../../../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 "Импорт пользователей из LDAP" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:616 -msgid "Buscar Grupo" -msgstr "Поиск группы" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:688 -msgid "Buscar Perfil" -msgstr "Поиск профиля" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:772 -msgid "Buscar Token" -msgstr "Поиск токена" - -#: ../../../../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 "Дата создания" - -#: ../../../../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 "Действует до" - -#: ../../../../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 "Уведомление" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:856 -msgid "Enlaces" -msgstr "Ссылки" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:864 -msgid "Buscar Enlace" -msgstr "Поиск ссылок" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:874 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:875 -msgid "Ver Enlace" -msgstr "Показать ссылку" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:883 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:884 -msgid "Renovar Enlace" -msgstr "Обновить ссылку" - -#: ../../../../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 "Удалить ссылку" - -#: ../../../../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 "Теги" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:934 -msgid "Buscar Etiqueta" -msgstr "Поиск тегов" - -#: ../../../../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 "Новый тег" - -#: ../../../../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 "Редактировать тег" - -#: ../../../../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 "Удалить тег" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:984 -msgid "Plugin" -msgstr "Плагин" - -#: ../../../../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 "Статус" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1001 -msgid "Plugins" -msgstr "Плагины" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1009 -msgid "Buscar Plugin" -msgstr "Поиск плагинов" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1019 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1020 -msgid "Ver Plugin" -msgstr "Показать плагин" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1028 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1029 -msgid "Habilitar" -msgstr "Включить" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1038 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1039 -msgid "Deshabilitar" -msgstr "Отключить" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1048 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1049 -msgid "Restablecer Datos" -msgstr "Сбросить данные" - -#: ../../../../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 "Компонент" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:67 -msgid "Leída" -msgstr "Чтение" - -#: ../../../../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 "Уведомления" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:84 -msgid "Buscar Notificación" -msgstr "Поиск уведомления" - -#: ../../../../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 "Показать уведомление" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:116 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:117 -msgid "Marcar Notificación" -msgstr "Проверить уведомление" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:136 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:137 -msgid "Eliminar Notificación" -msgstr "Удалить уведомление" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:732 -msgid "Enlace creado" -msgstr "Ссылка создана" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:742 -msgid "Enlace actualizado" -msgstr "Ссылка обновлена" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:757 -msgid "Enlace eliminado" -msgstr "Ссылка удалена" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:789 -#: ../../../../inc/SP/Import/ImportBase.class.php:226 -msgid "Etiqueta creada" -msgstr "Тег добавлен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:796 -msgid "Etiqueta actualizada" -msgstr "Тег обновлен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:809 -msgid "Etiqueta eliminada" -msgstr "Тег удален" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:876 -msgid "Plugin habilitado" -msgstr "Плагин включен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:884 -msgid "Plugin deshabilitado" -msgstr "Плагин отключен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:891 -msgid "Plugin restablecido" -msgstr "Плагин сброшен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1062 -msgid "Favorito añadido" -msgstr "Добавлено в избранное" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1067 -msgid "Favorito eliminado" -msgstr "Удалено из избранного" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1090 -msgid "Importación de usuarios de LDAP realizada" -msgstr "Импорт пользователей из LDAP завершен" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1096 -#, fuzzy -msgid "Error al importar usuarios de LDAP" -msgstr "Ошибка при импорте пользователей из LDAP" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1114 -msgid "Notificación leída" -msgstr "Уведомление прочитано" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1140 -msgid "Notificación eliminada" -msgstr "Уведомление удалено" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1192 -msgid "Solicitud enviada por correo" -msgstr "Запрос отправлен по email" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1194 -msgid "Solicitud no enviada por correo" -msgstr "Запрос не отправлен по email" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1209 -msgid "Solicitud realizada" -msgstr "Запрос выполнен" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:216 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:74 -msgid "Ver Enlace Público" -msgstr "Показать публичную ссылку" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:233 -msgid "Detalles de Plugin" -msgstr "Детали плагина" - -#: ../../../../inc/SP/Controller/LoginController.class.php:375 -#, fuzzy -msgid "Error al obtener la clave maestra del usuario" -msgstr "Ошибка при получении мастер-пароля пользователя" - -#: ../../../../inc/SP/Controller/LoginController.class.php:330 -msgid "Es necesaria su clave anterior" -msgstr "Необходим Ваш прошлый пароль" - -#: ../../../../inc/SP/Controller/LoginController.class.php:486 -msgid "Servidor LDAP" -msgstr "Сервер LDAP" - -#: ../../../../inc/SP/Core/Acl.class.php:198 -msgid "Buscar Categorías" -msgstr "Поиск категорий" - -#: ../../../../inc/SP/Core/Acl.class.php:199 -msgid "Añadir Categoría" -msgstr "Добавить категорию" - -#: ../../../../inc/SP/Core/Acl.class.php:203 -msgid "Buscar Clientes" -msgstr "Поиск заказчиков" - -#: ../../../../inc/SP/Core/Acl.class.php:204 -msgid "Añadir Cliente" -msgstr "Добавить заказчика" - -#: ../../../../inc/SP/Core/Acl.class.php:209 -msgid "Gestión de Archivos" -msgstr "Управление файлами" - -#: ../../../../inc/SP/Core/Acl.class.php:210 -msgid "Gestión de Cuentas" -msgstr "Управление учетными записями" - -#: ../../../../inc/SP/Core/Acl.class.php:211 -msgid "Gestión de Etiquetas" -msgstr "Управление тегами" - -#: ../../../../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 "Невозможно создать каталог резервных копий (\"%s\")" - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:80 -msgid "Observador no inicializado" -msgstr "Наблюдатель не инициализирован" - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:110 -msgid "Es necesario un objeto" -msgstr "Нужен объект" - -#: ../../../../inc/SP/Core/Installer.class.php:164 -#, fuzzy -msgid "Indicar la clave de la BBDD" -msgstr "Введите пароль базы данных" - -#: ../../../../inc/SP/Core/Installer.class.php:165 -msgid "Clave del usuario administrador de la Base de Datos" -msgstr "Пароль администратора базы данных" - -#: ../../../../inc/SP/Core/Installer.class.php:285 -msgid "Error al crear el usuario de conexión a MySQL '%s'" -msgstr "Ошибка при создании подключения к MySQL под пользователем '%s'" - -#: ../../../../inc/SP/Core/Installer.class.php:305 -#, fuzzy -msgid "La BBDD no existe" -msgstr "База данных не существует" - -#: ../../../../inc/SP/Core/Installer.class.php:306 -msgid "Es necesario crearla y asignar los permisos necesarios" -msgstr "Необходимо создать его и назначить нужные права" - -#: ../../../../inc/SP/Core/Installer.class.php:336 -#, fuzzy -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Ошибка при установке прав базы данных ('%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 -#, fuzzy -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Невозможно загрузить плагин \"%s\"" - -#: ../../../../inc/SP/Core/Template.class.php:245 -msgid "La plantilla no contiene archivos" -msgstr "Шаблон не содержит файлов" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:436 -msgid "Error al actualizar la configuración" -msgstr "Ошибка при обновлении конфигурации" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:85 -msgid "Usuario no indicado" -msgstr "Пользователь не установлен" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:89 -msgid "Acción no indicada" -msgstr "Действие не установлено" - -#: ../../../../inc/SP/Forms/TagForm.class.php:82 -msgid "Es necesario un nombre de etiqueta" -msgstr "Необходимо название тега" - -#: ../../../../inc/SP/Http/XMLRPCResponseParse.class.php:68 -msgid "Respuesta XML-RPC inválida" -msgstr "Ошибочный XML-RPC ответ" - -#: ../../../../inc/SP/Import/Import.class.php:85 -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Тип mime не поддерживается (\"%s\")" - -#: ../../../../inc/SP/Import/ImportBase.class.php:130 -msgid "Id de categoría no definido. No es posible importar cuenta." -msgstr "ID категории не задано. Невозможно импортировать учетную запись." - -#: ../../../../inc/SP/Import/ImportBase.class.php:133 -msgid "Id de cliente no definido. No es posible importar cuenta." -msgstr "ID заказчика не задано. Невозможно импортировать учетную запись." - -#: ../../../../inc/SP/Import/SyspassImport.class.php:82 -msgid "Clave de encriptación no indicada" -msgstr "Пароль шифрования не задан" - -#: ../../../../inc/SP/Import/CsvImport.class.php:46 -#: ../../../../inc/SP/Import/XmlImport.class.php:99 -msgid "Formato detectado: %s" -msgstr "Определен формат: %s" - -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:69 -msgid "El nodo \"%s\" no existe" -msgstr "Узел \"%s\" не существует" - -#: ../../../../inc/SP/Log/LogUtil.class.php:44 -msgid "Extensión '%s' no cargada" -msgstr "Расширение '%s' не загружено" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:54 -msgid "Categoría duplicada" -msgstr "Категория существует" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:309 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:124 -msgid "Categoría no encontrada" -msgstr "Категория не найдена" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:60 -#, fuzzy -msgid "Error al crear el campo personalizado" -msgstr "Ошибка при создании свободного поля" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:75 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:84 -#, fuzzy -msgid "Error al eliminar el campo personalizado" -msgstr "Ошибка при удалении свободного поля" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:128 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:290 -#, fuzzy -msgid "Error al actualizar el campo personalizado" -msgstr "Ошибка при обновлении свободного поля" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:162 -msgid "Campo personalizado no encontrado" -msgstr "Свободное поле не найдено" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:215 -msgid "No se encontraron campos personalizados" -msgstr "Свободные поля не найдены" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:72 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:143 -#, fuzzy -msgid "No hay datos de campos personalizados" -msgstr "Нет данных из свободных полей" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:263 -#, fuzzy -msgid "Error al migrar campos personalizados" -msgstr "Ошибка при миграции свободных полей" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:103 -msgid "Archivo subido" -msgstr "Файл загружен" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:111 -msgid "Grupo en uso" -msgstr "Группа используется" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:381 -msgid "Actualizar Grupo" -msgstr "Обновить группу" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:102 -msgid "Error al asignar los usuarios al grupo" -msgstr "Ошибка при настройке пользователей в группе" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:71 -#, fuzzy -msgid "Error al crear la notificación" -msgstr "Ошибка при добавлении уведомления" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:96 -#, fuzzy -msgid "Error al eliminar la notificación" -msgstr "Ошибка при удалении уведомления" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:134 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:246 -#, fuzzy -msgid "Error al modificar la notificación" -msgstr "Ошибка при обновлении уведомления" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:169 -msgid "Error al obtener la notificación" -msgstr "Ошибка при получении уведомления" - -#: ../../../../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 -#, fuzzy -msgid "Error al obtener las notificaciones" -msgstr "Ошибка при получении уведомлений" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:60 -#, fuzzy -msgid "Error al crear el plugin" -msgstr "Ошибка при добавлении плагина" - -#: ../../../../inc/SP/Core/Plugin/PluginDataStore.class.php:76 -msgid "Nuevo Plugin" -msgstr "Новый плагин" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:84 -#, fuzzy -msgid "Error al eliminar el plugin" -msgstr "Ошибка при удалении плагина" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:116 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:220 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:244 -#, fuzzy -msgid "Error al actualizar el plugin" -msgstr "Ошибка при обновлении плагина" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:56 -msgid "Habilitado" -msgstr "Включен" - -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:97 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:69 -#, fuzzy -msgid "Error al crear perfil" -msgstr "Ошибка при создании профиля" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:106 -msgid "Perfil en uso" -msgstr "Профиль используется" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:115 -#, fuzzy -msgid "Error al eliminar perfil" -msgstr "Ошибка при удалении профиля" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:197 -#, fuzzy -msgid "Error al modificar perfil" -msgstr "Ошибка при изменении профиля" - -#: ../../../../inc/SP/Controller/MainController.class.php:607 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:75 -msgid "Enlace visualizado" -msgstr "Ссылка показана" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:105 -#, fuzzy -msgid "Error al actualizar enlace" -msgstr "Ошибка при обновлении ссылки" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:124 -msgid "Enlace ya creado" -msgstr "Ссылка уже создана" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:145 -#, fuzzy -msgid "Error al crear enlace" -msgstr "Ошибка при создании ссылки" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:182 -#, fuzzy -msgid "Error al eliminar enlace" -msgstr "Ошибка при удалении ссылки" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:219 -msgid "Error al renovar enlace" -msgstr "Ошибка при обновлении ссылки" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:741 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:69 -msgid "Actualizar Enlace" -msgstr "Обновить ссылку" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:248 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:347 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:381 -#, fuzzy -msgid "Error al obtener enlace" -msgstr "Ошибка при получении ссылки" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "ON" -msgstr "Включить" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "OFF" -msgstr "Выключить" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:54 -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:127 -msgid "Etiqueta duplicada" -msgstr "Дублированный тег" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:64 -#, fuzzy -msgid "Error al crear etiqueta" -msgstr "Ошибка при создании тега" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:109 -#, fuzzy -msgid "Error al eliminar etiqueta" -msgstr "Ошибка при удалении тега" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:138 -#, fuzzy -msgid "Error al actualizar etiqueta" -msgstr "Ошибка при обновлении тега" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:181 -#, fuzzy -msgid "Error al obtener etiqueta" -msgstr "Ошибка при получении тега" - -#: ../../../../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/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 -#, fuzzy -msgid "Error al obtener los datos del usuario" -msgstr "Ошибка при получении данных пользователя" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:66 -msgid "Sincronización LDAP" -msgstr "Синхронизация LDAP" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:122 -#, fuzzy -msgid "No se encontraron objetos para sincronizar" -msgstr "Нет объектов для синхронизации" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:128 -msgid "Sincronización finalizada" -msgstr "Синхронизация завершена" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:97 -#, fuzzy -msgid "Error al migrar cuenta de usuario" -msgstr "Ошибка при миграции учетной записи пользователя" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:137 -#, fuzzy -msgid "Error al obtener grupo de usuarios" -msgstr "Ошибка при получении группы пользователей" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:111 -#, fuzzy -msgid "Error en comprobación de hash" -msgstr "Ошибка при проверке хэша" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:113 -#, fuzzy -msgid "Hash inválido o expirado" -msgstr "Хэш ошибочен или просрочен" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:159 -msgid "Error al generar el hash de recuperación" -msgstr "Ошибка при генерации восстановительного хеша" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:57 -msgid "Actualizando preferencias" -msgstr "Обновление предпочтений" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:77 -msgid "No es posible leer/escribir el archivo: %s" -msgstr "Невозможно прочитать/записать файл: %s" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:161 -#, fuzzy -msgid "No hay elementos para guardar" -msgstr "Нет элементов для сохранения" - -#: ../../../../inc/SP/Util/Connection.class.php:122 -msgid "Socket no inicializado" -msgstr "Сокет не инициализирован" - -#: ../../../../inc/SP/Util/Connection.class.php:129 -#, fuzzy -msgid "Error al enviar datos" -msgstr "Ошибка при отправке данных" - -#: ../../../../inc/SP/Util/Util.class.php:298 -msgid "Respuesta" -msgstr "Ответ" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApi.class.php:68 -msgid "Fallo de autentificación" -msgstr "Ошибка аутентификации" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:173 -#, fuzzy -msgid "Error al realizar la consulta" -msgstr "Ошибка при выполнении запроса" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:219 -msgid "URL de conexión no establecida" -msgstr "URL подключения не задан" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:47 -msgid "Ver Detalles" -msgstr "Показать детали" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:58 -msgid "Copiar" -msgstr "Копировать" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:64 -msgid "Restaurar" -msgstr "Восстановить" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:69 -msgid "Descargar" -msgstr "Скачать" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:78 -msgid "Crítico" -msgstr "Критично" - -#: ../../../../js/strings.js.php:73 -msgid "Recibir notificaciones?" -msgstr "Отправить уведомления?" - -#: ../../../../js/strings.js.php:74 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:136 -msgid "Marcar Favorito" -msgstr "Пометить как избранное" - -#: ../../../../js/strings.js.php:75 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:126 -msgid "Eliminar Favorito" -msgstr "Удалить избранное" - -#: ../../../../js/strings.js.php:76 -msgid "Limpiar Selección" -msgstr "Очистить выбор" - -#: ../../../../js/strings.js.php:77 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Favoritos" -msgstr "Показать избранное" - -#: ../../../../js/strings.js.php:78 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Todos" -msgstr "Показать все" - -#: ../../../../js/strings.js.php:81 -msgid "Ahora" -msgstr "Сейчас" - -#: ../../../../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?" -msgstr "Этот процесс импортирует найденных пользователей из LDAP. Продолжить?" +"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " +"de la Wiki." +msgstr "Имя учетной записи используется как параметр поиска в WiKi." -#: ../../../../js/strings.js.php:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "Это действие сбросит все данные плагина. Продолжить?" +#: ../../../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 "Префикс учетной записи" -#: ../../../../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 "Срок действия пароля" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:88 -#: ../../../../inc/themes/material-blue/views/account/account.inc:162 -msgid "Seleccionar Fecha" -msgstr "Выберите дату" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:9 -msgid "Accesos" -msgstr "Доступы" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:26 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:52 -msgid "Seleccionar Usuarios" -msgstr "Выберите пользователей" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:48 -msgid "Seleccionar Grupos" -msgstr "Выберите группы" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:87 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:114 -msgid "Cuenta Privada" -msgstr "Приватная учетная запись" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:92 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Privada" -msgstr "Приват" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:184 -msgid "Seleccionar Etiquetas" -msgstr "Выберите теги" - -#: ../../../../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 "Связанная учетная запись" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:205 -msgid "Seleccionar Cuenta" -msgstr "Выберите учетную запись" - -#: ../../../../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 "Публичная ссылка" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:55 -msgid "Crear Enlace Público" -msgstr "Создать публичную ссылку" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:8 -msgid "Detalles" -msgstr "Детали" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:123 -#: ../../../../inc/themes/material-blue/views/account/details.inc:125 -msgid "Fecha de Clave" -msgstr "Дата пароля" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Максимальный размер файла: %d MB " - -#: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:3 -msgid "Cuentas Vinculadas" -msgstr "Связанные учетные записи" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:98 -msgid "Clave Caducada" -msgstr "Пароль просрочен" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:165 -msgid "Ver en Wiki" -msgstr "Посмотреть в WiKi" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:30 -msgid "Buscar cuentas con la clave caducada" -msgstr "Поиск учетных записей с просроченным паролем" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:73 -msgid "Filtrar Favoritos" -msgstr "Фильтр избранного" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:93 -msgid "Más Filtros" -msgstr "Больше фильтров" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:98 -msgid "Seleccionar Etiqueta" -msgstr "Выберите теги" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:33 -msgid "Copia BBDD" -msgstr "Резервная копия БД" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:40 -msgid "Copia sysPass" -msgstr "Резервная копия 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 -msgid "Eventos" -msgstr "События" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:32 -msgid "Habilitar Syslog" -msgstr "Включить Syslog" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:43 -msgid "Habilitar Syslog Remoto" -msgstr "Включить удаленный Syslog" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:57 -msgid "Nombre o dirección IP" -msgstr "Хост или IP-адрес" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:146 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Enlaces Públicos" -msgstr "Публичные ссылки" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:174 -msgid "Habilitar Enlaces Públicos" -msgstr "Включить публичные ссылки" - -#: ../../../../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." -msgstr "" -"Включает возможность создания публичных ссылок для просмотра деталей учетной " -"записи" +"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +msgstr "Префикс учетных записей, для которых создавать ссылку на WiKi." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:160 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "Связанные учетные записи будут видны для всех, у кого есть ссылка." - -#: ../../../../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 "" -"Для создания ссылок пользователи должны включить соответствующую опцию в " -"своем профиле." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:180 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:189 -msgid "Tiempo de caducidad" -msgstr "Срок действия" - -#: ../../../../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 "Максимум переходов" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:224 -msgid "Usar imagen para clave" -msgstr "Использовать картинку для пароля" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:214 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "Пароль учетной записи показан как картинка." - -#: ../../../../inc/themes/material-blue/views/config/info.inc:68 -#: ../../../../inc/themes/material-blue/views/config/info.inc:71 -msgid "Copia de Configuración" -msgstr "Резервная копия конфигурации" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:116 -#: ../../../../inc/themes/material-blue/views/config/info.inc:119 -msgid "Plugins Cargados" -msgstr "Загруженные плагины" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:301 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:304 -msgid "Resultados" -msgstr "Результаты" - -#: ../../../../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" -#: ../../../../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 "Включает DokuWiki XML-RPC API для ссылок на WiKi." -#: ../../../../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." @@ -5357,138 +3837,516 @@ msgstr "" "Для работы данной функции необходимо включить ссылки на WiKi для фильтрации " "учетных записей" -#: ../../../../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 "Base 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 base URL" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:214 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:235 +#, fuzzy msgid "Usuario para conectar a la API de DokuWiki." msgstr "Пользователь для подключения к 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 "Пространство имен" -#: ../../../../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 "Пространство имен для поиска страниц." -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:25 -msgid "Nivel" -msgstr "Уровень" +#: ../../../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 "Установка" -#: ../../../../inc/themes/material-blue/views/grid/datatabs-grid.inc:102 -msgid "Eliminar Seleccionados" -msgstr "Удалить выбранные" +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 +msgid "Filtro ON" +msgstr "Включен фильтр" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:20 -msgid "Nombre del plugin" -msgstr "Имя плагина" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:32 -msgid "Versión del plugin" -msgstr "Версия плагина" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:37 -msgid "Versión Compatible" -msgstr "Совместимые версии" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:44 -msgid "Versión de sysPass compatible" -msgstr "Совместимые версии sysPass" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:49 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:25 -msgid "Autor" -msgstr "Автор" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:56 -msgid "Autor del plugin" -msgstr "Автор плагина" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar enlace a cuenta" -msgstr "Поделиться ссылкой на учетную запись" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar Enlace" -msgstr "Поделиться ссылкой" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Crear cuenta privada" -msgstr "Создать приватную учетную запись" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:117 -msgid "Asignar permisos" -msgstr "Назначить права" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Gestión de enlaces" -msgstr "Управление ссылками" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:196 -msgid "Gestión de cuentas" -msgstr "Управление учетными записями" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:210 -msgid "Gestión de etiquetas" -msgstr "Управление тегами" - -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:59 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:61 -msgid "Hash" -msgstr "Хэш" - -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:67 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:69 -msgid "Uso" -msgstr "Использовать" - -#: ../../../../inc/themes/material-blue/views/itemshow/tags.inc:23 -msgid "Nombre de la etiqueta" -msgstr "Имя тега" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:39 -msgid "Hay %d notificaciones pendientes" -msgstr "%d непрочитанных уведомлений" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:48 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:158 -msgid "Demo" -msgstr "Демо" - -#: ../../../../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 "Установка %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" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:34 +msgid "Login del usuario administrador de sysPass" +msgstr "Учетная запись администратора sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:66 +msgid "Configurar BBDD" +msgstr "Конфигурация БД" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:76 +msgid "Usuario acceso BBDD" +msgstr "Пользователь DB" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:84 +#, fuzzy +msgid "Usuario con permisos de administrador de MySQL" +msgstr "Используйте учетную запись с правами администратора базы данных" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:92 +msgid "Clave acceso BBDD" +msgstr "Пароль DB" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:101 +msgid "Nombre BBDD para sysPass" +msgstr "Имя базы данных sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:109 +msgid "Nombre de la base de datos para sysPass" +msgstr "Имя базы данных sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:118 +msgid "Servidor BBDD para sysPass" +msgstr "Сервер DB" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:126 +msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgstr "Имя сервера базы данных sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:146 +msgid "Modo Hosting" +msgstr "Режим хостинга" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:153 +msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +msgstr "Права доступа к БД не создаются и не проеряются" + +#: ../../../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 "Опции" + +#: ../../../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 "Обновить авторизацию" + +#: ../../../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 "Токен" + +#: ../../../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 "Имя поля" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 +msgid "Texto Ayuda" +msgstr "Текст помощи" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 +msgid "Ayuda del campo" +msgstr "Подсказка" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 +msgid "Obligatorio" +msgstr "Обязательно" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:42 +msgid "Puntuación" +msgstr "Score" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:55 +msgid "Expresión Regular" +msgstr "Regular Expression" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:130 +msgid "Incluir Minúsculas" +msgstr "Include Lowercase" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:21 +msgid "Las cuentas sólo serán visibles por el usuario." +msgstr "Accounts will be only visible by the user." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:42 +msgid "Los administradores no podrán acceder a las cuentas." +msgstr "Administrators won't be able to display the accounts." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:40 +msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +msgstr "Accounts will be only visible by the user and his/her main group." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:6 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:14 +msgid "Dirección IP" +msgstr "IP Address" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:27 +msgid "Timeout" +msgstr "Timeout" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:84 +msgid "" +"Prioridad de asignación en caso de coincidir con otros valores asignados por " +"usuario, grupo o perfil." +msgstr "" +"Assignment priority if values match with others assigned by user, group or " +"profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:95 +msgid "Prioridad de asignación" +msgstr "Assignment Priority" + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:117 +msgid "" +"Indica si los valores serán forzados al crear o modificar los elementos." +msgstr "Enforces the values to be set either on creating or updating an item." + +#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:119 +msgid "Los valores serán añadidos a los existentes." +msgstr "Values will be merged with the existing ones." + +#: ../../../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 "Хэш" + +#: ../../../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 "Использовать" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 +msgid "Nombre de usuario completo" +msgstr "Полное имя пользователя" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 +msgid "Login de inicio de sesión" +msgstr "Логин" + +#: ../../../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 "Email" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 +msgid "Dirección de correo" +msgstr "Адрес email" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 +msgid "Admin Aplicación" +msgstr "Администратор программы" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 +msgid "Administrador de la aplicación" +msgstr "Администратор программы" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 +#, fuzzy +msgid "Admin Cuentas" +msgstr "Администратор учетных записей" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 +msgid "Administrador de cuentas" +msgstr "Администратор учетных записей" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 +msgid "Forzar cambio de clave" +msgstr "Запросить изменение пароля при следующем входе в систему" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 +msgid "Deshabilitado" +msgstr "Отключен" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 +msgid "Entradas" +msgstr "Записи" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 +msgid "Último Acceso" +msgstr "Последний доступ" + +#: ../../../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 "Дата мастер-пароля" + +#: ../../../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 "Имя группы" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 +msgid "Descripción del grupo" +msgstr "Описание группы" + +#: ../../../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:543 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:545 +msgid "Usado por" +msgstr "Используется" + +#: ../../../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 "Управление" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 +msgid "Otros" +msgstr "Другие" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 +#, fuzzy +msgid "Crear" +msgstr "Создать" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 +#, fuzzy +msgid "Crear nueva cuenta" +msgstr "Новая учетная запись" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 +msgid "Ver detalles de cuenta" +msgstr "Просмотр деталей учетной записи" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 +msgid "Ver clave de cuenta" +msgstr "Показать пароль учетной записи" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 +#: ../../../config/actions.xml:259 +msgid "Ver Historial" +msgstr "Показать историю" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 +msgid "Ver historial de cuenta" +msgstr "Показать историю учетной записи" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 +msgid "Editar cuenta" +msgstr "Изменить учетную запись" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 +msgid "Editar Clave" +msgstr "Изменить пароль" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 +msgid "Editar clave de cuenta" +msgstr "Изменить пароль учетной записи" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 +msgid "Eliminar" +msgstr "Удалить" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 +#, fuzzy +msgid "Eliminar cuenta" +msgstr "Удалить учетную запись" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 +msgid "Ver archivos de cuenta" +msgstr "Просмотр файлов учетной записи" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 +msgid "Publicar Enlace" +msgstr "Поделиться ссылкой" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 +msgid "Publicar enlace a cuenta" +msgstr "Поделиться ссылкой на учетную запись" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 +msgid "Crear cuenta privada" +msgstr "Создать приватную учетную запись" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:194 +msgid "Crear cuenta privada para grupo" +msgstr "Создать приватный аккаунт для группы" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:210 +msgid "Asignar permisos" +msgstr "Назначить права" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 +msgid "Gestión de usuarios" +msgstr "Управление пользователями" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 +msgid "Gestión de grupos" +msgstr "Управление группами" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 +msgid "Gestión de perfiles" +msgstr "Управление профилями" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 +msgid "Gestión de categorías" +msgstr "Управление категориями" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 +msgid "Gestión de etiquetas" +msgstr "Управление тегами" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 +#, fuzzy +msgid "Gestión de clientes" +msgstr "Управление заказчиками" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 +msgid "Gestión de campos personalizados" +msgstr "Управление свободными полями" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 +msgid "Gestión de autorizaciones API" +msgstr "Управление API авторизации" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 +msgid "Gestión de enlaces" +msgstr "Управление ссылками" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 +msgid "Gestión de cuentas" +msgstr "Управление учетными записями" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:421 +msgid "Valores por Defecto" +msgstr "Default Values" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:422 +msgid "Gestión de Valores por Defecto" +msgstr "Default Values Management" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 +#: ../../../config/actions.xml:685 +msgid "Configuración General" +msgstr "Основная конфигурация" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 +msgid "Opciones de encriptación" +msgstr "Настройки шифрования" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 +msgid "Backup" +msgstr "Резервное копирование" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 +msgid "Realizar copia de seguridad y exportar" +msgstr "Резервное копирование и экспорт" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:489 +msgid "Importar" +msgstr "Импорт" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:490 +msgid "Realizar importación de cuentas" +msgstr "Выполнить импорт учетной записи" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:509 +msgid "Log de Eventos" +msgstr "Журнал событий" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:510 +msgid "Ver log de eventos" +msgstr "Просмотр журнала событий" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 +msgid "Nombre del perfil" +msgstr "Имя профиля" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:37 msgid "Clave Anterior" msgstr "Прошлый пароль" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:4 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:63 +msgid "Acceder" +msgstr "Войти" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:72 +#, fuzzy +msgid "¿Olvidó su clave?" +msgstr "Забыли пароль?" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:78 +msgid "Aplicación actualizada correctamente" +msgstr "Программа успешно обновлена" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:6 +#, php-format msgid "Actualización %s" msgstr "Обновить %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 "Обновление БД" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +msgid "Actualización de Aplicación" +msgstr "Обновление приложения" + +#: ../../../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 "Код безопасности" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 #, fuzzy msgid "" "Este código se encuentra en el archivo de configuración de sysPass con la " @@ -5496,505 +4354,7 @@ msgid "" msgstr "" "Этот код задан в конфигурационном файле sysPass вместе с тегом \"upgradekey\"" -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:2 -msgid "Ver Wiki" -msgstr "Показать WiKi" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:10 -msgid "Resultados de búsqueda de '%s'" -msgstr "Результаты поиска '%s'" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:13 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:23 -msgid "Página" -msgstr "Страница" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:433 -msgid "No instalado" -msgstr "Не установлено" - -#: ../../../../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 "Источник" - -#: ../../../../inc/SP/Controller/MainController.class.php:610 -msgid "Agente" -msgstr "Агент" - -#: ../../../../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 "" -"Для улучшения/добавления переводов Вы можете перейти по ссылке https://" -"poeditor.com/join/project/fmlsBuugyv" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:83 -msgid "Indica si el idioma se encuentra disponible" -msgstr "Сообщает доступен язык или нет." - -#: ../../../../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 "" -"Если не установлено, то необходимо установить правильные локали в ОС. " -"Подробности в WiKi." - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:48 -#, fuzzy -msgid "No hay no hay notificaciones pendientes" -msgstr "Нет ожидающих уведомлений" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:150 -msgid "He realizado una copia de seguridad completa de sysPass" -msgstr "Полная резервная копия sysPass выполнена" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:164 -msgid "Por favor espere mientras el proceso se ejecuta" -msgstr "Пожалуйста, подождите пока процесс в работе" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:232 -msgid "Crear Usuario" -msgstr "Добавить пользователя" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:252 -msgid "Actualizar Usuario" -msgstr "Изменить пользователя" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:284 -msgid "Actualizar Clave Usuario" -msgstr "Изменить пароль пользователя" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:373 -msgid "Crear Grupo" -msgstr "Добавить группу" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:433 -msgid "Crear Perfil" -msgstr "Добавить профиль" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:441 -msgid "Actualizar Perfil" -msgstr "Изменить профиль" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:368 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:495 -msgid "Crear Cliente" -msgstr "Добавить заказчика" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:279 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:557 -msgid "Crear Categoría" -msgstr "Добавить категорию" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:565 -msgid "Actualizar Categoría" -msgstr "Изменить категорию" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:623 -msgid "Crear Autorización" -msgstr "Добавить авторизацию" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:677 -msgid "Crear Campo" -msgstr "Добавить поле" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:684 -msgid "Actualizar Campo" -msgstr "Изменить поле" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:731 -#, fuzzy -msgid "Crear Enlace" -msgstr "Добавить ссылку" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:788 -msgid "Crear Etiqueta" -msgstr "Добавить тег" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:795 -msgid "Actualizar Etiqueta" -msgstr "Изменить тег" - -#: ../../../../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 "Обновить плагин" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:188 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:931 -msgid "Crear Cuenta" -msgstr "Добавить учетную запись" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1091 -msgid "Usuarios importados" -msgstr "Импортированные пользователи" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1203 -msgid "Solicitud" -msgstr "Запрос" - -#: ../../../../inc/SP/Core/Acl.class.php:167 -msgid "Acceso denegado" -msgstr "Доступ запрещен" - -#: ../../../../inc/SP/Account/AccountTags.class.php:90 -#, fuzzy -msgid "Error al añadir las etiquetas de la cuenta" -msgstr "Ошибка при добавлении тэгов учетной записи" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:278 -msgid "Se ha producido una excepción" -msgstr "Произошла ошибка" - -#: ../../../../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 "Новое уведомление" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:389 -msgid "Grupos eliminados" -msgstr "Группы удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:449 -msgid "Perfiles eliminados" -msgstr "Профили удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:511 -msgid "Clientes eliminados" -msgstr "Заказчики удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:574 -msgid "Categorías eliminadas" -msgstr "Категории удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:644 -msgid "Autorizaciones eliminadas" -msgstr "Авторизация удалена" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:692 -msgid "Campos eliminados" -msgstr "Поля удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:751 -msgid "Enlaces eliminados" -msgstr "Ссылки удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:803 -msgid "Etiquetas eliminadas" -msgstr "Тэги удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:836 -msgid "Archivos eliminados" -msgstr "Файлы удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:981 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1031 -msgid "Cuentas eliminadas" -msgstr "Учетные записи удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1122 -msgid "Notificación creada" -msgstr "Создано уведомление" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1136 -msgid "Notificaciones eliminadas" -msgstr "Уведомление удалено" - -#: ../../../../inc/SP/Controller/LoginController.class.php:303 -msgid "Usando clave temporal" -msgstr "Использование временного пароля" - -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:95 -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:110 -msgid "Clave temporal caducada" -msgstr "Временный пароль недействителен" - -#: ../../../../inc/SP/Core/Init.class.php:506 -msgid "Sesión" -msgstr "Сессия" - -#: ../../../../inc/SP/Core/Installer.class.php:438 -msgid "Error al comprobar la base de datos" -msgstr "Ошибка при проверке базы данных" - -#: ../../../../inc/SP/Core/Installer.class.php:439 -msgid "Intente de nuevo la instalación" -msgstr "Пожалуйста, повторите попытку установки еще раз" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:91 -msgid "Es necesario un componente" -msgstr "Нужен компонент" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:93 -msgid "Es necesario un tipo" -msgstr "Нужен тип" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:100 -msgid "Es necesario un destinatario" -msgstr "Нужна цель" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:112 -msgid "Error procesando línea" -msgstr "Ошибка при обработке линии" - -#: ../../../../inc/SP/Import/Import.class.php:100 -msgid "Cuentas importadas" -msgstr "Учетные записи импортированы" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:130 -msgid "Archivo no encontrado" -msgstr "Файл не найден" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:125 -msgid "Grupo no encontrado" -msgstr "Группа не найдена" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:101 -msgid "Notificación no encontrada" -msgstr "Уведомление не найдено" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:89 -msgid "Plugin no encontrado" -msgstr "Плагин не найден" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:120 -msgid "Perfil no encontrado" -msgstr "Профиль не найден" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:187 -msgid "Enlace no encontrado" -msgstr "Ссылка не найдена" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:114 -msgid "Etiqueta no encontrada" -msgstr "Тэг не найден" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:135 -msgid "Usuario no encontrado" -msgstr "Пользователь не найден" - -#: ../../../../inc/SP/Storage/DB.class.php:336 -msgid "Consulta en blanco" -msgstr "Пустой запрос" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:100 -msgid "Cuenta Privada Grupo" -msgstr "Приватный аккаунт для группы" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:110 -msgid "Privada Grupo" -msgstr "Приват для группы" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:132 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -msgstr "Это необходимо только для зашифрованных XML файлов syspass'а " - -#: ../../../../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 "" -"Это необходимо только для XML файлов syspass'а, зашифрованных мастер-паролем " -"отличным от текущего." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:181 -msgid "Sólo es necesario para archivos CSV." -msgstr "Это необходимо только для CSV файлов." - -#: ../../../../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 "Создать приватный аккаунт для группы" - -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:108 -msgid "Notificación global" -msgstr "Глобальное уведомление" - -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:111 -msgid "Global" -msgstr "Общее" - -#: ../../../../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 "Невозможно начать транзакцию" - -#: ../../../../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 "Невозможно закончить транзакцию" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:653 -msgid "Clave Maestra %s" -msgstr "Мастер пароль %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 "" -"Был сгенерирован новый мастер пароль, который необходимо будет ввести при " -"следующей авторизации в приложении" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:656 -msgid "La nueva clave es: %s" -msgstr "Новый мастер пароль: %s" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:658 -#, fuzzy -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "Пожалуйста, не забудьте залогиниться для сохранения изменений." - -#: ../../../../js/strings.js.php:84 -#, fuzzy -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -msgstr "Это длительный процесс. Продолжить?" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:12 -msgid "Búsqueda" -msgstr "Поиск" - -#: ../../../../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 "Отправить письмо всем пользователям или выбранным группам" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:245 -msgid "Enviar correo" -msgstr "Отправить письмо" - -#: ../../../../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 "У" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:620 -msgid "Hash de clave maestra actualizado" -msgstr "Хэш мастер-пароля обновлен" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:624 -msgid "Error al actualizar el hash de la clave maestra" -msgstr "Ошибка при обновлении хэша мастер-пароля" - -#: ../../../../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 "Редактировать уведомление" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:261 -msgid "Usuarios eliminados" -msgstr "Пользователи удалены" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1130 -msgid "Notificación actualizada" -msgstr "Уведомление обновлено" - -#: ../../../../inc/SP/Storage/DB.class.php:350 -msgid "Restricción de integridad" -msgstr "Ограничение целостности" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:152 -msgid "Actualizar hash de clave maestra" -msgstr "Обновить хэш мастер-пароля" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:416 -msgid "Modificada" -msgstr "Изменено" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:417 -msgid "Eliminada" -msgstr "Удалено" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:426 -msgid "Cuentas (H)" -msgstr "Группы" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1028 -msgid "Eliminar Cuenta (H)" -msgstr "Удалить группы" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:129 -#: ../../../../inc/SP/Import/SyspassImport.class.php:146 -msgid "Clave de encriptación incorrecta" -msgstr "Неверный пароль шифрования" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:71 -msgid "Área de Texto" -msgstr "Текстовое поле" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:26 -msgid "Devolver las cuentas en las que 'login' es propietario" -msgstr "" -"Получить учетные записи, в которых пользователь \"login\" является владельцем" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:28 -msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "" -"Получить учетные записи, имеющие название основной группы \"group_name\"" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:31 -msgid "Devolver las cuentas privadas del usuario actual" -msgstr "Получить приватные учетные записи для текущего пользователя" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:49 -msgid "OP Cache" -msgstr "OP кеш" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:65 -msgid "Código de seguridad incorrecto" -msgstr "Неверный секретный код" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:67 -msgid "Es necesario confirmar la actualización" -msgstr "Нужно подтверждение для обновления" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:75 -msgid "En 5 segundos será redirigido al login" -msgstr "Вы будете перенаправлены на вход в течение 5 секунд" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:100 -msgid "Error al aplicar la actualización de la aplicación" -msgstr "Ошибка при применении обновления" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:303 -msgid "Tamaño máximo de archivo en kilobytes" -msgstr "Максимальный размер файла в килобайтах" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:12 -msgid "Actualización de Aplicación" -msgstr "Обновление приложения" - -#: ../../../../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." @@ -6002,27 +4362,33 @@ msgstr "" "Были найдены некоторые осиротевшие элементы. Пожалуйста, измените эти " "элементы или введите идентификаторы по умолчанию для них." -#: ../../../../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 "Если идентификаторы элементов не установлены, они будут созданы." + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:61 msgid "Introducir un ID de usuario válido para cuentas" msgstr "Введите действительный идентификатор пользователя для учетных записей" -#: ../../../../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 "Введите действительный идентификатор категории для учетных записей" -#: ../../../../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 "Введите действительный идентификатор заказчика для учетных записей" -#: ../../../../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 "Введите действительный идентификатор группы для пользователей" -#: ../../../../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 "Введите действительный идентификатор профиля для пользователей" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:116 +#: ../../../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" @@ -6030,191 +4396,2646 @@ msgstr "" "Это обновление использует новую схему шифрования, поэтому потребуется " "перекодировать все зашифрованные данные." -#: ../../../../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 "Будет обновлено %s записей. Этот процесс может занять некоторое время." - -#: ../../../../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 "Вы можете получить дополнительную информацию: %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 "Введите существующий логин пользователя" -#: ../../../../inc/SP/Api/ApiRequest.class.php:168 -#: ../../../../inc/SP/Controller/LoginController.class.php:211 -msgid "Intentos excedidos" -msgstr "Много попыток" +#: ../../../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 "Полная резервная копия sysPass выполнена" -#: ../../../../inc/SP/Api/SyspassApi.class.php:466 -#: ../../../../inc/SP/Api/SyspassApi.class.php:494 -msgid "Clave del token" -msgstr "Пароль токена" +#: ../../../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 "Пожалуйста, подождите пока процесс в работе" -#: ../../../../inc/SP/Controller/LoginController.class.php:209 -msgid "Intentos excedidos (%d/%d)" -msgstr "Попыток осталось (%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 "Обновить" -#: ../../../../inc/SP/DataModel/TrackData.class.php:155 -#: ../../../../inc/SP/DataModel/TrackData.class.php:157 -msgid "IP inválida" -msgstr "Неверный 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 "Начать обновление" -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:184 -msgid "Token no encontrado" -msgstr "ТОкен не найден" +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:88 +msgid "Notificación global" +msgstr "Глобальное уведомление" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:61 -msgid "Error al crear track" -msgstr "Ошибка при создании трека" +#: ../../../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 "Ошибка при удалении трека" +#: ../../../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 "Ошибка при обновлении трека" +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:23 +msgid "Nombre del plugin" +msgstr "Имя плагина" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:139 -msgid "Error al obtener track" -msgstr "Ошибка при извлечении трека" +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:35 +#, fuzzy +msgid "Versión del plugin" +msgstr "Версия плагина" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:163 -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:238 -msgid "Error al obtener tracks" -msgstr "Ошибка при извлечении трека" +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:40 +msgid "Versión Compatible" +msgstr "Совместимые версии" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:182 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:47 +msgid "Versión de sysPass compatible" +msgstr "Совместимые версии sysPass" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:52 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 +msgid "Autor" +msgstr "Автор" + +#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:59 +msgid "Autor del plugin" +msgstr "Автор плагина" + +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "La aplicación necesita actualizarse" +msgstr "Необходимо обновить программу" + +#: ../../../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" + +#: ../../../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 "Запросить смену пароля" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "Email del Usuario" +msgstr "Email" + +#: ../../../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 "Назад ко входу" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:45 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:47 +msgid "Solicitar" +msgstr "Запрос" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:48 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +msgid "Cambiar" +msgstr "Изменение" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:97 +msgid "Ordenar resultados por visitas" +msgstr "Сортировать результаты поиска по числу просмотров" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:99 +#, fuzzy +msgid "" +"Ordena los resultados de búsqueda por el número de visitas de las cuentas." msgstr "" -"Экспортированные элементы - это учетные записи, заказчики, категории и теги." +"Включает показ результатов поиска учетных записей с сортировкой по числу " +"просмотров." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:37 -msgid "Si no se indican los IDs, se crearán nuevos elementos." -msgstr "Если идентификаторы элементов не установлены, они будут созданы." +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:114 +msgid "Barra de navegación superior" +msgstr "Верхняя навигация" -#: ../../../../inc/SP/Controller/TaskController.class.php:160 -msgid "Esperando actualización de progreso ..." -msgstr "Подождите, обновление" +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:116 +msgid "Mostrar una barra de navegación superior en las búsquedas." +msgstr "Закрепить панель навигации в верху страницы." -#: ../../../../inc/SP/Core/Upgrade/Account.class.php:47 -msgid "Actualizando IDs de cuentas" -msgstr "Обновление ID аккаунта" +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:131 +msgid "Mostrar Acciones Ocultas" +msgstr "Показывать скрытые действия" -#: ../../../../inc/SP/Core/Upgrade/Category.class.php:48 -msgid "Actualizando IDs de categorías" -msgstr "Обновление ID категории" - -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:48 -msgid "Actualizando IDs de clientes" -msgstr "Обновление ID заказчика" - -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:51 -msgid "Actualizando IDs de grupos" -msgstr "Обновление ID группы" - -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:54 -msgid "Actualizando IDs de perfil" -msgstr "Обновление ID профиля" - -#: ../../../../inc/SP/Core/Upgrade/User.class.php:52 -msgid "Actualizando IDs de usuarios" -msgstr "Обновление ID пользоввателя" - -#: ../../../../js/strings.js.php:87 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:133 msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." -msgstr "Выполнение задачи. Не закрывайте окно браузера / вкладку." - -#: ../../../../js/strings.js.php:88 -msgid "Incluir Letras" -msgstr "Включить письма" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:99 -#: ../../../../inc/themes/material-blue/views/config/info.inc:109 -msgid "Sesión Encriptada" -msgstr "Зашифрованная сессия" - -#: ../../../../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 "Сообщает, зашифрованы ли данные сеанса на сервере или нет" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 -msgid "Sí" -msgstr "Да" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 -msgid "No" -msgstr "Нет" - -#: ../../../../js/strings.js.php:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -msgstr "Куки отключены. Приложение не будет работать должным образом." - -#: ../../../../js/strings.js.php:90 -msgid "Portapapeles no soportado por el navegador." -msgstr "Буфер обмена не поддерживается вашим браузером." - -#: ../../../../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 "Определяет атрибут входа пользователя при импорте." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:126 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." msgstr "" -"Предоставляет доступ к пользователям, которые включены во вторичные группы." +"Всегда показывать скрытые действия на странице результатов поиска учетных " +"записей." -#: ../../../../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 "" -"По умолчанию пользователь во вторичной группе предоставляется, если " -"вторичная группа задана в качестве основной группы пользователя." +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 +#: ../../../config/actions.xml:277 +msgid "Ver Wiki" +msgstr "Показать WiKi" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:139 -msgid "Acceso Grupos Secundarios" -msgstr "Доступ к дополнительным группам" +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:10 +#, php-format +msgid "Resultados de búsqueda de '%s'" +msgstr "Результаты поиска '%s'" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:168 -msgid "Encriptar los datos de la sesión de PHP." -msgstr "Шифрование данных сеанса PHP" +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:13 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:23 +msgid "Página" +msgstr "Страница" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:171 -msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." -msgstr "" -"Эта функция повышает безопасность сеансов PHP, поскольку сохраненные данные " -"не будут читаемыми." +#. (itstool) path: action/text +#: ../../../config/actions.xml:7 +#, fuzzy +msgid "Buscar Cuentas" +msgstr "Поиск учетных записей" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:179 -msgid "Encriptar Sesión" -msgstr "Зашифровать сеанс" +#. (itstool) path: action/text +#: ../../../config/actions.xml:25 +msgid "Peticiones" +msgstr "Включить запросы по email" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:278 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:288 -msgid "Atributo Nombre" -msgstr "Login Attribute" +#. (itstool) path: action/text +#: ../../../config/actions.xml:31 +msgid "Favoritos" +msgstr "Favorites" -#: ../../../../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 "Определяет атрибут для имени пользователя при импорте." +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Элементы персонализации" -#: ../../../../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:49 +msgid "Gestión Categorías" +msgstr "Управление категориями" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:55 +#, fuzzy +msgid "Gestión Clientes" +msgstr "Управление заказчиками" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:61 +msgid "Gestión Autorizaciones API" +msgstr "Управление API авторизации" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:67 +msgid "Gestión Campos Personalizados" +msgstr "Управление свободными полями" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:79 +msgid "Gestión de Archivos" +msgstr "Управление файлами" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:85 +msgid "Gestión de Cuentas" +msgstr "Управление учетными записями" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:91 +msgid "Gestión de Etiquetas" +msgstr "Управление тегами" + +#. (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 "Пользователи и доступы" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Seguridad y Auditoría" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 +msgid "Gestión Usuarios" +msgstr "Управление пользователями" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:121 +msgid "Gestión Grupos" +msgstr "Управление группами" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:127 +msgid "Gestión Perfiles" +msgstr "Управление профилями" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:139 +msgid "Buscar Eventos" +msgstr "Search for Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:145 +msgid "Limpiar Eventos" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 +msgid "Ver Cuenta" +msgstr "Просмотр деталей учетной записи" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:181 +msgid "Editar Clave de Cuenta" +msgstr "Изменить пароль учетной записи" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 +msgid "Subir Archivo" +msgstr "Загрузить файл" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:229 +msgid "Buscar Archivos" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:235 +msgid "Listar Archivos" +msgstr "List Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:241 +msgid "Ver Favoritos" +msgstr "Show Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:247 +msgid "Añadir Favorito" +msgstr "Mark as Favorite" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:283 +msgid "Añadir Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:289 +msgid "Editar Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:295 +msgid "Eliminar Wiki" +msgstr "Delete Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:361 +msgid "Nuevo Token API" +msgstr "New API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:367 +msgid "Ver Token API" +msgstr "View API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:373 +msgid "Editar Token API" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:379 +msgid "Eliminar Token API" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:385 +msgid "Buscar Token API" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:391 +msgid "Nuevo Campo Personalizado" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:397 +msgid "Ver Campo Personalizado" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:403 +msgid "Editar Campo Personalizado" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:409 +msgid "Eliminar Campo Personalizado" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:415 +msgid "Buscar Campo Personalizado" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 +#, fuzzy +msgid "Ver Enlace Público" +msgstr "Показать публичную ссылку" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:433 +msgid "Eliminar Enlace Público" +msgstr "Delete Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:445 +msgid "Buscar Enlace Público" +msgstr "Search for Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:529 +msgid "Nuevo Plugin" +msgstr "Новый плагин" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:547 +msgid "Habilitar Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:553 +msgid "Deshabilitar Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:559 +msgid "Restablecer Plugin" +msgstr "Reset Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:589 +msgid "Editar Clave Usuario" +msgstr "Edit User Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:661 +msgid "Configuración Usuario" +msgstr "User Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:667 +msgid "Preferencias General" +msgstr "General Preferences" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:691 +msgid "Configuración Cuentas" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:697 +msgid "Configuración Wiki" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:703 +msgid "Configuración Encriptación" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:709 +msgid "Actualizar Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:715 +msgid "Clave Maestra Temporal" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:721 +msgid "Configuración Copia de Seguridad" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:733 +msgid "Configuración Importación" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:739 +msgid "Importar CSV" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:745 +msgid "Importar XML" +msgstr "XML Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:751 +msgid "Configuración Exportación" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Exportación" +msgstr "Export" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:763 +msgid "Configuración Email" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:769 +msgid "Configuración LDAP" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 +msgid "Sincronización LDAP" +msgstr "Синхронизация LDAP" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:781 +msgid "Gestión de Cuenta (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:811 +msgid "Crear Notificación" +msgstr "Create Notification" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:841 +msgid "Gestión Valores Predeterminados" +msgstr "Preset Values Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:877 +msgid "Gestión de Tracks" +msgstr "Tracks Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:889 +msgid "Desbloquear track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:895 +msgid "Vaciar tracks" +msgstr "Clear tracks out" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 +msgid "Color" +msgstr "Цвет" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 +msgid "Número" +msgstr "Цифры" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 +msgid "Teléfono" +msgstr "Телефон" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 +msgid "Área de Texto" +msgstr "Текстовое поле" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:8 +msgid "Texto" +msgstr "Текст" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:9 +msgid "Link" +msgstr "Ссылка" + +#~ msgid "CONSULTA INVÁLIDA" +#~ msgstr "ОШИБОЧНЫЙ ЗАПРОС" + +#~ msgid "La sesión no se ha iniciado o ha caducado" +#~ msgstr "Сессия истекла или ошибка сессии" + +#~ msgid "Es necesario un nombre de cuenta" +#~ msgstr "Необходимо имя учетной записи" + +#, fuzzy +#~ msgid "Es necesario un nombre de cliente" +#~ msgstr "Необходимо имя заказчика" + +#, fuzzy +#~ msgid "Es necesario un usuario" +#~ msgstr "Необходимо имя пользователя" + +#~ msgid "Es necesaria una clave" +#~ msgstr "Необходим пароль" + +#~ msgid "Es necesario una categoría" +#~ msgstr "Необходима категория" + +#~ msgid "Acción Inválida" +#~ msgstr "Ошибочное действие" + +#~ msgid "Las claves no coinciden" +#~ msgstr "Пароль и подтверждение не совпадают" + +#, fuzzy +#~ msgid "Error al crear la cuenta" +#~ msgstr "Ошибка при создании учетной записи" + +#, fuzzy +#~ msgid "Error al modificar la cuenta" +#~ msgstr "Ошибка при изменении учетной записи" + +#, fuzzy +#~ msgid "Error al eliminar la cuenta" +#~ msgstr "Ошибка при удалении учетной записи" + +#, fuzzy +#~ msgid "Error al actualizar la clave" +#~ msgstr "Ошибка при изменении пароля" + +#~ msgid "Cuenta restaurada" +#~ msgstr "Учетная запись восстановлена" + +#, fuzzy +#~ msgid "Error al restaurar cuenta" +#~ msgstr "Ошибка восстановления учетной записи" + +#, fuzzy +#~ msgid "Es necesario un nombre de usuario" +#~ msgstr "Необходимо имя пользователя" + +#~ msgid "Es necesario un login" +#~ msgstr "Необходим логин" + +#~ msgid "Es necesario un perfil" +#~ msgstr "Необходим профиль" + +#~ msgid "Es necesario un grupo" +#~ msgstr "Необходима группа" + +#~ msgid "Es necesario un email" +#~ msgstr "Необходим email" + +#~ msgid "Ey, esto es una DEMO!!" +#~ msgstr "Эй, это DEMO!!" + +#~ msgid "La clave no puede estar en blanco" +#~ msgstr "Пароль не может быть пустым" + +#~ msgid "Usuario creado" +#~ msgstr "Пользователь создан" + +#, fuzzy +#~ msgid "Error al crear el usuario" +#~ msgstr "Ошибка при создании пользователя" + +#~ msgid "Usuario actualizado" +#~ msgstr "Данные пользователя обновлены" + +#, fuzzy +#~ msgid "Error al actualizar el usuario" +#~ msgstr "Ошибка при обновлении данных пользователя" + +#, fuzzy +#~ msgid "Error al modificar la clave" +#~ msgstr "Ошибка изменения пароля" + +#~ msgid "No es posible eliminar, usuario en uso" +#~ msgstr "Не могу удалить, пользователь работает" + +#~ msgid "Usuario eliminado" +#~ msgstr "Пользователь удален" + +#, fuzzy +#~ msgid "Error al eliminar el usuario" +#~ msgstr "Ошибка удаления пользователя" + +#~ msgid "Es necesario un nombre de grupo" +#~ msgstr "Необходимо имя группы" + +#~ msgid "Nombre de grupo duplicado" +#~ msgstr "Указанное имя группы уже существует" + +#~ msgid "Grupo creado" +#~ msgstr "Группа создана" + +#, fuzzy +#~ msgid "Error al crear el grupo" +#~ msgstr "Ошибка при создании группы" + +#~ msgid "Grupo actualizado" +#~ msgstr "Группа обновлена" + +#, fuzzy +#~ msgid "Error al actualizar el grupo" +#~ msgstr "Ошибка при обновлении группы" + +#~ msgid "No es posible eliminar" +#~ msgstr "Невозможно удалить" + +#~ msgid "Grupo eliminado" +#~ msgstr "Группа удалена" + +#, fuzzy +#~ msgid "Error al eliminar el grupo" +#~ msgstr "Ошибка при удалении группы" + +#~ msgid "Es necesario un nombre de perfil" +#~ msgstr "Необходимо имя профиля" + +#~ msgid "Nombre de perfil duplicado" +#~ msgstr "Профиль с таким именем уже существует" + +#~ msgid "Perfil creado" +#~ msgstr "Профиль создан" + +#~ msgid "Perfil actualizado" +#~ msgstr "Профиль изменен" + +#~ msgid "Perfil eliminado" +#~ msgstr "Профиль удален" + +#~ msgid "Es necesario un nombre de categoría" +#~ msgstr "Необходимо имя категории" + +#~ msgid "Autorización creada" +#~ msgstr "Авторизация создана" + +#~ msgid "Autorización actualizada" +#~ msgstr "Авторизация изменена" + +#~ msgid "Autorización eliminada" +#~ msgstr "Авторизация удалена" + +#~ msgid "Nombre del campo no indicado" +#~ msgstr "Имя поля не задано" + +#~ msgid "Tipo del campo no indicado" +#~ msgstr "Тип поля не указан" + +#~ msgid "Módulo del campo no indicado" +#~ msgstr "Для поля не указан модуль" + +#~ msgid "Campo creado" +#~ msgstr "Поле создано" + +#~ msgid "Campo actualizado" +#~ msgstr "Поле обновлено" + +#~ msgid "Campo eliminado" +#~ msgstr "Поле удалено" + +#~ msgid "Realizar Backup" +#~ msgstr "Выполнить резервное копирование" + +#, fuzzy +#~ msgid "Error al realizar el backup" +#~ msgstr "Ошибка при выполнении резервной копии" + +#, fuzzy +#~ msgid "Revise el registro de eventos para más detalles" +#~ msgstr "Проверьте журнал событий для деталей" + +#~ msgid "Copia de la aplicación y base de datos realizada correctamente" +#~ msgstr "Резервная копия программы и базы успешно создана" + +#, fuzzy +#~ msgid "Error al realizar la exportación de cuentas" +#~ msgstr "Ошибка при экспорте учетных записей" + +#~ msgid "Error al realizar la exportación" +#~ msgstr "Ошибка при экспорте" + +#~ msgid "Exportación de cuentas realizada correctamente" +#~ msgstr "Экспорт успешно выполнен" + +#, fuzzy +#~ msgid "Los parámetros de LDAP no están configurados" +#~ msgstr "Параметры LDAP не указаны" + +#~ msgid "Conexión a LDAP correcta" +#~ msgstr "Подключение к LDAP успешно" + +#~ msgid "Objetos encontrados" +#~ msgstr "Найдено объектов" + +#~ msgid "Modificar Configuración" +#~ msgstr "Изменить конфигурацию" + +#~ msgid "El tamaño máximo por archivo es de 16MB" +#~ msgstr "Максимальный размер файла 16MB" + +#, fuzzy +#~ msgid "Faltan parámetros de Proxy" +#~ msgstr "Не указаны все параметры прокси" + +#~ msgid "Proxy habiltado" +#~ msgstr "Прокси включен" + +#~ msgid "Proxy deshabilitado" +#~ msgstr "Прокси выключен" + +#~ msgid "Sección" +#~ msgstr "Раздел" + +#~ msgid "Faltan parámetros de Wiki" +#~ msgstr "Пропущены настройки Wiki" + +#~ msgid "Wiki habiltada" +#~ msgstr "WiKi включен" + +#~ msgid "Wiki deshabilitada" +#~ msgstr "WiKi выключен" + +#~ msgid "Faltan parámetros de LDAP" +#~ msgstr "Пропущены настройки LDAP" + +#~ msgid "LDAP habiltado" +#~ msgstr "LDAP включен" + +#~ msgid "LDAP deshabilitado" +#~ msgstr "LDAP выключен" + +#~ msgid "Faltan parámetros de Correo" +#~ msgstr "Пропущены настройки почты" + +#~ msgid "Correo habiltado" +#~ msgstr "Email включен" + +#~ msgid "Correo deshabilitado" +#~ msgstr "Email выключен" + +#~ msgid "Configuración actualizada" +#~ msgstr "Конфигурация изменена" + +#, fuzzy +#~ msgid "Clave maestra no indicada" +#~ msgstr "Необходим мастер-пароль" + +#~ msgid "Se ha de confirmar el cambio de clave" +#~ msgstr "Изменение пароля должно быть подтверждено" + +#~ msgid "Las claves son idénticas" +#~ msgstr "Пароли одинаковы" + +#~ msgid "Las claves maestras no coinciden" +#~ msgstr "Мастер-пароль не совпадает" + +#~ msgid "La clave maestra actual no coincide" +#~ msgstr "Текущий мастер-пароль ошибочен" + +#, fuzzy +#~ msgid "Errores al actualizar las claves de las cuentas" +#~ msgstr "Ошибка при изменении паролей учетных записей" + +#, fuzzy +#~ msgid "Errores al actualizar las claves de las cuentas del histórico" +#~ msgstr "Ошибка при обновлении истории паролей учетной записи" + +#, fuzzy +#~ msgid "Errores al actualizar datos de campos personalizados" +#~ msgstr "Ошибка при изменении свободных полей учетной записи" + +#, fuzzy +#~ msgid "Error al guardar el hash de la clave maestra" +#~ msgstr "Ошибка при сохранении хеша мастер-пароля" + +#~ msgid "Generar Clave Temporal" +#~ msgstr "Сгенерировать временный пароль" + +#~ msgid "Clave Temporal Generada" +#~ msgstr "Временный пароль" + +#, fuzzy +#~ msgid "Error al generar clave temporal" +#~ msgstr "Ошибка генерации временного пароля" + +#~ msgid "Usuario/Clave no introducidos" +#~ msgstr "Пользователь / пароль не введены" + +#~ msgid "Inicio sesión" +#~ msgstr "Начало сессии" + +#, fuzzy +#~ msgid "Error al guardar los datos de LDAP" +#~ msgstr "Ошибка при сохранении данных пользователя из LDAP" + +#, fuzzy +#~ msgid "Error al actualizar la clave del usuario en la BBDD" +#~ msgstr "Ошибка изменения пароля пользователя в БД" + +#, fuzzy +#~ msgid "Login incorrecto" +#~ msgstr "Ошибка входа" + +#~ msgid "Cuenta expirada" +#~ msgstr "Учетная запись просрочена" + +#~ msgid "El usuario no tiene grupos asociados" +#~ msgstr "Для пользователя не указаны группы" + +#~ msgid "Usuario deshabilitado" +#~ msgstr "Пользователь отключен" + +#, fuzzy +#~ msgid "Error al obtener los datos del usuario de la BBDD" +#~ msgstr "Ошибка получения данных о пользователе из DB" + +#, fuzzy +#~ msgid "La clave maestra no ha sido guardada o es incorrecta" +#~ msgstr "Мастер-пароль не сохранен или ошибочен" + +#, fuzzy +#~ msgid "Clave maestra incorrecta" +#~ msgstr "Неправильный мастер-пароль" + +#~ msgid "No hay extensiones permitidas" +#~ msgstr "Нет доступных расширений" + +#~ msgid "Tipo de archivo no soportado" +#~ msgstr "Данный тип файлов запрещен" + +#~ msgid "Archivo inválido" +#~ msgstr "Ошибочный файл" + +#, fuzzy +#~ msgid "Error interno al leer el archivo" +#~ msgstr "Внутренняя ошибка чтения файла" + +#~ msgid "Archivo guardado" +#~ msgstr "Файл сохранен" + +#~ msgid "No se pudo guardar el archivo" +#~ msgstr "Ошибка сохранения файла" + +#~ msgid "No es un ID de archivo válido" +#~ msgstr "Ошибочный ID файла" + +#~ msgid "El archivo no existe" +#~ msgstr "Файл не существует" + +#~ msgid "Archivo eliminado" +#~ msgstr "Файл удален" + +#, fuzzy +#~ msgid "Error al eliminar el archivo" +#~ msgstr "Ошибка при удалении файла" + +#, fuzzy +#~ msgid "Parámetros incorrectos" +#~ msgstr "Ошибочные параметры" + +#~ msgid "Recuperación de Clave" +#~ msgstr "Восстановление пароля" + +#~ msgid "Solicitado para" +#~ msgstr "Запрошено для" + +#~ msgid "Solicitud enviada" +#~ msgstr "Запрос отправлен" + +#~ msgid "En breve recibirá un correo para completar la solicitud." +#~ msgstr "В скором времени вы получите email для завершения запроса." + +#~ msgid "Modificar Clave Usuario" +#~ msgstr "Изменить пароль пользователя" + +#~ msgid "La clave es incorrecta o no coincide" +#~ msgstr "Ошибка пароля" + +#~ msgid "Es necesaria una descripción" +#~ msgstr "Необходимо описание" + +#~ msgid "Solicitud de Modificación de Cuenta" +#~ msgstr "Запрос на изменение учетной записи" + +#~ msgid "Solicitante" +#~ msgstr "Запросил" + +#, fuzzy +#~ msgid "Error al actualizar preferencias" +#~ msgstr "Ошибка изменения настроек" + +#~ msgid "Preferencias actualizadas" +#~ msgstr "Настройки изменены" + +#~ msgid "La clave maestra no coincide" +#~ msgstr "Неверный мастер-пароль" + +#, fuzzy +#~ msgid "No es posible acceder directamente a este archivo" +#~ msgstr "Невозможно обратиться к файлу" + +#~ msgid "Error al actualizar el historial" +#~ msgstr "Ошибка при обновлении истории" + +#~ msgid "Actualizar Cuenta" +#~ msgstr "Редактировать учетную запись" + +#, fuzzy +#~ msgid "Error al actualizar los grupos secundarios" +#~ msgstr "Ошибка изменения вторичных групп" + +#, fuzzy +#~ msgid "Error al actualizar los usuarios de la cuenta" +#~ msgstr "Ошибка изменения пользователей с доступом к учетной записи" + +#, fuzzy +#~ msgid "No se pudieron obtener los datos de la cuenta" +#~ msgstr "Ошибка получения данных для учетной записи" + +#, fuzzy +#~ msgid "Error al eliminar grupos asociados a la cuenta" +#~ msgstr "Ошибка удаления групп учетной записи" + +#, fuzzy +#~ msgid "Error al eliminar usuarios asociados a la cuenta" +#~ msgstr "Ошибка удаления пользователей учетной записи" + +#, fuzzy +#~ msgid "Error al eliminar archivos asociados a la cuenta" +#~ msgstr "Ошибка удаления файлов учетной записи" + +#~ msgid "Inicio" +#~ msgstr "Старт" + +#, fuzzy +#~ msgid "Error en el módulo de encriptación" +#~ msgstr "Ошибка в модуле шифрования" + +#, fuzzy +#~ msgid "Error al obtener las claves de las cuentas" +#~ msgstr "Ошибка получения паролей для учетной записи" + +#, fuzzy +#~ msgid "Fallo al actualizar la clave de la cuenta" +#~ msgstr "Ошибка изменения пароля учетной записи" + +#~ msgid "Cuentas actualizadas" +#~ msgstr "Обновлены учетные записи" + +#, fuzzy +#~ msgid "No se pudieron obtener los datos de las cuentas" +#~ msgstr "Ошибка получения информации о учетной записи" + +#~ msgid "Actualizar Clave Maestra (H)" +#~ msgstr "Изменить мастер-пароль (H)" + +#~ msgid "La clave maestra del registro no coincide" +#~ msgstr "Мастер-пароль не совпадает" + +#, fuzzy +#~ msgid "Fallo al actualizar la clave del histórico" +#~ msgstr "Ошибка обновления истории мастер-паролей" + +#~ msgid "Registros actualizados" +#~ msgstr "Записи изменены" + +#~ msgid "Gestión Aplicación" +#~ msgstr "Управление" + +#~ msgid "Exportar" +#~ msgstr "Экспорт" + +#~ msgid "Acceso no permitido" +#~ msgstr "Доступ запрещен к" + +#~ msgid "Error de codificación" +#~ msgstr "Ошибка кодирования" + +#~ msgid "La autorización ya existe" +#~ msgstr "Авторизация уже существует" + +#~ msgid "Actualizar Autorización" +#~ msgstr "Обновить авторизацию" + +#~ msgid "Usuario no pertenece al grupo" +#~ msgstr "Пользователь не состоит в группе" + +#~ msgid "Esta operación sólo es posible en entornos Linux" +#~ msgstr "Данная операция возможна только в Linux" + +#, fuzzy +#~ msgid "Error al realizar backup en modo compatibilidad" +#~ msgstr "Ошибка при создании резервной копии в режиме совместимости" + +#, fuzzy +#~ msgid "Compruebe los permisos del directorio de backups" +#~ msgstr "Проверьте права на папку резервных копий" + +#~ msgid "Nombre de categoría duplicado" +#~ msgstr "Категория с таким именем уже существует" + +#, fuzzy +#~ msgid "Error al crear la categoría" +#~ msgstr "Ошибка при создании категории" + +#, fuzzy +#~ msgid "Error al eliminar la categoría" +#~ msgstr "Ошибка при удалении категории" + +#, fuzzy +#~ msgid "Error al actualizar la categoría" +#~ msgstr "Ошибка изменения информации о категории" + +#~ msgid "Modificar configuración" +#~ msgstr "Изменить конфигурацию" + +#~ msgid "Parámetro" +#~ msgstr "Параметр" + +#~ msgid "Valor" +#~ msgstr "Значение" + +#~ msgid "" +#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." +#~ msgstr "HASH возродил мастер-пароль. Дополнительных действий не требуется." + +#~ msgid "No es posible generar las claves RSA" +#~ msgstr "Невозможно создать RSA ключи" + +#~ msgid "El archivo de clave no existe" +#~ msgstr "Файл ключа не существует" + +#, fuzzy +#~ msgid "Error importando cuenta" +#~ msgstr "Ошибка импорта учетной записи" + +#~ msgid "Registros no actualizados" +#~ msgstr "Записи не обновлены" + +#, fuzzy +#~ msgid "Cliente duplicado" +#~ msgstr "Заказчик существует" + +#, fuzzy +#~ msgid "Error al crear el cliente" +#~ msgstr "Ошибка при создании заказчика" + +#, fuzzy +#~ msgid "Error al actualizar el cliente" +#~ msgstr "Ошибка при изменении информации о заказчике" + +#~ msgid "Actualizar Cliente" +#~ msgstr "Изменить заказчика" + +#, fuzzy +#~ msgid "Error al eliminar el cliente" +#~ msgstr "Ошибка при удалении заказчика" + +#~ msgid "No es posible conectar con la BD" +#~ msgstr "Невозможно подключиться к базе данных" + +#, fuzzy +#~ msgid "Compruebe los datos de conexión" +#~ msgstr "Пожалуйста, проверьте параметры подключения" + +#~ msgid "Realizado por" +#~ msgstr "Выполнено" + +#~ msgid "Enviar Email" +#~ msgstr "Отправить email" + +#~ msgid "Correo enviado" +#~ msgstr "Email выслан" + +#, fuzzy +#~ msgid "Error al enviar correo" +#~ msgstr "Ошибка отправка email" + +#~ msgid "Destinatario" +#~ msgstr "Получатель" + +#~ msgid "CC" +#~ msgstr "CC" + +#~ msgid "Archivo no subido correctamente" +#~ msgstr "Файл успешно закачан" + +#, fuzzy +#~ msgid "Verifique los permisos del usuario del servidor web" +#~ msgstr "Пожалуйста, проверьте права пользователя веб-сервера " + +#, fuzzy +#~ msgid "Compruebe la extensión del archivo" +#~ msgstr "Пожалуйста, проверьте расширение файла" + +#~ msgid "Compruebe la configuración de PHP para subir archivos" +#~ msgstr "Пожалуйста, проверьте конфигурацию PHP для загрузки файлов" + +#, fuzzy +#~ msgid "Compruebe los permisos del directorio temporal" +#~ msgstr "Пожалуйста, проверьте права для временной папки" + +#, fuzzy +#~ msgid "Error al eliminar los usuarios del grupo" +#~ msgstr "Ошибка удаления пользователей из группы" + +#~ msgid "Compruebe el formato del archivo" +#~ msgstr "Пожалуйста, проверьте формат файла" + +#~ msgid "Importación finalizada" +#~ msgstr "Импорт завершен" + +#~ msgid "La sesión no puede ser inicializada" +#~ msgstr "Сессия не может быть запущена" + +#~ msgid "El directorio \"/config\" no existe" +#~ msgstr "Папка \"/config\" не существует." + +#~ msgid "No es posible escribir en el directorio \"config\"" +#~ msgstr "Невозможно произвести запись в папку \"/config\"" + +#~ msgid "Los permisos del directorio \"/config\" son incorrectos" +#~ msgstr "Права для папки \"/config\" заданы неверно" + +#~ msgid "Finalizar sesión" +#~ msgstr "Завершить сессию" + +#~ msgid "Tiempo inactivo" +#~ msgstr "Время бездействия" + +#~ msgid "Tiempo total" +#~ msgstr "Общее время" + +#~ msgid "Actualización" +#~ msgstr "Обновить" + +#~ msgid "Actualización de versión realizada." +#~ msgstr "Обновление версии завершено." + +#, fuzzy +#~ msgid "Indicar nombre de usuario admin" +#~ msgstr "Ввведи имя пользователя администратора" + +#, fuzzy +#~ msgid "Usuario admin para acceso a la aplicación" +#~ msgstr "Пользователь администратора для входа в программу" + +#, fuzzy +#~ msgid "Indicar la clave de admin" +#~ msgstr "Введите административный пароль" + +#~ msgid "Clave del usuario admin de la aplicación" +#~ msgstr "Пароль администратора программы" + +#, fuzzy +#~ msgid "Indicar la clave maestra" +#~ msgstr "Введите мастер-пароль" + +#, fuzzy +#~ msgid "Clave maestra para encriptar las claves" +#~ msgstr "Матер-пароль для шифрования паролей " + +#, fuzzy +#~ msgid "Clave maestra muy corta" +#~ msgstr "Длина мастер-пароля мала" + +#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" +#~ msgstr "Мастер-пароль должен быть не менее 11 символов" + +#, fuzzy +#~ msgid "Indicar el usuario de la BBDD" +#~ msgstr "Введите пользователя базы данных" + +#, fuzzy +#~ msgid "Usuario con permisos de administrador de la Base de Datos" +#~ msgstr "Пользователь с правами администратора для базы данных" + +#, fuzzy +#~ msgid "Indicar el nombre de la BBDD" +#~ msgstr "Введите имя базы данных" + +#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" +#~ msgstr "Имя базы данных программы. Например, syspass" + +#~ msgid "El nombre de la BBDD no puede contener \".\"" +#~ msgstr "Имя базы данных не может содержать \".\"" + +#~ msgid "Elimine los puntos del nombre de la Base de Datos" +#~ msgstr "Пожалуйста, уберите точки из имени базы данных" + +#, fuzzy +#~ msgid "Indicar el servidor de la BBDD" +#~ msgstr "Введите сервер баз данных" + +#~ msgid "Servidor donde se instalará la Base de Datos" +#~ msgstr "Сервер, на котором будет создана база данных" + +#~ msgid "No es posible comprobar el usuario de sysPass" +#~ msgstr "Не могу проверить пользователя sysPass" + +#, fuzzy +#~ msgid "Compruebe los permisos del usuario de conexión a la BD" +#~ msgstr "Пожалуйста, проверьте права на базу данных" + +#~ msgid "La BBDD ya existe" +#~ msgstr "База данных уже существует" + +#, fuzzy +#~ msgid "Indique una nueva Base de Datos o elimine la existente" +#~ msgstr "Введите новую базу данных или удалите существующую" + +#, fuzzy +#~ msgid "Error al crear la BBDD" +#~ msgstr "Ошибка при создании БД" + +#, fuzzy +#~ msgid "Verifique los permisos del usuario de la Base de Datos" +#~ msgstr "Пожалуйста, проверьте права доступа к базе данных " + +#~ msgid "El archivo de estructura de la BBDD no existe" +#~ msgstr "Файл структуры базы данных не существует" + +#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." +#~ msgstr "" +#~ "Невозможно создать базу данных программы. Пожалуйста, скачайте её заново." + +#, fuzzy +#~ msgid "Error al seleccionar la BBDD" +#~ msgstr "Ошибка выбора базы данных." + +#~ msgid "" +#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " +#~ "los permisos y que no exista." +#~ msgstr "" +#~ "Невозможно использовать базу данных для создания её структуры. Проверьте " +#~ "права доступа к базе данных." + +#~ msgid "Error al crear la estructura de la Base de Datos." +#~ msgstr "Ошибка создания структуры базы данных." + +#~ msgid "Informe al desarrollador" +#~ msgstr "Предупреждение разработчику" + +#, fuzzy +#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" +#~ msgstr "Ошибка обновления мастер-пароля для пользователя \"admin\"" + +#~ msgid "No es posible conectar con el servidor de LDAP" +#~ msgstr "Невозможно подключиться к серверу LDAP" + +#~ msgid "Error al conectar (BIND)" +#~ msgstr "Ошибка подключения (BIND)" + +#~ msgid "Error al buscar objetos en DN base" +#~ msgstr "Ошибка поиска объектов в DN" + +#, fuzzy +#~ msgid "Error al buscar RDN de grupo" +#~ msgstr "Ошибка поиска группы в RDN" + +#, fuzzy +#~ msgid "Error al localizar el usuario en LDAP" +#~ msgstr "Ошибка поиска пользователя в LDAP" + +#~ msgid "Error al buscar el grupo de usuarios" +#~ msgstr "Ошибка поиска групп пользователя" + +#~ msgid "Usuario verificado en grupo" +#~ msgstr "Членство пользователя в группе проверено" + +#~ msgid "Vaciar Eventos" +#~ msgstr "Очистить записи" + +#, fuzzy +#~ msgid "Cliente no encontrado" +#~ msgstr "Заказчик не найден" + +#, fuzzy +#~ msgid "Error al obtener los usuarios" +#~ msgstr "Ошибка получения пользователей" + +#~ msgid "Migrar Perfiles" +#~ msgstr "Миграция профилей" + +#, fuzzy +#~ msgid "Error al obtener perfiles" +#~ msgstr "Ошибка получения профилей" + +#~ msgid "Operación realizada correctamente" +#~ msgstr "Успешно" + +#, fuzzy +#~ msgid "Fallo al realizar la operación" +#~ msgstr "Не удалось выполнить операцию" + +#~ msgid "Formato de XML inválido" +#~ msgstr "Ошибка в формате XML" + +#, fuzzy +#~ msgid "Error al aplicar la actualización de la Base de Datos" +#~ msgstr "Ошибка обновления базы данных" + +#~ msgid "Compruebe el registro de eventos para más detalles" +#~ msgstr "См. журнал событий для получения подробностей." + +#, fuzzy +#~ msgid "Error al aplicar la actualización auxiliar" +#~ msgstr "Ошибка применения дополнительного обновления" + +#~ msgid "Actualizar BBDD" +#~ msgstr "Обновление БД" + +#~ msgid "No es necesario actualizar la Base de Datos." +#~ msgstr "Обновление базы данных не требуется." + +#~ msgid "Actualización de la Base de Datos realizada correctamente." +#~ msgstr "Обновление базы данных завершено успешно." + +#~ msgid "Actualizar Configuración" +#~ msgstr "Обновить конфигурацию" + +#~ msgid "No se pudo realizar la petición de cambio de clave." +#~ msgstr "Выполнить запрос на смену пароля невозможно." + +#~ msgid "Usuario de LDAP" +#~ msgstr "Пользователь LDAP" + +#~ msgid "Activación Cuenta" +#~ msgstr "Активация учетной записи" + +#~ msgid "Su cuenta está pendiente de activación." +#~ msgstr "Активация Вашей учетной записи в процессе." + +#~ msgid "En breve recibirá un email de confirmación." +#~ msgstr "Вы получите письмо в скором времени." + +#~ msgid "Nuevo usuario de LDAP" +#~ msgstr "Пользователь LDAP" + +#, fuzzy +#~ msgid "Error al migrar grupo del usuario" +#~ msgstr "Ошибка миграции группы пользователя" + +#~ msgid "Versión de PHP requerida >= " +#~ msgstr "Необходим PHP версии >= " + +#~ msgid "" +#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" +#~ msgstr "Пожалуйста, обновите PHP для использования sysPass" + +#~ msgid "Exportar XML" +#~ msgstr "Экспорт XML" + +#, fuzzy +#~ msgid "Error al crear el archivo XML" +#~ msgstr "Ошибка создания файла XML" + +#, fuzzy +#~ msgid "No es posible procesar el archivo XML" +#~ msgstr "Невозможно обработать файл XML" + +#~ msgid "Archivo XML no soportado" +#~ msgstr "Файл XML не поддерживается" + +#~ msgid "No es posible detectar la aplicación que exportó los datos" +#~ msgstr "" +#~ "Невозможно определить программу, из которой были экспортированы данные" + +#~ msgid "Registro de eventos vaciado" +#~ msgstr "Журнал очищен" + +#, fuzzy +#~ msgid "Error al vaciar el registro de eventos" +#~ msgstr "Ошибка очистки журнала" + +#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" +#~ msgstr "Данная версия PHP уязвима NULL Byte attack (CVE-2006-7243)" + +#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" +#~ msgstr "" +#~ "Пожалуйста, обновите версию PHP для безопасного использования sysPass" + +#~ msgid "No se encuentra el generador de números aleatorios." +#~ msgstr "Не могу найти генератор случайных чисел." + +#~ msgid "" +#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" +#~ msgstr "" +#~ "Без этой функции, атакующий может завладеть вашим аккаунтом при сбросе " +#~ "пароля." + +#~ msgid "Instalación finalizada" +#~ msgstr "Установка завершена" + +#~ msgid "Descargar nueva versión" +#~ msgstr "Скачать новую версию" + +#~ msgid "Token de autorización visualizado" +#~ msgstr "Отображение токена авторизации" + +#~ msgid "Autorizaciones" +#~ msgstr "Авторизации" + +#~ msgid "Hablitar edición" +#~ msgstr "Разрешить изменения" + +#~ msgid "Usuarios Secundarios" +#~ msgstr "Вторичные пользователи" + +#~ msgid "Grupos Secundarios" +#~ msgstr "Вторичные группы" + +#~ msgid "Modificar Cuenta" +#~ msgstr "Редактировать учетную запись" + +#~ msgid "Se permite un máximo de 4 caracteres." +#~ msgstr "Максимальная длина расширения 4 символа." + +#~ msgid "Primera página" +#~ msgstr "Первая страница" + +#~ msgid "Página anterior" +#~ msgstr "Прошлая страница" + +#~ msgid "Página siguiente" +#~ msgstr "Следующая страница" + +#~ msgid "Última página" +#~ msgstr "Последняя страница" + +#~ msgid "Comprobar" +#~ msgstr "Проверить" + +#, fuzzy +#~ msgid "Cambiar Clave" +#~ msgstr "Изменение пароля" + +#~ msgid "Añadir" +#~ msgstr "Добавить" + +#~ msgid "Abrir enlace a" +#~ msgstr "Открыть ссылку" + +#~ msgid "Limpiar" +#~ msgstr "Очистить" + +#~ msgid "Parámetros especiales:" +#~ msgstr "Специальные параметры" + +#~ msgid "Realizar" +#~ msgstr "Выполнить" + +#~ msgid "Extensión" +#~ msgstr "Расширение" + +#~ msgid "Tamaño de archivo superado" +#~ msgstr "Слишком большой размер файла" + +#~ msgid "Solicitud no enviada" +#~ msgstr "Запрос не отправлен" + +#~ msgid "Compruebe datos de usuario o consulte con el administrador" +#~ msgstr "" +#~ "Пожалуйста, проверьте данные пользователя или свяжитесь с администратором" + +#, fuzzy +#~ msgid "La cuenta no existe" +#~ msgstr "Учетная запись не существует" + +#~ msgid "Errores" +#~ msgstr "Ошибки" + +#~ msgid "Error al añadir favorito" +#~ msgstr "Ошибка добавления в избранное" + +#~ msgid "Error al eliminar favorito" +#~ msgstr "Ошибка удаления из избранного" + +#, fuzzy +#~ msgid "Error al eliminar las etiquetas de la cuenta" +#~ msgstr "Ошибка при удалении тегов для учетной записи" + +#~ msgid "Método inválido" +#~ msgstr "Ошибочный метод" + +#~ msgid "Datos inválidos" +#~ msgstr "Ошибочные данные" + +#~ msgid "Formato incorrecto" +#~ msgstr "Ошибочный формат" + +#~ msgid "Nombre de categoría a buscar" +#~ msgstr "Название категории для поиска" + +#, fuzzy +#~ msgid "Nombre de cliente a buscar" +#~ msgstr "Название заказчика для поиска" + +#~ msgid "Método ya inicializado" +#~ msgstr "Метод уже инициализирован" + +#~ msgid "Método no disponible" +#~ msgstr "Метод недоступен" + +#, fuzzy +#~ msgid "Los parámetros de DokuWiki no están configurados" +#~ msgstr "Параметры DokuWiki не заданы" + +#~ msgid "Error" +#~ msgstr "Ошибка" + +#~ msgid "Conexión correcta" +#~ msgstr "Успешное подключение" + +#~ msgid "Error de conexión a DokuWiki" +#~ msgstr "Ошибка при подключении к DokuWiki" + +#~ msgid "Faltan parámetros de syslog remoto" +#~ msgstr "Пропущены параметры удаленного syslog" + +#~ msgid "Syslog remoto deshabilitado" +#~ msgstr "Удаленный syslog отключен" + +#, fuzzy +#~ msgid "Error al guardar la configuración" +#~ msgstr "Ошибка при сохранении конфигурации" + +#~ msgid "Faltan parámetros de DokuWiki" +#~ msgstr "Пропущены параметры DokuWiki" + +#~ msgid "DokuWiki habiltada" +#~ msgstr "DokuWiki включен" + +#~ msgid "DokuWiki deshabilitada" +#~ msgstr "DokuWiki выключен" + +#~ msgid "Enlace creado" +#~ msgstr "Ссылка создана" + +#~ msgid "Enlace actualizado" +#~ msgstr "Ссылка обновлена" + +#~ msgid "Enlace eliminado" +#~ msgstr "Ссылка удалена" + +#~ msgid "Plugin habilitado" +#~ msgstr "Плагин включен" + +#~ msgid "Plugin deshabilitado" +#~ msgstr "Плагин отключен" + +#~ msgid "Plugin restablecido" +#~ msgstr "Плагин сброшен" + +#~ msgid "Favorito añadido" +#~ msgstr "Добавлено в избранное" + +#~ msgid "Favorito eliminado" +#~ msgstr "Удалено из избранного" + +#~ msgid "Importación de usuarios de LDAP realizada" +#~ msgstr "Импорт пользователей из LDAP завершен" + +#, fuzzy +#~ msgid "Error al importar usuarios de LDAP" +#~ msgstr "Ошибка при импорте пользователей из LDAP" + +#~ msgid "Notificación leída" +#~ msgstr "Уведомление прочитано" + +#~ msgid "Notificación eliminada" +#~ msgstr "Уведомление удалено" + +#~ msgid "Solicitud enviada por correo" +#~ msgstr "Запрос отправлен по email" + +#~ msgid "Solicitud no enviada por correo" +#~ msgstr "Запрос не отправлен по email" + +#~ msgid "Solicitud realizada" +#~ msgstr "Запрос выполнен" + +#~ msgid "Detalles de Plugin" +#~ msgstr "Детали плагина" + +#, fuzzy +#~ msgid "Error al obtener la clave maestra del usuario" +#~ msgstr "Ошибка при получении мастер-пароля пользователя" + +#~ msgid "Es necesaria su clave anterior" +#~ msgstr "Необходим Ваш прошлый пароль" + +#~ msgid "Servidor LDAP" +#~ msgstr "Сервер LDAP" + +#~ msgid "Buscar Categorías" +#~ msgstr "Поиск категорий" + +#~ msgid "Añadir Categoría" +#~ msgstr "Добавить категорию" + +#~ msgid "Buscar Clientes" +#~ msgstr "Поиск заказчиков" + +#~ msgid "Añadir Cliente" +#~ msgstr "Добавить заказчика" + +#~ msgid "Observador no inicializado" +#~ msgstr "Наблюдатель не инициализирован" + +#~ msgid "Es necesario un objeto" +#~ msgstr "Нужен объект" + +#, fuzzy +#~ msgid "Indicar la clave de la BBDD" +#~ msgstr "Введите пароль базы данных" + +#~ msgid "Clave del usuario administrador de la Base de Datos" +#~ msgstr "Пароль администратора базы данных" + +#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" +#~ msgstr "Ошибка при создании подключения к MySQL под пользователем '%s'" + +#, fuzzy +#~ msgid "La BBDD no existe" +#~ msgstr "База данных не существует" + +#~ msgid "Es necesario crearla y asignar los permisos necesarios" +#~ msgstr "Необходимо создать его и назначить нужные права" + +#~ msgid "La plantilla no contiene archivos" +#~ msgstr "Шаблон не содержит файлов" + +#~ msgid "Error al actualizar la configuración" +#~ msgstr "Ошибка при обновлении конфигурации" + +#~ msgid "Usuario no indicado" +#~ msgstr "Пользователь не установлен" + +#~ msgid "Acción no indicada" +#~ msgstr "Действие не установлено" + +#~ msgid "Es necesario un nombre de etiqueta" +#~ msgstr "Необходимо название тега" + +#~ msgid "Respuesta XML-RPC inválida" +#~ msgstr "Ошибочный XML-RPC ответ" + +#~ msgid "Id de categoría no definido. No es posible importar cuenta." +#~ msgstr "ID категории не задано. Невозможно импортировать учетную запись." + +#, fuzzy +#~ msgid "Id de cliente no definido. No es posible importar cuenta." +#~ msgstr "ID заказчика не задано. Невозможно импортировать учетную запись." + +#~ msgid "Clave de encriptación no indicada" +#~ msgstr "Пароль шифрования не задан" + +#~ msgid "Extensión '%s' no cargada" +#~ msgstr "Расширение '%s' не загружено" + +#~ msgid "Categoría duplicada" +#~ msgstr "Категория существует" + +#~ msgid "Categoría no encontrada" +#~ msgstr "Категория не найдена" + +#, fuzzy +#~ msgid "Error al crear el campo personalizado" +#~ msgstr "Ошибка при создании свободного поля" + +#, fuzzy +#~ msgid "Error al eliminar el campo personalizado" +#~ msgstr "Ошибка при удалении свободного поля" + +#, fuzzy +#~ msgid "Error al actualizar el campo personalizado" +#~ msgstr "Ошибка при обновлении свободного поля" + +#~ msgid "Campo personalizado no encontrado" +#~ msgstr "Свободное поле не найдено" + +#~ msgid "No se encontraron campos personalizados" +#~ msgstr "Свободные поля не найдены" + +#, fuzzy +#~ msgid "No hay datos de campos personalizados" +#~ msgstr "Нет данных из свободных полей" + +#, fuzzy +#~ msgid "Error al migrar campos personalizados" +#~ msgstr "Ошибка при миграции свободных полей" + +#~ msgid "Archivo subido" +#~ msgstr "Файл загружен" + +#~ msgid "Grupo en uso" +#~ msgstr "Группа используется" + +#~ msgid "Actualizar Grupo" +#~ msgstr "Обновить группу" + +#~ msgid "Error al asignar los usuarios al grupo" +#~ msgstr "Ошибка при настройке пользователей в группе" + +#, fuzzy +#~ msgid "Error al crear la notificación" +#~ msgstr "Ошибка при добавлении уведомления" + +#, fuzzy +#~ msgid "Error al eliminar la notificación" +#~ msgstr "Ошибка при удалении уведомления" + +#, fuzzy +#~ msgid "Error al modificar la notificación" +#~ msgstr "Ошибка при обновлении уведомления" + +#~ msgid "Error al obtener la notificación" +#~ msgstr "Ошибка при получении уведомления" + +#, fuzzy +#~ msgid "Error al obtener las notificaciones" +#~ msgstr "Ошибка при получении уведомлений" + +#, fuzzy +#~ msgid "Error al crear el plugin" +#~ msgstr "Ошибка при добавлении плагина" + +#, fuzzy +#~ msgid "Error al eliminar el plugin" +#~ msgstr "Ошибка при удалении плагина" + +#, fuzzy +#~ msgid "Error al actualizar el plugin" +#~ msgstr "Ошибка при обновлении плагина" + +#~ msgid "Habilitado" +#~ msgstr "Включен" + +#, fuzzy +#~ msgid "Error al crear perfil" +#~ msgstr "Ошибка при создании профиля" + +#~ msgid "Perfil en uso" +#~ msgstr "Профиль используется" + +#, fuzzy +#~ msgid "Error al eliminar perfil" +#~ msgstr "Ошибка при удалении профиля" + +#, fuzzy +#~ msgid "Error al modificar perfil" +#~ msgstr "Ошибка при изменении профиля" + +#~ msgid "Enlace visualizado" +#~ msgstr "Ссылка показана" + +#, fuzzy +#~ msgid "Error al actualizar enlace" +#~ msgstr "Ошибка при обновлении ссылки" + +#~ msgid "Enlace ya creado" +#~ msgstr "Ссылка уже создана" + +#, fuzzy +#~ msgid "Error al crear enlace" +#~ msgstr "Ошибка при создании ссылки" + +#, fuzzy +#~ msgid "Error al eliminar enlace" +#~ msgstr "Ошибка при удалении ссылки" + +#~ msgid "Error al renovar enlace" +#~ msgstr "Ошибка при обновлении ссылки" + +#~ msgid "Actualizar Enlace" +#~ msgstr "Обновить ссылку" + +#, fuzzy +#~ msgid "Error al obtener enlace" +#~ msgstr "Ошибка при получении ссылки" + +#~ msgid "ON" +#~ msgstr "Включить" + +#~ msgid "OFF" +#~ msgstr "Выключить" + +#~ msgid "Etiqueta duplicada" +#~ msgstr "Дублированный тег" + +#, fuzzy +#~ msgid "Error al crear etiqueta" +#~ msgstr "Ошибка при создании тега" + +#, fuzzy +#~ msgid "Error al eliminar etiqueta" +#~ msgstr "Ошибка при удалении тега" + +#, fuzzy +#~ msgid "Error al actualizar etiqueta" +#~ msgstr "Ошибка при обновлении тега" + +#, fuzzy +#~ msgid "Error al obtener etiqueta" +#~ msgstr "Ошибка при получении тега" + +#~ msgid "Login/email de usuario duplicados" +#~ msgstr "Дублированный login/email" + +#, fuzzy +#~ msgid "Error al obtener los datos del usuario" +#~ msgstr "Ошибка при получении данных пользователя" + +#, fuzzy +#~ msgid "No se encontraron objetos para sincronizar" +#~ msgstr "Нет объектов для синхронизации" + +#~ msgid "Sincronización finalizada" +#~ msgstr "Синхронизация завершена" + +#, fuzzy +#~ msgid "Error al migrar cuenta de usuario" +#~ msgstr "Ошибка при миграции учетной записи пользователя" + +#, fuzzy +#~ msgid "Error al obtener grupo de usuarios" +#~ msgstr "Ошибка при получении группы пользователей" + +#, fuzzy +#~ msgid "Error en comprobación de hash" +#~ msgstr "Ошибка при проверке хэша" + +#, fuzzy +#~ msgid "Hash inválido o expirado" +#~ msgstr "Хэш ошибочен или просрочен" + +#~ msgid "Error al generar el hash de recuperación" +#~ msgstr "Ошибка при генерации восстановительного хеша" + +#~ msgid "Actualizando preferencias" +#~ msgstr "Обновление предпочтений" + +#~ msgid "No es posible leer/escribir el archivo: %s" +#~ msgstr "Невозможно прочитать/записать файл: %s" + +#, fuzzy +#~ msgid "No hay elementos para guardar" +#~ msgstr "Нет элементов для сохранения" + +#~ msgid "Socket no inicializado" +#~ msgstr "Сокет не инициализирован" + +#, fuzzy +#~ msgid "Error al enviar datos" +#~ msgstr "Ошибка при отправке данных" + +#~ msgid "Respuesta" +#~ msgstr "Ответ" + +#~ msgid "Ver Detalles" +#~ msgstr "Показать детали" + +#~ msgid "Copiar" +#~ msgstr "Копировать" + +#~ msgid "Restaurar" +#~ msgstr "Восстановить" + +#~ msgid "Descargar" +#~ msgstr "Скачать" + +#~ msgid "Crítico" +#~ msgstr "Критично" + +#~ msgid "Accesos" +#~ msgstr "Доступы" + +#~ msgid "Cuentas Vinculadas" +#~ msgstr "Связанные учетные записи" + +#~ msgid "Agente" +#~ msgstr "Агент" + +#~ msgid "Crear Usuario" +#~ msgstr "Добавить пользователя" + +#~ msgid "Actualizar Usuario" +#~ msgstr "Изменить пользователя" + +#~ msgid "Actualizar Clave Usuario" +#~ msgstr "Изменить пароль пользователя" + +#~ msgid "Crear Grupo" +#~ msgstr "Добавить группу" + +#~ msgid "Crear Perfil" +#~ msgstr "Добавить профиль" + +#~ msgid "Actualizar Perfil" +#~ msgstr "Изменить профиль" + +#, fuzzy +#~ msgid "Crear Cliente" +#~ msgstr "Добавить заказчика" + +#~ msgid "Crear Categoría" +#~ msgstr "Добавить категорию" + +#~ msgid "Actualizar Categoría" +#~ msgstr "Изменить категорию" + +#~ msgid "Crear Autorización" +#~ msgstr "Добавить авторизацию" + +#~ msgid "Crear Campo" +#~ msgstr "Добавить поле" + +#~ msgid "Actualizar Campo" +#~ msgstr "Изменить поле" + +#, fuzzy +#~ msgid "Crear Enlace" +#~ msgstr "Добавить ссылку" + +#~ msgid "Crear Etiqueta" +#~ msgstr "Добавить тег" + +#~ msgid "Actualizar Etiqueta" +#~ msgstr "Изменить тег" + +#~ msgid "Actualizar Plugin" +#~ msgstr "Обновить плагин" + +#~ msgid "Crear Cuenta" +#~ msgstr "Добавить учетную запись" + +#~ msgid "Usuarios importados" +#~ msgstr "Импортированные пользователи" + +#~ msgid "Acceso denegado" +#~ msgstr "Доступ запрещен" + +#, fuzzy +#~ msgid "Error al añadir las etiquetas de la cuenta" +#~ msgstr "Ошибка при добавлении тэгов учетной записи" + +#~ msgid "Grupos eliminados" +#~ msgstr "Группы удалены" + +#~ msgid "Perfiles eliminados" +#~ msgstr "Профили удалены" + +#, fuzzy +#~ msgid "Clientes eliminados" +#~ msgstr "Заказчики удалены" + +#~ msgid "Categorías eliminadas" +#~ msgstr "Категории удалены" + +#~ msgid "Autorizaciones eliminadas" +#~ msgstr "Авторизация удалена" + +#~ msgid "Campos eliminados" +#~ msgstr "Поля удалены" + +#~ msgid "Enlaces eliminados" +#~ msgstr "Ссылки удалены" + +#~ msgid "Etiquetas eliminadas" +#~ msgstr "Тэги удалены" + +#~ msgid "Archivos eliminados" +#~ msgstr "Файлы удалены" + +#~ msgid "Cuentas eliminadas" +#~ msgstr "Учетные записи удалены" + +#~ msgid "Notificación creada" +#~ msgstr "Создано уведомление" + +#~ msgid "Notificaciones eliminadas" +#~ msgstr "Уведомление удалено" + +#~ msgid "Usando clave temporal" +#~ msgstr "Использование временного пароля" + +#~ msgid "Clave temporal caducada" +#~ msgstr "Временный пароль недействителен" + +#~ msgid "Sesión" +#~ msgstr "Сессия" + +#~ msgid "Error al comprobar la base de datos" +#~ msgstr "Ошибка при проверке базы данных" + +#~ msgid "Intente de nuevo la instalación" +#~ msgstr "Пожалуйста, повторите попытку установки еще раз" + +#~ msgid "Es necesario un componente" +#~ msgstr "Нужен компонент" + +#~ msgid "Es necesario un tipo" +#~ msgstr "Нужен тип" + +#~ msgid "Es necesario un destinatario" +#~ msgstr "Нужна цель" + +#~ msgid "Error procesando línea" +#~ msgstr "Ошибка при обработке линии" + +#~ msgid "Cuentas importadas" +#~ msgstr "Учетные записи импортированы" + +#~ msgid "Archivo no encontrado" +#~ msgstr "Файл не найден" + +#~ msgid "Grupo no encontrado" +#~ msgstr "Группа не найдена" + +#~ msgid "Notificación no encontrada" +#~ msgstr "Уведомление не найдено" + +#~ msgid "Plugin no encontrado" +#~ msgstr "Плагин не найден" + +#~ msgid "Perfil no encontrado" +#~ msgstr "Профиль не найден" + +#~ msgid "Enlace no encontrado" +#~ msgstr "Ссылка не найдена" + +#~ msgid "Etiqueta no encontrada" +#~ msgstr "Тэг не найден" + +#~ msgid "Usuario no encontrado" +#~ msgstr "Пользователь не найден" + +#~ msgid "Consulta en blanco" +#~ msgstr "Пустой запрос" + +#~ msgid "No es posible iniciar una transacción" +#~ msgstr "Невозможно начать транзакцию" + +#~ msgid "No es posible finalizar una transacción" +#~ msgstr "Невозможно закончить транзакцию" + +#~ msgid "Cuenta no encontrada" +#~ msgstr "У" + +#~ msgid "Hash de clave maestra actualizado" +#~ msgstr "Хэш мастер-пароля обновлен" + +#~ msgid "Error al actualizar el hash de la clave maestra" +#~ msgstr "Ошибка при обновлении хэша мастер-пароля" + +#~ msgid "Usuarios eliminados" +#~ msgstr "Пользователи удалены" + +#~ msgid "Notificación actualizada" +#~ msgstr "Уведомление обновлено" + +#~ msgid "Restricción de integridad" +#~ msgstr "Ограничение целостности" + +#~ msgid "Clave de encriptación incorrecta" +#~ msgstr "Неверный пароль шифрования" + +#~ msgid "Código de seguridad incorrecto" +#~ msgstr "Неверный секретный код" + +#~ msgid "Es necesario confirmar la actualización" +#~ msgstr "Нужно подтверждение для обновления" + +#~ msgid "En 5 segundos será redirigido al login" +#~ msgstr "Вы будете перенаправлены на вход в течение 5 секунд" + +#~ msgid "Error al aplicar la actualización de la aplicación" +#~ msgstr "Ошибка при применении обновления" + +#~ msgid "Intentos excedidos" +#~ msgstr "Много попыток" + +#~ msgid "Token no encontrado" +#~ msgstr "ТОкен не найден" + +#~ msgid "Error al crear track" +#~ msgstr "Ошибка при создании трека" + +#~ msgid "Error al eliminar track" +#~ msgstr "Ошибка при удалении трека" + +#~ msgid "Error al actualizar track" +#~ msgstr "Ошибка при обновлении трека" + +#~ msgid "Error al obtener track" +#~ msgstr "Ошибка при извлечении трека" + +#~ msgid "Error al obtener tracks" +#~ msgstr "Ошибка при извлечении трека" + +#~ msgid "Actualizando IDs de cuentas" +#~ msgstr "Обновление ID аккаунта" + +#~ msgid "Actualizando IDs de categorías" +#~ msgstr "Обновление ID категории" + +#~ msgid "Actualizando IDs de clientes" +#~ msgstr "Обновление ID заказчика" + +#~ msgid "Actualizando IDs de grupos" +#~ msgstr "Обновление ID группы" + +#~ msgid "Actualizando IDs de perfil" +#~ msgstr "Обновление ID профиля" + +#~ msgid "Actualizando IDs de usuarios" +#~ msgstr "Обновление ID пользоввателя" + +#~ 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 "No es posible inicializar" +#~ msgstr "Unable to initialize" + +#~ 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 "Error al eliminar archivos" +#~ msgstr "Error while deleting the files" + +#~ 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 "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 "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 the 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 "Ver Permiso" +#~ msgstr "View Permission" + +#~ msgid "Nuevo Permiso" +#~ msgstr "New Permission" + +#~ msgid "Editar Permiso" +#~ msgstr "Edit Permission" + +#~ 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 "Buscar Permiso" +#~ msgstr "Search for Permission" + +#~ msgid "Eliminar Permiso" +#~ msgstr "Delete Permission" + +#~ 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 "" +#~ "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." + +#~ msgid "Gestión Permisos" +#~ msgstr "Permissions Management" + +#~ msgid "La clave no cumple los carácteres requeridos" +#~ msgstr "Password does not contain the required characters" + +#~ msgid "Es necesario que la clave contenga letras" +#~ msgstr "Password needs to contain letters" + +#~ msgid "Es necesario que la clave contenga minúsculas" +#~ msgstr "Password needs to contain lower case letters" + +#~ msgid "Es necesario que la clave contenga mayúsculas" +#~ msgstr "Password needs to contain upper case letters" + +#~ msgid "Es necesario que la clave contenga números" +#~ msgstr "Password needs to contain numbers" + +#~ msgid "Es necesario que la clave contenga símbolos" +#~ msgstr "Password needs to contain symbols" + +#~ msgid "Error al desconectar del servidor de LDAP" +#~ msgstr "Error while disconnecting from LDAP server" + +#~ msgid "Valor no encontrada" +#~ msgstr "Value not found" + +#~ msgid "Error al eliminar los valores" +#~ msgstr "Error while deleting the values" + +#~ msgid "Dirección IP no establecida" +#~ msgstr "IP address not set" + +#~ msgid "Valores eliminados" +#~ msgstr "Values deleted" + +#~ msgid "Valor eliminado" +#~ msgstr "Value deleted" + +#~ msgid "Valor creado" +#~ msgstr "Value created" + +#~ msgid "Valor actualizado" +#~ msgstr "Value updated" + +#~ msgid "Tipo de valor no definido o incorrecto" +#~ msgstr "Value type not set or incorrect" + +#~ msgid "Expresión regular inválida" +#~ msgstr "Invalid regular expression" + +#~ msgid "Error al vaciar tracks" +#~ msgstr "Error while clearing tracks out" + +#~ msgid "Track desbloqueado" +#~ msgstr "Track unlocked" + +#~ msgid "Tracks limpiados" +#~ msgstr "Tracks cleared out" diff --git a/app/modules/web/Controllers/AccessManagerController.php b/app/modules/web/Controllers/AccessManagerController.php index 1bdcadaa..c1b0c531 100644 --- a/app/modules/web/Controllers/AccessManagerController.php +++ b/app/modules/web/Controllers/AccessManagerController.php @@ -40,7 +40,7 @@ use SP\Services\UserGroup\UserGroupService; use SP\Services\UserProfile\UserProfileService; /** - * Class AccessMgmtController + * Class AccessManagerController * * @package SP\Modules\Web\Controllers */ @@ -56,6 +56,8 @@ final class AccessManagerController extends ControllerBase protected $tabsGridHelper; /** + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -67,6 +69,8 @@ final class AccessManagerController extends ControllerBase /** * Returns a tabbed grid with items * + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -108,12 +112,13 @@ final class AccessManagerController extends ControllerBase * Returns users' data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ protected function getUsersList() { - return $this->dic->get(UserGrid::class) ->getGrid($this->dic->get(UserService::class)->search($this->itemSearchData)) ->updatePager(); @@ -123,6 +128,8 @@ final class AccessManagerController extends ControllerBase * Returns users group data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -137,6 +144,8 @@ final class AccessManagerController extends ControllerBase * Returns users profile data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -151,6 +160,8 @@ final class AccessManagerController extends ControllerBase * Returns API tokens data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -165,6 +176,8 @@ final class AccessManagerController extends ControllerBase * Returns public links data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ diff --git a/app/modules/web/Controllers/CategoryController.php b/app/modules/web/Controllers/CategoryController.php index d475f3a0..78410fd5 100644 --- a/app/modules/web/Controllers/CategoryController.php +++ b/app/modules/web/Controllers/CategoryController.php @@ -54,6 +54,9 @@ final class CategoryController extends ControllerBase implements CrudControllerI /** * Search action * + * @return bool + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -74,6 +77,8 @@ final class CategoryController extends ControllerBase implements CrudControllerI * getSearchGrid * * @return $this + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ diff --git a/app/modules/web/Controllers/ConfigManagerController.php b/app/modules/web/Controllers/ConfigManagerController.php index 42b98f31..4f499ba0 100644 --- a/app/modules/web/Controllers/ConfigManagerController.php +++ b/app/modules/web/Controllers/ConfigManagerController.php @@ -33,7 +33,7 @@ use SP\Modules\Web\Controllers\Helpers\TabsHelper; use SP\Mvc\View\Components\DataTab; use SP\Mvc\View\Components\SelectItemAdapter; use SP\Plugin\PluginManager; -use SP\Providers\Log\DatabaseLogHandler; +use SP\Providers\Log\LogInterface; use SP\Providers\Mail\MailHandler; use SP\Services\Account\AccountService; use SP\Services\Config\ConfigService; @@ -146,7 +146,7 @@ final class ConfigManagerController extends ControllerBase $template->assign('curlIsAvailable', $this->extensionChecker->checkCurlAvailable()); - $events = array_merge(DatabaseLogHandler::EVENTS, $this->configData->getLogEvents()); + $events = array_merge(LogInterface::EVENTS, $this->configData->getLogEvents()); sort($events, SORT_STRING); diff --git a/app/modules/web/Controllers/EventlogController.php b/app/modules/web/Controllers/EventlogController.php index acb929b1..2d604808 100644 --- a/app/modules/web/Controllers/EventlogController.php +++ b/app/modules/web/Controllers/EventlogController.php @@ -50,6 +50,8 @@ final class EventlogController extends ControllerBase /** * indexAction * + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -70,6 +72,8 @@ final class EventlogController extends ControllerBase * getSearchGrid * * @return $this + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -85,6 +89,9 @@ final class EventlogController extends ControllerBase /** * searchAction * + * @return bool + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -121,6 +128,8 @@ final class EventlogController extends ControllerBase } /** + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Services\Auth\AuthException */ protected function initialize() diff --git a/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php b/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php index 7038c2f3..49c761d3 100644 --- a/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php @@ -60,7 +60,7 @@ final class AccountGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getDeleteAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php b/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php index 29f09c68..42c2359b 100644 --- a/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php @@ -60,7 +60,7 @@ final class AccountHistoryGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getRestoreAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php b/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php index 7757bb17..b236d1c7 100644 --- a/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php @@ -61,7 +61,7 @@ final class AuthTokenGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php b/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php index dba47f0c..013af41a 100644 --- a/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php @@ -61,7 +61,7 @@ final class CategoryGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php b/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php index db700d6e..facd1db8 100644 --- a/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php @@ -60,7 +60,7 @@ final class ClientGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php b/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php index 3382f6bf..929fd103 100644 --- a/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php @@ -61,7 +61,7 @@ final class CustomFieldGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php b/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php index 0d349fdb..d16e74a4 100644 --- a/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php @@ -27,13 +27,13 @@ namespace SP\Modules\Web\Controllers\Helpers\Grid; use SP\Core\Acl\Acl; use SP\Core\Acl\ActionsInterface; -use SP\Html\DataGrid\DataGrid; 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; /** @@ -61,8 +61,8 @@ final class EventlogGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); - $grid->setPager($this->getPager($searchAction)->setOnClickFunction('eventlog/nav')); + $grid->setDataActions($searchAction); + $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getRefrestAction()); $grid->setDataActions($this->getClearAction()); @@ -78,16 +78,15 @@ final class EventlogGrid extends GridBase protected function getGridLayout(): DataGridInterface { // Grid - $dataGrid = new DataGrid($this->view->getTheme()); - $dataGrid->setId('tblEventLog'); - $dataGrid->setDataTableTemplate('datagrid-table-simple', 'grid'); - $dataGrid->setDataRowTemplate('datagrid-rows', $this->view->getBase()); - $dataGrid->setDataPagerTemplate('datagrid-nav-full', 'grid'); - $dataGrid->setHeader($this->getHeader()); - $dataGrid->setData($this->getData()); - $dataGrid->setTitle(__('Registro de Eventos')); + $gridTab = new DataGridTab($this->view->getTheme()); + $gridTab->setId('tblEventLog'); + $gridTab->setDataRowTemplate('datagrid-rows', 'grid'); + $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); + $gridTab->setHeader($this->getHeader()); + $gridTab->setData($this->getData()); + $gridTab->setTitle(__('Registro de Eventos')); - return $dataGrid; + return $gridTab; } /** @@ -165,7 +164,7 @@ final class EventlogGrid extends GridBase $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchEvent'); $gridActionSearch->setTitle(__('Buscar Evento')); - $gridActionSearch->setOnSubmitFunction('eventlog/search'); + $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::EVENTLOG_SEARCH)); return $gridActionSearch; @@ -179,12 +178,12 @@ final class EventlogGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::EVENTLOG_SEARCH); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); + $gridAction->setSkip(true); $gridAction->setName(__('Refrescar')); $gridAction->setTitle(__('Refrescar')); $gridAction->setIcon($this->icons->getIconRefresh()); - $gridAction->setOnClickFunction('eventlog/search'); + $gridAction->setOnClickFunction('appMgmt/search'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::EVENTLOG_SEARCH)); - $gridAction->addData('target', '#data-table-tblEventLog'); return $gridAction; } @@ -197,12 +196,12 @@ final class EventlogGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::EVENTLOG_CLEAR); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); + $gridAction->setSkip(true); $gridAction->setName(__('Vaciar registro de eventos')); $gridAction->setTitle(__('Vaciar registro de eventos')); $gridAction->setIcon($this->icons->getIconClear()); $gridAction->setOnClickFunction('eventlog/clear'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::EVENTLOG_CLEAR)); - $gridAction->addData('action-next', Acl::getActionRoute(ActionsInterface::EVENTLOG)); return $gridAction; } diff --git a/app/modules/web/Controllers/Helpers/Grid/FileGrid.php b/app/modules/web/Controllers/Helpers/Grid/FileGrid.php index 6cc846f8..550d0dc0 100644 --- a/app/modules/web/Controllers/Helpers/Grid/FileGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/FileGrid.php @@ -60,7 +60,7 @@ final class FileGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getViewAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php b/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php index 15bbed8e..a4bf2210 100644 --- a/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php @@ -61,7 +61,7 @@ final class ItemPresetGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreatePermissionAction(), true); diff --git a/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php b/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php index b8845a8d..418f7fc7 100644 --- a/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php @@ -67,7 +67,7 @@ final class NotificationGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $this->isAdminApp = (bool)$this->context->getUserData()->getIsAdminApp(); diff --git a/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php b/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php index 9720f7e0..72d07b3b 100644 --- a/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php @@ -61,7 +61,7 @@ final class PluginGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getViewAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php b/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php index b222869a..13b0e83b 100644 --- a/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php @@ -61,7 +61,7 @@ final class PublicLinkGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/TagGrid.php b/app/modules/web/Controllers/Helpers/Grid/TagGrid.php index 68a4df7a..45dbe9cf 100644 --- a/app/modules/web/Controllers/Helpers/Grid/TagGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/TagGrid.php @@ -61,7 +61,7 @@ final class TagGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/TrackGrid.php b/app/modules/web/Controllers/Helpers/Grid/TrackGrid.php new file mode 100644 index 00000000..062ff813 --- /dev/null +++ b/app/modules/web/Controllers/Helpers/Grid/TrackGrid.php @@ -0,0 +1,203 @@ +. + */ + +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\Http\Address; +use SP\Storage\Database\QueryResult; + +/** + * Class TrackGrid + * + * @package SP\Modules\Web\Controllers\Helpers\Grid + */ +final class TrackGrid 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($searchAction); + $grid->setPager($this->getPager($searchAction)); + + $grid->setDataActions($this->getRefrestAction()); + $grid->setDataActions($this->getClearAction()); + $grid->setDataActions($this->getUnlockAction()); + + $grid->setTime(round(getElapsedTime($this->queryTimeStart), 5)); + + return $grid; + } + + /** + * @return DataGridInterface + */ + protected function getGridLayout(): DataGridInterface + { + // Grid + $gridTab = new DataGridTab($this->view->getTheme()); + $gridTab->setId('tblTracks'); + $gridTab->setDataRowTemplate('datagrid-rows', 'grid'); + $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); + $gridTab->setHeader($this->getHeader()); + $gridTab->setData($this->getData()); + $gridTab->setTitle(__('Tracks')); + + return $gridTab; + } + + /** + * @return DataGridHeader + */ + protected function getHeader(): DataGridHeader + { + // Grid Header + $gridHeader = new DataGridHeader(); + $gridHeader->addHeader(__('Fecha')); + $gridHeader->addHeader(__('Fecha Desbloqueo')); + $gridHeader->addHeader(__('Origen')); + $gridHeader->addHeader('IPv4'); + $gridHeader->addHeader('IPv6'); + $gridHeader->addHeader(__('Usuario')); + + return $gridHeader; + } + + /** + * @return DataGridData + */ + protected function getData(): DataGridData + { + // Grid Data + $gridData = new DataGridData(); + $gridData->setDataRowSourceId('id'); + $gridData->addDataRowSource('dateTime'); + $gridData->addDataRowSource('dateTimeUnlock'); + $gridData->addDataRowSource('source'); + $gridData->addDataRowSource('ipv4', null, function ($value) { + return $value !== null ? Address::fromBinary($value) : ''; + }); + $gridData->addDataRowSource('ipv6', null, function ($value) { + return $value !== null ? Address::fromBinary($value) : ''; + }); + $gridData->addDataRowSource('userId'); + $gridData->setData($this->queryResult); + + return $gridData; + } + + /** + * @return DataGridActionSearch + */ + private function getSearchAction() + { + // Grid Actions + $gridActionSearch = new DataGridActionSearch(); + $gridActionSearch->setId(ActionsInterface::TRACK_SEARCH); + $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); + $gridActionSearch->setName('frmSearchTrack'); + $gridActionSearch->setTitle(__('Buscar Track')); + $gridActionSearch->setOnSubmitFunction('appMgmt/search'); + $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::TRACK_SEARCH)); + + return $gridActionSearch; + } + + /** + * @return DataGridAction + */ + private function getRefrestAction() + { + $gridAction = new DataGridAction(); + $gridAction->setId(ActionsInterface::TRACK_SEARCH); + $gridAction->setType(DataGridActionType::MENUBAR_ITEM); + $gridAction->setSkip(true); + $gridAction->setName(__('Refrescar')); + $gridAction->setTitle(__('Refrescar')); + $gridAction->setIcon($this->icons->getIconRefresh()); + $gridAction->setOnClickFunction('appMgmt/search'); + $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::TRACK_SEARCH)); + + return $gridAction; + } + + /** + * @return DataGridAction + */ + private function getClearAction() + { + $gridAction = new DataGridAction(); + $gridAction->setId(ActionsInterface::TRACK_CLEAR); + $gridAction->setType(DataGridActionType::MENUBAR_ITEM); + $gridAction->setSkip(true); + $gridAction->setName(Acl::getActionInfo(ActionsInterface::TRACK_CLEAR)); + $gridAction->setTitle(Acl::getActionInfo(ActionsInterface::TRACK_CLEAR)); + $gridAction->setIcon($this->icons->getIconClear()); + $gridAction->setOnClickFunction('track/clear'); + $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::TRACK_CLEAR)); + + return $gridAction; + } + + /** + * @return DataGridAction + */ + private function getUnlockAction() + { + $gridAction = new DataGridAction(); + $gridAction->setId(ActionsInterface::TRACK_UNLOCK); + $gridAction->setType(DataGridActionType::EDIT_ITEM); + $gridAction->setName(Acl::getActionInfo(ActionsInterface::TRACK_UNLOCK)); + $gridAction->setTitle(Acl::getActionInfo(ActionsInterface::TRACK_UNLOCK)); + $gridAction->setIcon($this->icons->getIconCheck()); + $gridAction->setOnClickFunction('track/unlock'); + $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::TRACK_UNLOCK)); + $gridAction->setFilterRowSource('tracked', 0); + + return $gridAction; + } +} \ No newline at end of file diff --git a/app/modules/web/Controllers/Helpers/Grid/UserGrid.php b/app/modules/web/Controllers/Helpers/Grid/UserGrid.php index 3aa62618..40587b94 100644 --- a/app/modules/web/Controllers/Helpers/Grid/UserGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/UserGrid.php @@ -62,7 +62,7 @@ final class UserGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); @@ -225,6 +225,9 @@ final class UserGrid extends GridBase return $gridAction; } + /** + * @return DataGridAction + */ private function getViewAction() { $gridAction = new DataGridAction(); diff --git a/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php b/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php index b029668f..9635cd28 100644 --- a/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php @@ -61,7 +61,7 @@ final class UserGroupGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php b/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php index 1ee96709..d92b3561 100644 --- a/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php @@ -61,7 +61,7 @@ final class UserProfileGrid extends GridBase $searchAction = $this->getSearchAction(); - $grid->setDataActions($this->getSearchAction()); + $grid->setDataActions($searchAction); $grid->setPager($this->getPager($searchAction)); $grid->setDataActions($this->getCreateAction()); diff --git a/app/modules/web/Controllers/Helpers/LayoutHelper.php b/app/modules/web/Controllers/Helpers/LayoutHelper.php index 48e1796c..6500d522 100644 --- a/app/modules/web/Controllers/Helpers/LayoutHelper.php +++ b/app/modules/web/Controllers/Helpers/LayoutHelper.php @@ -287,7 +287,7 @@ final class LayoutHelper extends HelperBase if ($acl->checkUserAccess(ActionsInterface::ACCESS_MANAGE)) { $actionAccessManager = new DataGridAction(); $actionAccessManager->setId(ActionsInterface::ACCESS_MANAGE); - $actionAccessManager->setTitle(__('Usuarios y Accesos')); + $actionAccessManager->setTitle(Acl::getActionInfo(ActionsInterface::ACCESS_MANAGE)); $actionAccessManager->setIcon($icons->getIconAccount()); $actionAccessManager->setData([ 'historyReset' => 0, @@ -301,7 +301,7 @@ final class LayoutHelper extends HelperBase if ($acl->checkUserAccess(ActionsInterface::ITEMS_MANAGE)) { $actionItemManager = new DataGridAction(); $actionItemManager->setId(ActionsInterface::ITEMS_MANAGE); - $actionItemManager->setTitle(__('Elementos y Personalización')); + $actionItemManager->setTitle(Acl::getActionInfo(ActionsInterface::ITEMS_MANAGE)); $actionItemManager->setIcon($icons->getIconGroup()); $actionItemManager->setData([ 'historyReset' => 0, @@ -312,18 +312,18 @@ final class LayoutHelper extends HelperBase $actions[] = $actionItemManager; } - if ($acl->checkUserAccess(ActionsInterface::EVENTLOG) && $this->configData->isLogEnabled()) { - $actionEventlog = new DataGridAction(); - $actionEventlog->setId(ActionsInterface::EVENTLOG); - $actionEventlog->setTitle(__('Registro de Eventos')); - $actionEventlog->setIcon($icons->getIconHeadline()); - $actionEventlog->setData([ - 'historyReset' => 1, - 'view' => 'eventlog', - 'route' => Acl::getActionRoute(ActionsInterface::EVENTLOG) + if ($acl->checkUserAccess(ActionsInterface::SECURITY_MANAGE)) { + $actionSecurityManager = new DataGridAction(); + $actionSecurityManager->setId(ActionsInterface::SECURITY_MANAGE); + $actionSecurityManager->setTitle(Acl::getActionInfo(ActionsInterface::SECURITY_MANAGE)); + $actionSecurityManager->setIcon($icons->getIconByName('security')); + $actionSecurityManager->setData([ + 'historyReset' => 0, + 'view' => 'datatabs', + 'route' => Acl::getActionRoute(ActionsInterface::SECURITY_MANAGE) ]); - $actions[] = $actionEventlog; + $actions[] = $actionSecurityManager; } if ($acl->checkUserAccess(ActionsInterface::PLUGIN)) { diff --git a/app/modules/web/Controllers/SecurityManagerController.php b/app/modules/web/Controllers/SecurityManagerController.php new file mode 100644 index 00000000..56339f18 --- /dev/null +++ b/app/modules/web/Controllers/SecurityManagerController.php @@ -0,0 +1,144 @@ +. + */ + +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\EventlogGrid; +use SP\Modules\Web\Controllers\Helpers\Grid\TrackGrid; +use SP\Modules\Web\Controllers\Helpers\TabsGridHelper; +use SP\Services\EventLog\EventlogService; +use SP\Services\Track\TrackService; + +/** + * Class SecurityManagerController + * + * @package SP\Modules\Web\Controllers + */ +final class SecurityManagerController extends ControllerBase +{ + /** + * @var ItemSearchData + */ + protected $itemSearchData; + /** + * @var TabsGridHelper + */ + protected $tabsGridHelper; + + /** + * @throws \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function indexAction() + { + $this->getGridTabs(); + } + + /** + * Returns a tabbed grid with items + * + * @throws \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + protected function getGridTabs() + { + $this->itemSearchData = new ItemSearchData(); + $this->itemSearchData->setLimitCount($this->configData->getAccountCount()); + + $this->tabsGridHelper = $this->dic->get(TabsGridHelper::class); + + if ($this->checkAccess(Acl::EVENTLOG) + && $this->configData->isLogEnabled() + ) { + $this->tabsGridHelper->addTab($this->getEventlogList()); + } + + if ($this->checkAccess(Acl::TRACK)) { + $this->tabsGridHelper->addTab($this->getTracksList()); + } + + $this->eventDispatcher->notifyEvent('show.itemlist.security', new Event($this)); + + $this->tabsGridHelper->renderTabs(Acl::getActionRoute(Acl::SECURITY_MANAGE), $this->request->analyzeInt('tabIndex', 0)); + + $this->view(); + } + + /** + * Returns eventlog data tab + * + * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + protected function getEventlogList() + { + return $this->dic->get(EventlogGrid::class) + ->getGrid($this->dic->get(EventlogService::class)->search($this->itemSearchData)) + ->updatePager(); + } + + /** + * Returns tracks data tab + * + * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + protected function getTracksList() + { + return $this->dic->get(TrackGrid::class) + ->getGrid($this->dic->get(TrackService::class)->search($this->itemSearchData)) + ->updatePager(); + } + + /** + * @return TabsGridHelper + */ + public function getTabsGridHelper() + { + return $this->tabsGridHelper; + } + + /** + * @throws \Psr\Container\ContainerExceptionInterface + * @throws \Psr\Container\NotFoundExceptionInterface + * @throws \SP\Services\Auth\AuthException + */ + protected function initialize() + { + $this->checkLoggedIn(); + } +} \ No newline at end of file diff --git a/app/modules/web/Controllers/TagController.php b/app/modules/web/Controllers/TagController.php index be784781..a972f507 100644 --- a/app/modules/web/Controllers/TagController.php +++ b/app/modules/web/Controllers/TagController.php @@ -53,6 +53,9 @@ final class TagController extends ControllerBase implements CrudControllerInterf /** * Search action * + * @return bool + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -73,6 +76,8 @@ final class TagController extends ControllerBase implements CrudControllerInterf * getSearchGrid * * @return $this + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ diff --git a/app/modules/web/Controllers/TrackController.php b/app/modules/web/Controllers/TrackController.php new file mode 100644 index 00000000..0c6e9bad --- /dev/null +++ b/app/modules/web/Controllers/TrackController.php @@ -0,0 +1,154 @@ +. + */ + +namespace SP\Modules\Web\Controllers; + +use SP\Core\Acl\Acl; +use SP\Core\Acl\UnauthorizedActionException; +use SP\Core\Events\Event; +use SP\Http\JsonResponse; +use SP\Modules\Web\Controllers\Helpers\Grid\TrackGrid; +use SP\Modules\Web\Controllers\Traits\ItemTrait; +use SP\Modules\Web\Controllers\Traits\JsonTrait; +use SP\Services\Track\TrackService; + +/** + * Class TrackController + * + * @package SP\Modules\Web\Controllers + */ +final class TrackController extends ControllerBase +{ + use JsonTrait, ItemTrait; + + /** + * @var TrackService + */ + protected $trackService; + + /** + * Search action + * + * @return bool + * @throws \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + * @throws UnauthorizedActionException + */ + public function searchAction() + { + if (!$this->acl->checkUserAccess(Acl::TRACK_SEARCH)) { + throw new UnauthorizedActionException(UnauthorizedActionException::ERROR); + } + + $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 \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + protected function getSearchGrid() + { + $itemSearchData = $this->getSearchData($this->configData->getAccountCount(), $this->request); + + $itemsGridHelper = $this->dic->get(TrackGrid::class); + + return $itemsGridHelper->updatePager($itemsGridHelper->getGrid($this->trackService->search($itemSearchData)), $itemSearchData); + } + + /** + * Unlocks a track + * + * @param int $id + * + * @return bool + * @throws UnauthorizedActionException + */ + public function unlockAction($id) + { + if (!$this->acl->checkUserAccess(Acl::TRACK_UNLOCK)) { + throw new UnauthorizedActionException(UnauthorizedActionException::ERROR); + } + + try { + $this->trackService->unlock($id); + + $this->eventDispatcher->notifyEvent('unlock.track', new Event($this)); + + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Track desbloqueado')); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * Clears tracks + * + * @return bool + * @throws UnauthorizedActionException + */ + public function clearAction() + { + if (!$this->acl->checkUserAccess(Acl::TRACK_CLEAR)) { + throw new UnauthorizedActionException(UnauthorizedActionException::ERROR); + } + + try { + $this->trackService->clear(); + + $this->eventDispatcher->notifyEvent('clear.track', new Event($this)); + + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Tracks limpiados')); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * @throws \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Services\Auth\AuthException + */ + protected function initialize() + { + $this->checkLoggedIn(); + + $this->trackService = $this->dic->get(TrackService::class); + } +} \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/inc/Icons.php b/app/modules/web/themes/material-blue/inc/Icons.php index b11501c2..cef27491 100644 --- a/app/modules/web/themes/material-blue/inc/Icons.php +++ b/app/modules/web/themes/material-blue/inc/Icons.php @@ -66,8 +66,8 @@ $themeIcons->addIcon('notices', new FontIcon('notifications', 'mdl-color-text--i $themeIcons->addIcon('remove', new FontIcon('remove', 'mdl-color-text--indigo-A200', __u('Eliminar'))); $themeIcons->addIcon('previous', new FontIcon('chevron_left', null, __u('Página anterior'))); $themeIcons->addIcon('next', new FontIcon('chevron_right', null, __u('Página siguiente'))); -$themeIcons->addIcon('first', new FontIcon('arrow_back', null, __u('Primera página'))); -$themeIcons->addIcon('last', new FontIcon('arrow_forward', null, __u('Última página'))); +$themeIcons->addIcon('first', new FontIcon('first_page', null, __u('Primera página'))); +$themeIcons->addIcon('last', new FontIcon('last_page', null, __u('Última página'))); $themeIcons->addIcon('up', new FontIcon('arrow_drop_up')); $themeIcons->addIcon('down', new FontIcon('arrow_drop_down')); diff --git a/app/modules/web/themes/material-blue/views/_partials/fixed-header.inc b/app/modules/web/themes/material-blue/views/_partials/fixed-header.inc index 85b8149a..53273448 100644 --- a/app/modules/web/themes/material-blue/views/_partials/fixed-header.inc +++ b/app/modules/web/themes/material-blue/views/_partials/fixed-header.inc @@ -58,7 +58,7 @@ data-action-route="user/editPass" data-item-id="" data-sk=""> - security + lock diff --git a/lib/SP/Core/Acl/Acl.php b/lib/SP/Core/Acl/Acl.php index 60454894..badd9f16 100644 --- a/lib/SP/Core/Acl/Acl.php +++ b/lib/SP/Core/Acl/Acl.php @@ -229,6 +229,8 @@ final class Acl implements ActionsInterface || $userProfile->isMgmGroups() || $userProfile->isMgmProfiles() || $userProfile->isMgmApiTokens()); + case self::SECURITY_MANAGE: + return $userProfile->isEvl(); case self::USER: case self::USER_SEARCH: case self::USER_VIEW: diff --git a/lib/SP/Core/Acl/ActionsInterface.php b/lib/SP/Core/Acl/ActionsInterface.php index 0a428b36..b793edaf 100644 --- a/lib/SP/Core/Acl/ActionsInterface.php +++ b/lib/SP/Core/Acl/ActionsInterface.php @@ -175,8 +175,13 @@ interface ActionsInterface const ITEMPRESET_CREATE = 1804; const ITEMPRESET_EDIT = 1805; const ITEMPRESET_DELETE = 1806; + const TRACK = 1901; + const TRACK_SEARCH = 1902; + const TRACK_UNLOCK = 1903; + const TRACK_CLEAR = 1904; const ITEMS_MANAGE = 5001; const ACCESS_MANAGE = 5002; + const SECURITY_MANAGE = 5003; const USERSETTINGS = 5010; const USERSETTINGS_GENERAL = 5011; } \ No newline at end of file diff --git a/lib/SP/Core/Acl/UnauthorizedActionException.php b/lib/SP/Core/Acl/UnauthorizedActionException.php new file mode 100644 index 00000000..ec1a095a --- /dev/null +++ b/lib/SP/Core/Acl/UnauthorizedActionException.php @@ -0,0 +1,48 @@ +. + */ + +namespace SP\Core\Acl; + + +use SP\Core\Exceptions\SPException; + +/** + * Class UnauthorizedActionException + * + * @package SP\Core\Acl + */ +final class UnauthorizedActionException extends SPException +{ + /** + * SPException constructor. + * + * @param string $type + * @param int $code + * @param \Exception|null $previous + */ + public function __construct($type, $code = 0, \Exception $previous = null) + { + parent::__construct(__u('No tiene permisos para realizar esta operación'), $type, __u('Consulte con el administrador'), $code, $previous); + } +} \ No newline at end of file diff --git a/lib/SP/DataModel/TrackData.php b/lib/SP/DataModel/TrackData.php index b21383eb..65807cec 100644 --- a/lib/SP/DataModel/TrackData.php +++ b/lib/SP/DataModel/TrackData.php @@ -49,6 +49,10 @@ class TrackData extends DataModelBase * @var int */ public $time = 0; + /** + * @var int + */ + public $timeUnlock = 0; /** * @var string */ @@ -199,4 +203,20 @@ class TrackData extends DataModelBase { return $this->ipv6; } + + /** + * @return int + */ + public function getTimeUnlock(): int + { + return $this->timeUnlock; + } + + /** + * @param int $timeUnlock + */ + public function setTimeUnlock(int $timeUnlock) + { + $this->timeUnlock = $timeUnlock; + } } \ No newline at end of file diff --git a/lib/SP/Html/DataGrid/DataGridActionBase.php b/lib/SP/Html/DataGrid/DataGridActionBase.php index b4f3ed75..0f14fe0f 100644 --- a/lib/SP/Html/DataGrid/DataGridActionBase.php +++ b/lib/SP/Html/DataGrid/DataGridActionBase.php @@ -40,83 +40,83 @@ abstract class DataGridActionBase implements DataGridActionInterface * * @var callable */ - protected $_runtimeFilter; + protected $runtimeFilter; /** * El nombre de la acción * * @var string */ - protected $_name = ''; + protected $name = ''; /** * El título de la acción * * @var string */ - protected $_title = ''; + protected $title = ''; /** * El id de la acción * * @var int */ - protected $_id = 0; + protected $id = 0; /** * La función javascript del evento OnClick * * @var string */ - protected $_onClickFunction = ''; + protected $onClickFunction = ''; /** * Los argumentos de la función OnClick * * @var array */ - protected $_onClickArgs = []; + protected $onClickArgs = []; /** * El icono de la acción * * @var IconInterface */ - protected $_icon; + protected $icon; /** * Si se debe de omitir para los elementos del listado * * @var bool */ - protected $_isSkip = false; + protected $isSkip = false; /** * La columna de origen de datos que condiciona esta acción * * @var string */ - protected $_filterRowSource; + protected $filterRowSource; /** * Si es una acción de ayuda * * @var bool */ - protected $_isHelper; + protected $isHelper; /** * El tipo de acción * * @var int */ - protected $_type = 0; + protected $type = 0; /** * Atributos de datos adicionales * * @var array */ - protected $_data = []; + protected $data = []; /** * Atributos adicionales * * @var array */ - protected $_attributes = []; + protected $attributes = []; /** * @var array */ - protected $_classes = []; + protected $classes = []; /** * DataGridActionBase constructor. @@ -125,7 +125,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function __construct($id = null) { - $this->_id = $id; + $this->id = $id; } /** @@ -135,7 +135,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getRuntimeFilter() { - return $this->_runtimeFilter; + return $this->runtimeFilter; } /** @@ -150,7 +150,7 @@ abstract class DataGridActionBase implements DataGridActionInterface public function setRuntimeFilter($class, $method) { if (method_exists($class, $method)) { - $this->_runtimeFilter = function ($filter) use ($method) { + $this->runtimeFilter = function ($filter) use ($method) { // new \ReflectionMethod($class, $method); return $filter->{$method}(); }; @@ -166,7 +166,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getName() { - return $this->_name; + return $this->name; } /** @@ -176,7 +176,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setName($name) { - $this->_name = $name; + $this->name = $name; return $this; } @@ -186,7 +186,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getId() { - return $this->_id; + return $this->id; } /** @@ -196,7 +196,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setId($id) { - $this->_id = $id; + $this->id = $id; return $this; } @@ -206,7 +206,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getTitle() { - return $this->_title; + return $this->title; } /** @@ -216,7 +216,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setTitle($title) { - $this->_title = $title; + $this->title = $title; return $this; } @@ -228,7 +228,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setOnClickFunction($function) { - $this->_onClickFunction = $function; + $this->onClickFunction = $function; return $this; } @@ -240,7 +240,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setOnClickArgs($args) { - $this->_onClickArgs[] = $args; + $this->onClickArgs[] = $args; return $this; } @@ -252,11 +252,11 @@ abstract class DataGridActionBase implements DataGridActionInterface { $args = []; - foreach ($this->_onClickArgs as $arg) { + foreach ($this->onClickArgs as $arg) { $args[] = (!is_numeric($arg) && $arg !== 'this') ? '\'' . $arg . '\'' : $arg; } - return count($args) > 0 ? $this->_onClickFunction . '(' . implode(',', $args) . ')' : $this->_onClickFunction; + return count($args) > 0 ? $this->onClickFunction . '(' . implode(',', $args) . ')' : $this->onClickFunction; } /** @@ -264,7 +264,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getIcon() { - return $this->_icon; + return $this->icon; } /** @@ -274,7 +274,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setIcon($icon) { - $this->_icon = $icon; + $this->icon = $icon; return $this; } @@ -286,7 +286,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setSkip($skip) { - $this->_isSkip = $skip; + $this->isSkip = $skip; return $this; } @@ -296,7 +296,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function isSkip() { - return $this->_isSkip; + return $this->isSkip; } /** @@ -304,7 +304,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function isHelper() { - return $this->_isHelper; + return $this->isHelper; } /** @@ -314,7 +314,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setIsHelper($helper) { - $this->_isHelper = $helper; + $this->isHelper = $helper; return $this; } @@ -324,7 +324,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getFilterRowSource() { - return $this->_filterRowSource; + return $this->filterRowSource; } /** @@ -337,7 +337,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setFilterRowSource($rowSource, $value = 1) { - $this->_filterRowSource[] = ['field' => $rowSource, 'value' => $value]; + $this->filterRowSource[] = ['field' => $rowSource, 'value' => $value]; return $this; } @@ -347,7 +347,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getType() { - return $this->_type; + return $this->type; } /** @@ -357,7 +357,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setType($type) { - $this->_type = $type; + $this->type = $type; return $this; } @@ -367,7 +367,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getData() { - return $this->_data; + return $this->data; } /** @@ -377,7 +377,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setData(array $data) { - $this->_data = $data; + $this->data = $data; return $this; } @@ -392,7 +392,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function addData($name, $data) { - $this->_data[$name] = $data; + $this->data[$name] = $data; return $this; } @@ -402,7 +402,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getAttributes() { - return $this->_attributes; + return $this->attributes; } /** @@ -414,7 +414,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setAttributes(array $attributes) { - $this->_attributes = $attributes; + $this->attributes = $attributes; return $this; } @@ -429,7 +429,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function addAttribute($name, $value) { - $this->_attributes[$name] = $value; + $this->attributes[$name] = $value; return $this; } @@ -441,7 +441,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getClassesAsString() { - return implode(' ', $this->_classes); + return implode(' ', $this->classes); } /** @@ -451,7 +451,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function getClasses() { - return $this->_classes; + return $this->classes; } /** @@ -461,7 +461,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function setClasses(array $classes) { - $this->_classes = $classes; + $this->classes = $classes; } /** @@ -473,7 +473,7 @@ abstract class DataGridActionBase implements DataGridActionInterface */ public function addClass($value) { - $this->_classes[] = $value; + $this->classes[] = $value; return $this; } diff --git a/lib/SP/Providers/Log/DatabaseLogHandler.php b/lib/SP/Providers/Log/DatabaseLogHandler.php index e6854924..e1aa36a5 100644 --- a/lib/SP/Providers/Log/DatabaseLogHandler.php +++ b/lib/SP/Providers/Log/DatabaseLogHandler.php @@ -43,32 +43,6 @@ final class DatabaseLogHandler extends Provider implements EventReceiver { use EventsTrait; - const EVENTS = [ - 'show.', - 'create.', - 'delete.', - 'edit.', - 'exception', - 'save.', - 'show.account.pass', - 'show.account.link', - 'copy.account.pass', - 'clear.eventlog', - 'login.', - 'logout', - 'track.', - 'acl.deny', - 'check.tempMasterPassword', - 'expire.tempMasterPassword', - 'refresh.masterPassword', - 'update.', - 'import.ldap.', - 'run.', - 'send.mail', - 'show.authToken', - 'clear.eventlog' - ]; - /** * @var EventlogService */ @@ -147,7 +121,7 @@ final class DatabaseLogHandler extends Provider implements EventReceiver */ public function getEvents() { - return self::EVENTS; + return LogInterface::EVENTS; } /** @@ -164,7 +138,7 @@ final class DatabaseLogHandler extends Provider implements EventReceiver $configEvents = $this->config->getConfigData()->getLogEvents(); if (count($configEvents) === 0) { - $this->events = $this->parseEventsToRegex(self::EVENTS); + $this->events = $this->parseEventsToRegex(LogInterface::EVENTS); } else { $this->events = $this->parseEventsToRegex($configEvents); } diff --git a/lib/SP/Providers/Log/FileLogHandler.php b/lib/SP/Providers/Log/FileLogHandler.php index b64f2dca..fadd9e58 100644 --- a/lib/SP/Providers/Log/FileLogHandler.php +++ b/lib/SP/Providers/Log/FileLogHandler.php @@ -42,10 +42,6 @@ final class FileLogHandler extends Provider implements EventReceiver { use EventsTrait; - const EVENTS = [ - 'database.' - ]; - const MESSAGE_FORMAT = '%s;%s'; /** @@ -64,7 +60,7 @@ final class FileLogHandler extends Provider implements EventReceiver */ public function getEvents() { - return self::EVENTS; + return LogInterface::EVENTS; } /** @@ -122,6 +118,6 @@ final class FileLogHandler extends Provider implements EventReceiver protected function initialize(Container $dic) { $this->language = $dic->get(Language::class); - $this->events = $this->parseEventsToRegex(self::EVENTS); + $this->events = $this->parseEventsToRegex(LogInterface::EVENTS); } } \ No newline at end of file diff --git a/lib/SP/Providers/Log/LogInterface.php b/lib/SP/Providers/Log/LogInterface.php new file mode 100644 index 00000000..04082192 --- /dev/null +++ b/lib/SP/Providers/Log/LogInterface.php @@ -0,0 +1,61 @@ +. + */ + +namespace SP\Providers\Log; + +/** + * Interface LogInterface + * + * @package SP\Providers\Log + */ +interface LogInterface +{ + const EVENTS = [ + 'show.', + 'create.', + 'delete.', + 'edit.', + 'exception', + 'save.', + 'show.account.pass', + 'show.account.link', + 'copy.account.pass', + 'clear.eventlog', + 'login.', + 'logout', + 'track.', + 'acl.deny', + 'check.tempMasterPassword', + 'expire.tempMasterPassword', + 'refresh.masterPassword', + 'update.', + 'import.ldap.', + 'run.', + 'send.mail', + 'show.authToken', + 'clear.eventlog', + 'clear.track', + 'unlock.track' + ]; +} \ No newline at end of file diff --git a/lib/SP/Providers/Log/RemoteSyslogHandler.php b/lib/SP/Providers/Log/RemoteSyslogHandler.php index a01d94b6..c7d12c91 100644 --- a/lib/SP/Providers/Log/RemoteSyslogHandler.php +++ b/lib/SP/Providers/Log/RemoteSyslogHandler.php @@ -43,30 +43,6 @@ final class RemoteSyslogHandler extends Provider implements EventReceiver { use EventsTrait; - const EVENTS = [ - 'create.', - 'delete.', - 'edit.', - 'exception', - 'save.', - 'show.account.pass', - 'show.account.link', - 'copy.account.pass', - 'clear.eventlog', - 'login.', - 'logout', - 'track.', - 'acl.deny', - 'check.tempMasterPassword', - 'expire.tempMasterPassword', - 'refresh.masterPassword', - 'update.', - 'import.ldap.', - 'run.', - 'send.mail', - 'show.authToken' - ]; - const MESSAGE_FORMAT = '%s;%s'; /** @@ -89,7 +65,7 @@ final class RemoteSyslogHandler extends Provider implements EventReceiver */ public function getEvents() { - return self::EVENTS; + return LogInterface::EVENTS; } /** @@ -166,7 +142,7 @@ final class RemoteSyslogHandler extends Provider implements EventReceiver $configEvents = $configData->getLogEvents(); if (count($configEvents) === 0) { - $this->events = $this->parseEventsToRegex(self::EVENTS); + $this->events = $this->parseEventsToRegex(LogInterface::EVENTS); } else { $this->events = $this->parseEventsToRegex($configEvents); } diff --git a/lib/SP/Providers/Log/SyslogHandler.php b/lib/SP/Providers/Log/SyslogHandler.php index a0ddb305..b9f98b8d 100644 --- a/lib/SP/Providers/Log/SyslogHandler.php +++ b/lib/SP/Providers/Log/SyslogHandler.php @@ -42,30 +42,6 @@ final class SyslogHandler extends Provider implements EventReceiver { use EventsTrait; - const EVENTS = [ - 'create.', - 'delete.', - 'edit.', - 'exception', - 'save.', - 'show.account.pass', - 'show.account.link', - 'copy.account.pass', - 'clear.eventlog', - 'login.', - 'logout', - 'track.', - 'acl.deny', - 'check.tempMasterPassword', - 'expire.tempMasterPassword', - 'refresh.masterPassword', - 'update.', - 'import.ldap.', - 'run.', - 'send.mail', - 'show.authToken' - ]; - const MESSAGE_FORMAT = '%s;%s'; /** @@ -88,7 +64,7 @@ final class SyslogHandler extends Provider implements EventReceiver */ public function getEvents() { - return self::EVENTS; + return LogInterface::EVENTS; } /** @@ -153,7 +129,7 @@ final class SyslogHandler extends Provider implements EventReceiver $configEvents = $this->config->getConfigData()->getLogEvents(); if (count($configEvents) === 0) { - $this->events = $this->parseEventsToRegex(self::EVENTS); + $this->events = $this->parseEventsToRegex(LogInterface::EVENTS); } else { $this->events = $this->parseEventsToRegex($configEvents); } diff --git a/lib/SP/Repositories/Track/TrackRepository.php b/lib/SP/Repositories/Track/TrackRepository.php index 2463811f..2bee7df9 100644 --- a/lib/SP/Repositories/Track/TrackRepository.php +++ b/lib/SP/Repositories/Track/TrackRepository.php @@ -24,9 +24,14 @@ namespace SP\Repositories\Track; +use SP\Core\Exceptions\ConstraintException; +use SP\Core\Exceptions\QueryException; +use SP\DataModel\ItemSearchData; use SP\DataModel\TrackData; use SP\Repositories\Repository; +use SP\Services\Track\TrackService; use SP\Storage\Database\QueryData; +use SP\Storage\Database\QueryResult; /** * Class TrackRepository @@ -82,6 +87,39 @@ final class TrackRepository extends Repository return $this->db->doQuery($queryData)->getAffectedNumRows(); } + /** + * @param $id int + * + * @return int + * @throws \SP\Core\Exceptions\QueryException + * @throws \SP\Core\Exceptions\ConstraintException + */ + public function unlock($id) + { + $queryData = new QueryData(); + $queryData->setQuery('UPDATE Track SET timeUnlock = UNIX_TIMESTAMP() WHERE id = ?'); + $queryData->addParam($id); + $queryData->setOnErrorMessage(__u('Error al actualizar track')); + + return $this->db->doQuery($queryData)->getAffectedNumRows(); + } + + /** + * Clears tracks + * + * @return bool con el resultado + * @throws QueryException + * @throws ConstraintException + */ + public function clear() + { + $queryData = new QueryData(); + $queryData->setQuery('TRUNCATE TABLE Track'); + $queryData->setOnErrorMessage(__u('Error al vaciar tracks')); + + return $this->db->doQuery($queryData)->getAffectedNumRows() > 0; + } + /** * @param $id int * @@ -149,7 +187,8 @@ final class TrackRepository extends Repository FROM Track WHERE `time` >= ? AND (ipv4 = ? OR ipv6 = ?) - AND `source` = ?'; + AND `source` = ? + AND timeUnlock IS NULL'; $queryData = new QueryData(); $queryData->setMapClassName(TrackData::class); @@ -164,4 +203,47 @@ final class TrackRepository extends Repository return $this->db->doSelect($queryData); } + + /** + * Searches for items by a given filter + * + * @param ItemSearchData $itemSearchData + * + * @return QueryResult + * @throws ConstraintException + * @throws QueryException + */ + public function search(ItemSearchData $itemSearchData) + { + $queryData = new QueryData(); + $queryData->setSelect(' + id, + userId, + source, + time, + timeUnlock, + FROM_UNIXTIME(time) as dateTime, + FROM_UNIXTIME(timeUnlock) as dateTimeUnlock, + ipv4, + ipv6, + IF(`time` >= ? AND `timeUnlock` IS NULL, 1, 0) AS tracked + '); + $queryData->addParam(time() - TrackService::TIME_TRACKING); + + $queryData->setFrom('Track'); + $queryData->setOrder('time DESC'); + + if (!empty($itemSearchData->getSeachString())) { + $queryData->setWhere('source LIKE ?'); + + $search = '%' . $itemSearchData->getSeachString() . '%'; + $queryData->addParam($search); + } + + $queryData->setLimit('?,?'); + $queryData->addParam($itemSearchData->getLimitStart()); + $queryData->addParam($itemSearchData->getLimitCount()); + + return $this->db->doSelect($queryData, true); + } } \ No newline at end of file diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index 419c36cf..5e2839e5 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 = 18092402; + const BUILD = 18093001; /** * @var DatabaseSetupInterface diff --git a/lib/SP/Services/Track/TrackService.php b/lib/SP/Services/Track/TrackService.php index af8abff7..80d5684c 100644 --- a/lib/SP/Services/Track/TrackService.php +++ b/lib/SP/Services/Track/TrackService.php @@ -26,6 +26,7 @@ namespace SP\Services\Track; use SP\Core\Events\Event; use SP\Core\Events\EventMessage; +use SP\DataModel\ItemSearchData; use SP\DataModel\TrackData; use SP\Http\Request; use SP\Repositories\NoSuchItemException; @@ -74,7 +75,7 @@ final class TrackService extends Service } /** - * @param $id int|array + * @param $id int * * @throws \SP\Core\Exceptions\QueryException * @throws \SP\Core\Exceptions\ConstraintException @@ -87,6 +88,30 @@ final class TrackService extends Service } } + /** + * @param $id int + * + * @throws \SP\Core\Exceptions\QueryException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws NoSuchItemException + */ + public function unlock($id) + { + if ($this->trackRepository->unlock($id) === 0) { + throw new NoSuchItemException(__u('Track no encontrado')); + } + } + + /** + * @return bool + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function clear() + { + return $this->trackRepository->clear(); + } + /** * @param $id int * @@ -193,6 +218,18 @@ final class TrackService extends Service return $result; } + /** + * @param ItemSearchData $itemSearchData + * + * @return \SP\Storage\Database\QueryResult + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function search(ItemSearchData $itemSearchData) + { + return $this->trackRepository->search($itemSearchData); + } + /** * @throws \Psr\Container\ContainerExceptionInterface * @throws \Psr\Container\NotFoundExceptionInterface diff --git a/lib/SP/Services/Upgrade/UpgradeDatabaseService.php b/lib/SP/Services/Upgrade/UpgradeDatabaseService.php index b84ecf22..09bd7f74 100644 --- a/lib/SP/Services/Upgrade/UpgradeDatabaseService.php +++ b/lib/SP/Services/Upgrade/UpgradeDatabaseService.php @@ -51,7 +51,8 @@ final class UpgradeDatabaseService extends Service implements UpgradeInterface '300.18083001', '300.18083002', '300.18091101', - '300.18092401' + '300.18092401', + '300.18093001' ]; /** diff --git a/public/js/app-actions.js b/public/js/app-actions.js index c325e22d..eba4b8f0 100644 --- a/public/js/app-actions.js +++ b/public/js/app-actions.js @@ -1080,8 +1080,7 @@ sysPass.Actions = function (log) { /** * sysPassApp tabs actions - * - * @type {{state: {tab: {index: number, refresh: boolean, route: string}, itemId: number, update: update}, save: save}} + * @type {{state: {tab: {index: number, refresh: boolean, route: string}, itemId: number, update: update}, save: save, refresh: refresh}} */ const tabs = { state: { @@ -1136,6 +1135,14 @@ sysPass.Actions = function (log) { } } }); + }, + refresh: function ($obj) { + this.state.update($obj); + + getContent({ + r: this.state.tab.route, + tabIndex: this.state.tab.index + }); } }; @@ -1186,8 +1193,6 @@ sysPass.Actions = function (log) { grid.delete($obj, function (items) { const itemId = $obj.data("item-id"); - console.info(itemId); - const opts = sysPassApp.requests.getRequestOpts(); opts.url = ajaxUrl.entrypoint; opts.method = "get"; @@ -1233,16 +1238,6 @@ sysPass.Actions = function (log) { * @type {{nav: eventlog.nav, clear: eventlog.clear}} */ const eventlog = { - search: function ($obj) { - log.info("eventlog:search"); - - grid.search($obj); - }, - nav: function ($obj) { - log.info("eventlog:nav"); - - grid.nav($obj); - }, clear: function ($obj) { const atext = "

"; @@ -1261,20 +1256,7 @@ sysPass.Actions = function (log) { onClick: function (e) { e.preventDefault(); - const opts = sysPassApp.requests.getRequestOpts(); - opts.url = ajaxUrl.entrypoint + "?r=" + $obj.data("action-route"); - opts.method = "get"; - opts.data = {sk: sysPassApp.sk.get(), isAjax: 1}; - - sysPassApp.requests.getActionCall(opts, function (json) { - sysPassApp.msg.out(json); - - if (json.status === 0) { - getContent({r: $obj.data("action-next")}); - } - - sysPassApp.sk.set(json.csrf); - }); + tabs.save($obj); } } }); @@ -1676,6 +1658,52 @@ sysPass.Actions = function (log) { }); }; + const track = { + unlock: function ($obj) { + log.info("track:unlock"); + + const opts = sysPassApp.requests.getRequestOpts(); + opts.url = ajaxUrl.entrypoint; + opts.method = "get"; + opts.data = { + r: $obj.data("action-route") + "/" + $obj.data("item-id"), + sk: sysPassApp.sk.get(), + isAjax: 1 + }; + + sysPassApp.requests.getActionCall(opts, function (json) { + sysPassApp.msg.out(json); + + tabs.refresh($obj); + }); + }, + clear: function ($obj) { + log.info("track:clear"); + + const atext = "

" + sysPassApp.config.LANG[71] + "

"; + + mdlDialog().show({ + text: atext, + negative: { + title: sysPassApp.config.LANG[44], + onClick: function (e) { + e.preventDefault(); + + sysPassApp.msg.error(sysPassApp.config.LANG[44]); + } + }, + positive: { + title: sysPassApp.config.LANG[43], + onClick: function (e) { + e.preventDefault(); + + tabs.save($obj); + } + } + }); + } + }; + return { doAction: doAction, getContent: getContent, @@ -1696,6 +1724,7 @@ sysPass.Actions = function (log) { notification: notification, wiki: wiki, items: items, - ldap: ldap + ldap: ldap, + track: track }; }; diff --git a/public/js/app-actions.min.js b/public/js/app-actions.min.js index 070ac9de..19f0473c 100644 --- a/public/js/app-actions.min.js +++ b/public/js/app-actions.min.js @@ -24,29 +24,30 @@ sysPassApp.config.LANG[68]+""):b.html('
")})},getNotices:function(){d.info("main:getNotices");var a=sysPassApp.requests.getRequestOpts();a.url=e.entrypoint+"?r=status/checkNotices";a.method="get";a.timeout=1E4;a.useLoading=!1;a.data={isAjax:1};var b=$("#notices");sysPassApp.requests.getActionCall(a,function(a){0===a.status&&0
feedback
'+sysPassApp.config.LANG[70]+"
"+a.data.map(function(a){return a.title}).join("
")+"
");void 0!==componentHandler&&componentHandler.upgradeDom()})}},g={state:{tab:{index:0,refresh:!0,route:""},itemId:0,update:function(a){var b=$("#content").find("[id^='tabs-'].is-active");0
";a=a.data("selection");var d=[];if(a&&($(a).find(".is-selected").each(function(){d.push($(this).data("item-id"))}),0===d.length))return;mdlDialog().show({text:c,negative:{title:sysPassApp.config.LANG[44], -onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(a){a.preventDefault();"function"===typeof b&&b(d)}}})}},v=function(a){var b=$("#taskStatus");b.empty().html(sysPassApp.config.LANG[62]);var c=sysPassApp.requests.getRequestOpts();c.method="get";c.url=e.entrypoint+"?r=task/runTask/"+a;return sysPassApp.requests.getActionEvent(c,function(a){a=a.task+" - "+a.message+" - "+a.time+" - "+a.progress+"%";a+= -"
"+sysPassApp.config.LANG[62];b.empty().html(a)})};return{doAction:function(a,b){a={r:a.r+(void 0!==a.itemId?"/"+a.itemId:""),isAjax:1};var c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint;c.method="get";c.type="html";c.addHistory=!0;c.data=a;sysPassApp.requests.getActionCall(c,function(a){var c=$("#content");c.empty().html(a);a=sysPassApp.triggers.views;a.common(c);if(void 0!==b&&"function"===typeof a[b])a[b]();c=$(".mdl-layout__content");0";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.method="get";b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get()};sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a); -0===a.status&&n.listFiles($("#list-account-files"))})}}})}},checks:{wiki:function(a){d.info("checks:wiki");a=$(a.data("src"));a.find("[name='sk']").val(sysPassApp.sk.get());var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.data=a.serialize();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a);0===a.status&&$("#dokuWikiResCheck").html(a.data)})}},config:{save:function(a){d.info("config:save");g.save(a)},masterpass:function(a){var b='

'+ -sysPassApp.config.LANG[59]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(b){b.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44]);a.find(":input[type=password]").val("")}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){var c;(b=a.find("input[name='taskId']").val())&&(c=v(b));var d=sysPassApp.requests.getRequestOpts();d.url=e.entrypoint;d.useFullLoading=!!b;d.data=a.serialize();sysPassApp.requests.getActionCall(d,function(b){sysPassApp.msg.out(b); -a.find(":input[type=password]").val("");void 0!==c&&c.close()})}}})},backup:function(a){d.info("config:backup");g.state.update(a);var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("action-route");b.useFullLoading=!0;b.data=a.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a);0===a.status&&f({r:g.state.tab.route,tabIndex:g.state.tab.index})})},export:function(a){d.info("config:export");g.save(a)},import:function(a){d.info("config:import"); -var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("action-route");b.data=a.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a)})},refreshMpass:function(a){d.info("config:import");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("action-route");b.data={sk:a.data("sk"),isAjax:1};sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a)})},mailCheck:function(a){d.info("config:mailCheck"); -var b=$(a.data("src")),c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint+"?r="+a.data("action-route");c.data=b.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(c,function(a){sysPassApp.msg.out(a)})}},main:w,user:{showSettings:function(a){d.info("user:showSettings");f({r:a.data("action-route")},"userSettings")},saveSettings:function(a){d.info("user:saveSettings");g.save(a)},password:function(a){d.info("user:password");var b=sysPassApp.requests.getRequestOpts();b.type= -"html";b.method="get";b.url=e.entrypoint;b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(a){0===a.length?w.logout():k(a)})},passreset:function(a){d.info("user:passreset");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"/?r="+a.data("action-route");b.data=a.serialize();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a);0===a.status&&setTimeout(function(){sysPassApp.util.redirect("index.php")}, -2E3)})}},link:{save:function(a){d.info("link:save");var b=function(b){var c=a.data("item-id"),d=sysPassApp.requests.getRequestOpts();c?d.url=e.entrypoint+"?r="+a.data("action-route")+"/"+c+"/"+b:(d.url=e.entrypoint+"?r="+a.data("action-route"),d.data=a.serialize());sysPassApp.requests.getActionCall(d,function(b){sysPassApp.msg.out(b);0===b.status&&f({r:a.data("action-next")+"/"+c})})},c='

'+sysPassApp.config.LANG[48]+"

";mdlDialog().show({text:c,negative:{title:sysPassApp.config.LANG[44], -onClick:function(a){a.preventDefault();b(0)}},positive:{title:sysPassApp.config.LANG[43],onClick:function(a){a.preventDefault();b(1)}}})},refresh:function(a){d.info("link:refresh");g.state.update(a);var b=a.data("item-id"),c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint;c.method="get";c.data={r:a.data("action-route")+"/"+b,sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(c,function(c){sysPassApp.msg.out(c);0===c.status&&((c=a.data("action-next"))?f({r:c+"/"+b}):f({r:g.state.tab.route, -tabIndex:g.state.tab.index}))})}},eventlog:{search:function(a){d.info("eventlog:search");m.search(a)},nav:function(a){d.info("eventlog:nav");m.nav(a)},clear:function(a){var b='

'+sysPassApp.config.LANG[20]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b.preventDefault();b=sysPassApp.requests.getRequestOpts(); -b.url=e.entrypoint+"?r="+a.data("action-route");b.method="get";b.data={sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);0===b.status&&f({r:a.data("action-next")});sysPassApp.sk.set(b.csrf)})}}})}},ajaxUrl:e,plugin:{toggle:function(a){d.info("plugin:enable");g.save(a,function(){setTimeout(function(){sysPassApp.util.redirect("index.php")},2E3)})},reset:function(a){d.info("plugin:reset");var b='

'+sysPassApp.config.LANG[58]+ -"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b.preventDefault();g.save(a)}}})},search:function(a){d.info("plugin:search");m.search(a)},show:function(a){d.info("plugin:show");t.show(a)},save:function(a){d.info("plugin:save");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("route");b.data= -a.serialize();sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);0===b.status&&(f({r:a.data("action-next")}),$.magnificPopup.close())})},nav:function(a){d.info("plugin:nav");m.nav(a)}},notification:{check:function(a){d.info("notification:check");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.method="get";b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);0=== -b.status&&f({r:a.data("action-next")});sysPassApp.sk.set(b.csrf)})},search:function(a){d.info("notification:search");m.search(a)},show:function(a){d.info("notification:show");t.show(a)},save:function(a){d.info("notification:save");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("route");b.data=a.serialize();sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);0===b.status&&(f({r:a.data("action-next")}),$.magnificPopup.close())})},delete:function(a){d.info("notification:delete"); -m.delete(a,function(b){var c=a.data("item-id"),d=sysPassApp.requests.getRequestOpts();d.url=e.entrypoint;d.method="get";d.data={r:a.data("action-route")+(c?"/"+c:""),items:b,sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(d,function(b){sysPassApp.msg.out(b);f({r:a.data("action-next")})})})},getActive:function(){d.info("notification:getActive");var a=sysPassApp.requests.getRequestOpts();a.url=e.entrypoint;a.method="get";a.data={r:"items/notifications",sk:sysPassApp.sk.get(),isAjax:1}; -sysPassApp.requests.getActionCall(a,function(a){return a})},nav:function(a){d.info("eventlog:nav");m.nav(a)}},wiki:{show:function(a){d.info("wiki:show");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.method="get";b.data={pageName:a.data("pagename"),actionId:a.data("action-id"),sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(a){0!==a.status?sysPassApp.msg.out(a):k(a.data.html)})}},items:u,ldap:{check:function(a){d.info("ldap:check");var b=$(a.data("src")), -c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint+"?r="+a.data("action-route");c.data=b.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(c,function(a){sysPassApp.msg.out(a);0===a.status&&void 0!==a.data.template&&void 0!==a.data.items&&k(a.data.template,{open:function(){var b=$("#ldap-results").find(".list-wrap").empty();a.data.items.forEach(function(a){b.append(sysPassApp.theme.html.getList(a.items,a.icon))})}})})},import:function(a){d.info("ldap:import");var b='

'+ -sysPassApp.config.LANG[57]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b=$(a.data("src"));var c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint+"?r="+a.data("action-route");c.data=b.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(c,function(a){sysPassApp.msg.out(a)})}}})}}}}; +2E3)):!0===g.state.tab.refresh&&(d.info("refresh"),f({r:g.state.tab.route,tabIndex:g.state.tab.index})))})},refresh:function(a){this.state.update(a);f({r:this.state.tab.route,tabIndex:this.state.tab.index})}},t={show:function(a){d.info("appMgmt:show");g.state.update(a);var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.method="get";b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(b){if(0!==b.status)sysPassApp.msg.out(b); +else{var c=a.data("item-dst");k(b.data.html,{open:function(){c&&(g.state.tab.refresh=!1)},close:function(){c&&u.update(a)}})}})},delete:function(a){d.info("appMgmt:delete");g.state.update(a);m.delete(a,function(b){var c=a.data("item-id"),d=sysPassApp.requests.getRequestOpts();d.url=e.entrypoint;d.method="get";d.data={r:a.data("action-route")+(0";a=a.data("selection");var d=[];if(a&&($(a).find(".is-selected").each(function(){d.push($(this).data("item-id"))}),0===d.length))return;mdlDialog().show({text:c, +negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(a){a.preventDefault();"function"===typeof b&&b(d)}}})}},v=function(a){var b=$("#taskStatus");b.empty().html(sysPassApp.config.LANG[62]);var c=sysPassApp.requests.getRequestOpts();c.method="get";c.url=e.entrypoint+"?r=task/runTask/"+a;return sysPassApp.requests.getActionEvent(c,function(a){a=a.task+" - "+a.message+ +" - "+a.time+" - "+a.progress+"%";a+="
"+sysPassApp.config.LANG[62];b.empty().html(a)})};return{doAction:function(a,b){a={r:a.r+(void 0!==a.itemId?"/"+a.itemId:""),isAjax:1};var c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint;c.method="get";c.type="html";c.addHistory=!0;c.data=a;sysPassApp.requests.getActionCall(c,function(a){var c=$("#content");c.empty().html(a);a=sysPassApp.triggers.views;a.common(c);if(void 0!==b&&"function"===typeof a[b])a[b]();c=$(".mdl-layout__content");0";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.method="get";b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get()}; +sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a);0===a.status&&n.listFiles($("#list-account-files"))})}}})}},checks:{wiki:function(a){d.info("checks:wiki");a=$(a.data("src"));a.find("[name='sk']").val(sysPassApp.sk.get());var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.data=a.serialize();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a);0===a.status&&$("#dokuWikiResCheck").html(a.data)})}},config:{save:function(a){d.info("config:save");g.save(a)}, +masterpass:function(a){var b='

'+sysPassApp.config.LANG[59]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(b){b.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44]);a.find(":input[type=password]").val("")}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){var c;(b=a.find("input[name='taskId']").val())&&(c=v(b));var d=sysPassApp.requests.getRequestOpts();d.url=e.entrypoint;d.useFullLoading= +!!b;d.data=a.serialize();sysPassApp.requests.getActionCall(d,function(b){sysPassApp.msg.out(b);a.find(":input[type=password]").val("");void 0!==c&&c.close()})}}})},backup:function(a){d.info("config:backup");g.state.update(a);var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("action-route");b.useFullLoading=!0;b.data=a.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a);0===a.status&&f({r:g.state.tab.route,tabIndex:g.state.tab.index})})}, +export:function(a){d.info("config:export");g.save(a)},import:function(a){d.info("config:import");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("action-route");b.data=a.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a)})},refreshMpass:function(a){d.info("config:import");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("action-route");b.data={sk:a.data("sk"),isAjax:1};sysPassApp.requests.getActionCall(b, +function(a){sysPassApp.msg.out(a)})},mailCheck:function(a){d.info("config:mailCheck");var b=$(a.data("src")),c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint+"?r="+a.data("action-route");c.data=b.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(c,function(a){sysPassApp.msg.out(a)})}},main:w,user:{showSettings:function(a){d.info("user:showSettings");f({r:a.data("action-route")},"userSettings")},saveSettings:function(a){d.info("user:saveSettings");g.save(a)},password:function(a){d.info("user:password"); +var b=sysPassApp.requests.getRequestOpts();b.type="html";b.method="get";b.url=e.entrypoint;b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(a){0===a.length?w.logout():k(a)})},passreset:function(a){d.info("user:passreset");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"/?r="+a.data("action-route");b.data=a.serialize();sysPassApp.requests.getActionCall(b,function(a){sysPassApp.msg.out(a);0===a.status&& +setTimeout(function(){sysPassApp.util.redirect("index.php")},2E3)})}},link:{save:function(a){d.info("link:save");var b=function(b){var c=a.data("item-id"),d=sysPassApp.requests.getRequestOpts();c?d.url=e.entrypoint+"?r="+a.data("action-route")+"/"+c+"/"+b:(d.url=e.entrypoint+"?r="+a.data("action-route"),d.data=a.serialize());sysPassApp.requests.getActionCall(d,function(b){sysPassApp.msg.out(b);0===b.status&&f({r:a.data("action-next")+"/"+c})})},c='

'+sysPassApp.config.LANG[48]+ +"

";mdlDialog().show({text:c,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();b(0)}},positive:{title:sysPassApp.config.LANG[43],onClick:function(a){a.preventDefault();b(1)}}})},refresh:function(a){d.info("link:refresh");g.state.update(a);var b=a.data("item-id"),c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint;c.method="get";c.data={r:a.data("action-route")+"/"+b,sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(c,function(c){sysPassApp.msg.out(c); +0===c.status&&((c=a.data("action-next"))?f({r:c+"/"+b}):f({r:g.state.tab.route,tabIndex:g.state.tab.index}))})}},eventlog:{clear:function(a){var b='

'+sysPassApp.config.LANG[20]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b.preventDefault();g.save(a)}}})}},ajaxUrl:e,plugin:{toggle:function(a){d.info("plugin:enable"); +g.save(a,function(){setTimeout(function(){sysPassApp.util.redirect("index.php")},2E3)})},reset:function(a){d.info("plugin:reset");var b='

'+sysPassApp.config.LANG[58]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b.preventDefault();g.save(a)}}})},search:function(a){d.info("plugin:search"); +m.search(a)},show:function(a){d.info("plugin:show");t.show(a)},save:function(a){d.info("plugin:save");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("route");b.data=a.serialize();sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);0===b.status&&(f({r:a.data("action-next")}),$.magnificPopup.close())})},nav:function(a){d.info("plugin:nav");m.nav(a)}},notification:{check:function(a){d.info("notification:check");var b=sysPassApp.requests.getRequestOpts(); +b.url=e.entrypoint;b.method="get";b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);0===b.status&&f({r:a.data("action-next")});sysPassApp.sk.set(b.csrf)})},search:function(a){d.info("notification:search");m.search(a)},show:function(a){d.info("notification:show");t.show(a)},save:function(a){d.info("notification:save");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint+"?r="+a.data("route"); +b.data=a.serialize();sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);0===b.status&&(f({r:a.data("action-next")}),$.magnificPopup.close())})},delete:function(a){d.info("notification:delete");m.delete(a,function(b){var c=a.data("item-id"),d=sysPassApp.requests.getRequestOpts();d.url=e.entrypoint;d.method="get";d.data={r:a.data("action-route")+(c?"/"+c:""),items:b,sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(d,function(b){sysPassApp.msg.out(b);f({r:a.data("action-next")})})})}, +getActive:function(){d.info("notification:getActive");var a=sysPassApp.requests.getRequestOpts();a.url=e.entrypoint;a.method="get";a.data={r:"items/notifications",sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(a,function(a){return a})},nav:function(a){d.info("eventlog:nav");m.nav(a)}},wiki:{show:function(a){d.info("wiki:show");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.method="get";b.data={pageName:a.data("pagename"),actionId:a.data("action-id"),sk:sysPassApp.sk.get(), +isAjax:1};sysPassApp.requests.getActionCall(b,function(a){0!==a.status?sysPassApp.msg.out(a):k(a.data.html)})}},items:u,ldap:{check:function(a){d.info("ldap:check");var b=$(a.data("src")),c=sysPassApp.requests.getRequestOpts();c.url=e.entrypoint+"?r="+a.data("action-route");c.data=b.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(c,function(a){sysPassApp.msg.out(a);0===a.status&&void 0!==a.data.template&&void 0!==a.data.items&&k(a.data.template,{open:function(){var b=$("#ldap-results").find(".list-wrap").empty(); +a.data.items.forEach(function(a){b.append(sysPassApp.theme.html.getList(a.items,a.icon))})}})})},import:function(a){d.info("ldap:import");var b='

'+sysPassApp.config.LANG[57]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b=$(a.data("src"));var c=sysPassApp.requests.getRequestOpts(); +c.url=e.entrypoint+"?r="+a.data("action-route");c.data=b.serialize()+"&sk="+sysPassApp.sk.get();sysPassApp.requests.getActionCall(c,function(a){sysPassApp.msg.out(a)})}}})}},track:{unlock:function(a){d.info("track:unlock");var b=sysPassApp.requests.getRequestOpts();b.url=e.entrypoint;b.method="get";b.data={r:a.data("action-route")+"/"+a.data("item-id"),sk:sysPassApp.sk.get(),isAjax:1};sysPassApp.requests.getActionCall(b,function(b){sysPassApp.msg.out(b);g.refresh(a)})},clear:function(a){d.info("track:clear"); +var b='

'+sysPassApp.config.LANG[71]+"

";mdlDialog().show({text:b,negative:{title:sysPassApp.config.LANG[44],onClick:function(a){a.preventDefault();sysPassApp.msg.error(sysPassApp.config.LANG[44])}},positive:{title:sysPassApp.config.LANG[43],onClick:function(b){b.preventDefault();g.save(a)}}})}}}}; diff --git a/schemas/30018093001.sql b/schemas/30018093001.sql new file mode 100644 index 00000000..b31d320d --- /dev/null +++ b/schemas/30018093001.sql @@ -0,0 +1,6 @@ +DELIMITER $$ + +ALTER TABLE Track + ADD timeUnlock int(10) unsigned NULL $$ +ALTER TABLE Track + MODIFY COLUMN timeUnlock int(10) unsigned AFTER time $$ \ No newline at end of file diff --git a/schemas/dbstructure.sql b/schemas/dbstructure.sql index cefb5ee2..693c93ed 100644 --- a/schemas/dbstructure.sql +++ b/schemas/dbstructure.sql @@ -476,12 +476,13 @@ DROP TABLE IF EXISTS `Track`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Track` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `userId` smallint(5) unsigned DEFAULT NULL, - `source` varchar(100) NOT NULL, - `time` int(10) unsigned NOT NULL, - `ipv4` binary(4) DEFAULT NULL, - `ipv6` binary(16) DEFAULT NULL, + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `userId` smallint(5) unsigned DEFAULT NULL, + `source` varchar(100) NOT NULL, + `time` int(10) unsigned NOT NULL, + `timeUnlock` int(10) unsigned, + `ipv4` binary(4) DEFAULT NULL, + `ipv6` binary(16) DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_Track_01` (`userId`), KEY `idx_Track_02` (`time`, `ipv4`, `ipv6`, `source`) diff --git a/tests/SP/Core/Acl/AclTest.php b/tests/SP/Core/Acl/AclTest.php index e4b1db80..2616a2c4 100644 --- a/tests/SP/Core/Acl/AclTest.php +++ b/tests/SP/Core/Acl/AclTest.php @@ -267,7 +267,13 @@ class AclTest extends TestCase [1405, 'notification/edit'], [1406, 'notification/delete'], [1407, 'notification/check'], - [1402, 'notification/search'] + [1402, 'notification/search'], + [1801, 'itemPreset/index'], + [1802, 'itemPreset/search'], + [1803, 'itemPreset/view'], + [1804, 'itemPreset/create'], + [1805, 'itemPreset/edit'], + [1806, 'itemPreset/delete'] ]; } @@ -426,6 +432,11 @@ class AclTest extends TestCase ActionsInterface::CONFIG, ActionsInterface::CONFIG_GENERAL, ActionsInterface::PLUGIN, + ActionsInterface::PLUGIN_SEARCH, + ActionsInterface::PLUGIN_DISABLE, + ActionsInterface::PLUGIN_ENABLE, + ActionsInterface::PLUGIN_RESET, + ActionsInterface::PLUGIN_VIEW, ActionsInterface::CONFIG_ACCOUNT, ActionsInterface::CONFIG_WIKI, ActionsInterface::CONFIG_LDAP,